Fix expected client hello value to allow for supported_groups change.
authorbeck <beck@openbsd.org>
Tue, 26 Mar 2024 02:43:56 +0000 (02:43 +0000)
committerbeck <beck@openbsd.org>
Tue, 26 Mar 2024 02:43:56 +0000 (02:43 +0000)
ok jsing@

regress/lib/libssl/tlsext/tlsexttest.c

index 3888cb7..c798383 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: tlsexttest.c,v 1.85 2024/03/25 10:19:14 jsing Exp $ */
+/* $OpenBSD: tlsexttest.c,v 1.86 2024/03/26 02:43:56 beck Exp $ */
 /*
  * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
  * Copyright (c) 2017 Doug Hogan <doug@openbsd.org>
@@ -3189,9 +3189,9 @@ test_tlsext_srtp_server(void)
 #endif /* OPENSSL_NO_SRTP */
 
 static const unsigned char tlsext_clienthello_default[] = {
-       0x00, 0x34, 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00,
-       0x00, 0x0a, 0x00, 0x0a, 0x00, 0x08, 0x00, 0x1d,
-       0x00, 0x17, 0x00, 0x18, 0x00, 0x19, 0x00, 0x23,
+       0x00, 0x34, 0x00, 0x0a, 0x00, 0x0a, 0x00, 0x08,
+       0x00, 0x1d, 0x00, 0x17, 0x00, 0x18, 0x00, 0x19,
+       0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 0x00, 0x23,
        0x00, 0x00, 0x00, 0x0d, 0x00, 0x18, 0x00, 0x16,
        0x08, 0x06, 0x06, 0x01, 0x06, 0x03, 0x08, 0x05,
        0x05, 0x01, 0x05, 0x03, 0x08, 0x04, 0x04, 0x01,