summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2020-04-06 16:50:27 +0000
committerjsing <>2020-04-06 16:50:27 +0000
commitbe66c879415485c87d2569593a12ae42cc24c953 (patch)
treee4e35ff75258c1a79979baa9b523887c05528a8a /src
parent547644e5a6d21b3e4e3a8ce5be9263d9f4de519a (diff)
downloadopenbsd-be66c879415485c87d2569593a12ae42cc24c953.tar.gz
openbsd-be66c879415485c87d2569593a12ae42cc24c953.tar.bz2
openbsd-be66c879415485c87d2569593a12ae42cc24c953.zip
Zero the client random field in the TLSv1.2 golden value.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/client/clienttest.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/regress/lib/libssl/client/clienttest.c b/src/regress/lib/libssl/client/clienttest.c
index 5a76e66f8c..3156ef13aa 100644
--- a/src/regress/lib/libssl/client/clienttest.c
+++ b/src/regress/lib/libssl/client/clienttest.c
@@ -142,11 +142,11 @@ static unsigned char cipher_list_tls12_chacha[] = {
142 142
143static unsigned char client_hello_tls12[] = { 143static unsigned char client_hello_tls12[] = {
144 0x16, 0x03, 0x01, 0x00, 0xbb, 0x01, 0x00, 0x00, 144 0x16, 0x03, 0x01, 0x00, 0xbb, 0x01, 0x00, 0x00,
145 0xb7, 0x03, 0x03, 0x2b, 0x39, 0xcc, 0x56, 0xfc, 145 0xb7, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
146 0xc4, 0x98, 0x8e, 0xfc, 0x22, 0x89, 0xc5, 0x1e, 146 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
147 0xa9, 0x88, 0xbd, 0x6e, 0xd8, 0xd1, 0xd6, 0xc1, 147 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
148 0xc3, 0x12, 0xe8, 0xe0, 0x1e, 0xfa, 0xa8, 0x21, 148 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
149 0xd9, 0x2d, 0x4d, 0x00, 0x00, 0x5c, 0xc0, 0x30, 149 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, 0xc0, 0x30,
150 0xc0, 0x2c, 0xc0, 0x28, 0xc0, 0x24, 0xc0, 0x14, 150 0xc0, 0x2c, 0xc0, 0x28, 0xc0, 0x24, 0xc0, 0x14,
151 0xc0, 0x0a, 0x00, 0x9f, 0x00, 0x6b, 0x00, 0x39, 151 0xc0, 0x0a, 0x00, 0x9f, 0x00, 0x6b, 0x00, 0x39,
152 0xcc, 0xa9, 0xcc, 0xa8, 0xcc, 0xaa, 0xff, 0x85, 152 0xcc, 0xa9, 0xcc, 0xa8, 0xcc, 0xaa, 0xff, 0x85,