From 03a77eef903481d4308502d32fca33a961c4bb3a Mon Sep 17 00:00:00 2001 From: beck <> Date: Wed, 23 Jan 2019 18:24:40 +0000 Subject: revert previous, accidentally contained another diff in addition to the one I intended to commit --- src/regress/lib/libssl/tlsext/tlsexttest.c | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'src/regress/lib/libssl/tlsext/tlsexttest.c') diff --git a/src/regress/lib/libssl/tlsext/tlsexttest.c b/src/regress/lib/libssl/tlsext/tlsexttest.c index 3387b86f3f..5689a1c29e 100644 --- a/src/regress/lib/libssl/tlsext/tlsexttest.c +++ b/src/regress/lib/libssl/tlsext/tlsexttest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tlsexttest.c,v 1.23 2019/01/23 16:46:04 beck Exp $ */ +/* $OpenBSD: tlsexttest.c,v 1.24 2019/01/23 18:24:40 beck Exp $ */ /* * Copyright (c) 2017 Joel Sing * Copyright (c) 2017 Doug Hogan @@ -1505,11 +1505,10 @@ test_tlsext_ri_server(void) */ static unsigned char tlsext_sigalgs_client[] = { - 0x00, 0x20, 0x08, 0x06, 0x06, 0x01, 0x06, 0x03, - 0xef, 0xef, 0x08, 0x05, 0x05, 0x01, 0x05, 0x03, - 0x08, 0x04, 0x04, 0x01, 0x04, 0x03, 0xee, 0xee, - 0xed, 0xed, 0x03, 0x01, 0x03, 0x03, 0x02, 0x01, - 0x02, 0x03, + 0x00, 0x1a, 0x06, 0x01, 0x06, 0x03, 0xef, 0xef, + 0x05, 0x01, 0x05, 0x03, 0x04, 0x01, 0x04, 0x03, + 0xee, 0xee, 0xed, 0xed, 0x03, 0x01, 0x03, 0x03, + 0x02, 0x01, 0x02, 0x03, }; static int @@ -2733,14 +2732,13 @@ test_tlsext_srtp_server(void) #endif /* OPENSSL_NO_SRTP */ unsigned char tlsext_clienthello_default[] = { - 0x00, 0x3c, 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, + 0x00, 0x36, 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x06, 0x00, 0x1d, 0x00, 0x17, 0x00, 0x18, 0x00, 0x23, 0x00, 0x00, - 0x00, 0x0d, 0x00, 0x22, 0x00, 0x20, 0x08, 0x06, - 0x06, 0x01, 0x06, 0x03, 0xef, 0xef, 0x08, 0x05, - 0x05, 0x01, 0x05, 0x03, 0x08, 0x04, 0x04, 0x01, - 0x04, 0x03, 0xee, 0xee, 0xed, 0xed, 0x03, 0x01, - 0x03, 0x03, 0x02, 0x01, 0x02, 0x03, + 0x00, 0x0d, 0x00, 0x1c, 0x00, 0x1a, 0x06, 0x01, + 0x06, 0x03, 0xef, 0xef, 0x05, 0x01, 0x05, 0x03, + 0x04, 0x01, 0x04, 0x03, 0xee, 0xee, 0xed, 0xed, + 0x03, 0x01, 0x03, 0x03, 0x02, 0x01, 0x02, 0x03, }; unsigned char tlsext_clienthello_disabled[] = {}; -- cgit v1.2.3-55-g6feb