diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-08-11 06:24:08 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-08-11 06:24:08 +0000 |
commit | 9d103aab66d471f771f407160ad50dd19151c930 (patch) | |
tree | 508ce5e70b56217df907b716444718f6b2e1b30e /regress | |
parent | 821eb936db44814b92854748af75127ec3208c4e (diff) |
I accidentally zeored out a few bytes of the TLSv1.0 session ID.
Restore them to their previous values.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libssl/client/clienttest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libssl/client/clienttest.c b/regress/lib/libssl/client/clienttest.c index e8e20c2f8d0..2783ec53169 100644 --- a/regress/lib/libssl/client/clienttest.c +++ b/regress/lib/libssl/client/clienttest.c @@ -72,7 +72,7 @@ static unsigned char client_hello_tls10[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2e, 0xc0, 0x14, - 0x00, 0x00, 0x00, 0x00, 0xff, 0x85, 0x00, 0x88, + 0xc0, 0x0a, 0x00, 0x39, 0xff, 0x85, 0x00, 0x88, 0x00, 0x81, 0x00, 0x35, 0x00, 0x84, 0xc0, 0x13, 0xc0, 0x09, 0x00, 0x33, 0x00, 0x45, 0x00, 0x2f, 0x00, 0x41, 0xc0, 0x11, 0xc0, 0x07, 0x00, 0x05, |