summaryrefslogtreecommitdiff
path: root/regress/lib/libssl/client
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2020-04-06 16:50:28 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2020-04-06 16:50:28 +0000
commit448186854a4d3fba014a57808825d0cb30eaab54 (patch)
treed797caf08e1fbd62fb7bf2e9077e50bbdca3ab05 /regress/lib/libssl/client
parent39bd7ae6d272c86ff21faa2ca6852a05a58e3937 (diff)
Zero the client random field in the TLSv1.2 golden value.
Diffstat (limited to 'regress/lib/libssl/client')
-rw-r--r--regress/lib/libssl/client/clienttest.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/lib/libssl/client/clienttest.c b/regress/lib/libssl/client/clienttest.c
index 5a76e66f8c9..3156ef13aa2 100644
--- a/regress/lib/libssl/client/clienttest.c
+++ b/regress/lib/libssl/client/clienttest.c
@@ -142,11 +142,11 @@ static unsigned char cipher_list_tls12_chacha[] = {
static unsigned char client_hello_tls12[] = {
0x16, 0x03, 0x01, 0x00, 0xbb, 0x01, 0x00, 0x00,
- 0xb7, 0x03, 0x03, 0x2b, 0x39, 0xcc, 0x56, 0xfc,
- 0xc4, 0x98, 0x8e, 0xfc, 0x22, 0x89, 0xc5, 0x1e,
- 0xa9, 0x88, 0xbd, 0x6e, 0xd8, 0xd1, 0xd6, 0xc1,
- 0xc3, 0x12, 0xe8, 0xe0, 0x1e, 0xfa, 0xa8, 0x21,
- 0xd9, 0x2d, 0x4d, 0x00, 0x00, 0x5c, 0xc0, 0x30,
+ 0xb7, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, 0xc0, 0x30,
0xc0, 0x2c, 0xc0, 0x28, 0xc0, 0x24, 0xc0, 0x14,
0xc0, 0x0a, 0x00, 0x9f, 0x00, 0x6b, 0x00, 0x39,
0xcc, 0xa9, 0xcc, 0xa8, 0xcc, 0xaa, 0xff, 0x85,