From 2245e65078b3dff900fed571180a355a504261d8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 11 Aug 2020 06:24:07 +0000 Subject: I accidentally zeored out a few bytes of the TLSv1.0 session ID. Restore them to their previous values. --- src/regress/lib/libssl/client/clienttest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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[] = { 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, -- cgit v1.2.3-55-g6feb