summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/testmgr.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/testmgr.h b/crypto/testmgr.h
index 72b4e80..93638c1 100644
--- a/crypto/testmgr.h
+++ b/crypto/testmgr.h
@@ -157,12 +157,12 @@ static struct tls_testvec tls_enc_tv_template[] = {
.input = "",
.ilen = 0,
.assoc = "\x00\x01\x02\x03\x04\x05\x06\x07"
- "\x00\x03\x01\x00\x10",
+ "\x00\x03\x01\x00\x00",
.alen = 13,
- .result = "\xa3\xdc\xf9\xac\x52\x70\x08\xcf"
- "\x8d\x47\xbb\xe0\x64\xc0\x89\x2c"
- "\xfb\x5d\x2d\x43\x35\x16\xeb\x4c"
- "\x55\xb7\xcf\xaa\x9a\xe0\x02\x71",
+ .result = "\x58\x2a\x11\xc\x86\x8e\x4b\x67"
+ "\x2d\x16\x26\x1a\xac\x4b\xe2\x1a"
+ "\xe9\x6a\xcc\x4d\x6f\x79\x8a\x45"
+ "\x1f\x4e\x27\xf2\xa7\x59\xb4\x5a",
.rlen = 20 + 12,
}
};