Commit b503cf02 authored by Geoff Simmons's avatar Geoff Simmons

test the digest object with SHA512

parent 71faf0fa
Pipeline #55 skipped
...@@ -182,7 +182,7 @@ varnish v1 -vcl { ...@@ -182,7 +182,7 @@ varnish v1 -vcl {
blobcode.decode(IDENTITY, blobcode.decode(IDENTITY,
"12345678901234567890123456789012345678901234567890123456789012345678901234567890"))); "12345678901234567890123456789012345678901234567890123456789012345678901234567890")));
# all 256 byte values in ascending, big-endian order # all 256 byte values in ascending order
set resp.http.allbytesf set resp.http.allbytesf
= blobcode.encode(HEXLC, blobdigest.hash(SHA384, = blobcode.encode(HEXLC, blobdigest.hash(SHA384,
blobcode.decode(BASE64, blobcode.decode(BASE64,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment