diff options
author | tb <> | 2020-08-11 06:24:07 +0000 |
---|---|---|
committer | tb <> | 2020-08-11 06:24:07 +0000 |
commit | 2245e65078b3dff900fed571180a355a504261d8 (patch) | |
tree | 5577298711a5c82663a8618374ba55a2fbb6bce2 /src/regress/lib | |
parent | 0b0cb6f2e4ee8f57394fb83f25dc8aec57a8337c (diff) | |
download | openbsd-2245e65078b3dff900fed571180a355a504261d8.tar.gz openbsd-2245e65078b3dff900fed571180a355a504261d8.tar.bz2 openbsd-2245e65078b3dff900fed571180a355a504261d8.zip |
I accidentally zeored out a few bytes of the TLSv1.0 session ID.
Restore them to their previous values.
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libssl/client/clienttest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/client/clienttest.c b/src/regress/lib/libssl/client/clienttest.c index e8e20c2f8d..2783ec5316 100644 --- a/src/regress/lib/libssl/client/clienttest.c +++ b/src/regress/lib/libssl/client/clienttest.c | |||
@@ -72,7 +72,7 @@ static unsigned char client_hello_tls10[] = { | |||
72 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 72 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
73 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, | 73 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, |
74 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x2e, 0xc0, 0x14, | 74 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x2e, 0xc0, 0x14, |
75 | 0x00, 0x00, 0x00, 0x00, 0xff, 0x85, 0x00, 0x88, | 75 | 0xc0, 0x0a, 0x00, 0x39, 0xff, 0x85, 0x00, 0x88, |
76 | 0x00, 0x81, 0x00, 0x35, 0x00, 0x84, 0xc0, 0x13, | 76 | 0x00, 0x81, 0x00, 0x35, 0x00, 0x84, 0xc0, 0x13, |
77 | 0xc0, 0x09, 0x00, 0x33, 0x00, 0x45, 0x00, 0x2f, | 77 | 0xc0, 0x09, 0x00, 0x33, 0x00, 0x45, 0x00, 0x2f, |
78 | 0x00, 0x41, 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, | 78 | 0x00, 0x41, 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, |