diff options
| author | tb <> | 2020-08-11 06:24:07 +0000 |
|---|---|---|
| committer | tb <> | 2020-08-11 06:24:07 +0000 |
| commit | db85fb15b2d56ab603c6fe40a1bafef36ee4dbf0 (patch) | |
| tree | 5577298711a5c82663a8618374ba55a2fbb6bce2 | |
| parent | 55b6a21da868aab452ada812637f6ab4e1dc8974 (diff) | |
| download | openbsd-db85fb15b2d56ab603c6fe40a1bafef36ee4dbf0.tar.gz openbsd-db85fb15b2d56ab603c6fe40a1bafef36ee4dbf0.tar.bz2 openbsd-db85fb15b2d56ab603c6fe40a1bafef36ee4dbf0.zip | |
I accidentally zeored out a few bytes of the TLSv1.0 session ID.
Restore them to their previous values.
| -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, |
