summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/tlsext/tlsexttest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/tlsext/tlsexttest.c')
-rw-r--r--src/regress/lib/libssl/tlsext/tlsexttest.c22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/regress/lib/libssl/tlsext/tlsexttest.c b/src/regress/lib/libssl/tlsext/tlsexttest.c
index 7a9f7d9be7..3387b86f3f 100644
--- a/src/regress/lib/libssl/tlsext/tlsexttest.c
+++ b/src/regress/lib/libssl/tlsext/tlsexttest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: tlsexttest.c,v 1.22 2019/01/18 12:09:52 beck Exp $ */ 1/* $OpenBSD: tlsexttest.c,v 1.23 2019/01/23 16:46:04 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> 4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org>
@@ -1505,10 +1505,11 @@ test_tlsext_ri_server(void)
1505 */ 1505 */
1506 1506
1507static unsigned char tlsext_sigalgs_client[] = { 1507static unsigned char tlsext_sigalgs_client[] = {
1508 0x00, 0x1a, 0x06, 0x01, 0x06, 0x03, 0xef, 0xef, 1508 0x00, 0x20, 0x08, 0x06, 0x06, 0x01, 0x06, 0x03,
1509 0x05, 0x01, 0x05, 0x03, 0x04, 0x01, 0x04, 0x03, 1509 0xef, 0xef, 0x08, 0x05, 0x05, 0x01, 0x05, 0x03,
1510 0xee, 0xee, 0xed, 0xed, 0x03, 0x01, 0x03, 0x03, 1510 0x08, 0x04, 0x04, 0x01, 0x04, 0x03, 0xee, 0xee,
1511 0x02, 0x01, 0x02, 0x03, 1511 0xed, 0xed, 0x03, 0x01, 0x03, 0x03, 0x02, 0x01,
1512 0x02, 0x03,
1512}; 1513};
1513 1514
1514static int 1515static int
@@ -2732,13 +2733,14 @@ test_tlsext_srtp_server(void)
2732#endif /* OPENSSL_NO_SRTP */ 2733#endif /* OPENSSL_NO_SRTP */
2733 2734
2734unsigned char tlsext_clienthello_default[] = { 2735unsigned char tlsext_clienthello_default[] = {
2735 0x00, 0x36, 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00, 2736 0x00, 0x3c, 0x00, 0x0b, 0x00, 0x02, 0x01, 0x00,
2736 0x00, 0x0a, 0x00, 0x08, 0x00, 0x06, 0x00, 0x1d, 2737 0x00, 0x0a, 0x00, 0x08, 0x00, 0x06, 0x00, 0x1d,
2737 0x00, 0x17, 0x00, 0x18, 0x00, 0x23, 0x00, 0x00, 2738 0x00, 0x17, 0x00, 0x18, 0x00, 0x23, 0x00, 0x00,
2738 0x00, 0x0d, 0x00, 0x1c, 0x00, 0x1a, 0x06, 0x01, 2739 0x00, 0x0d, 0x00, 0x22, 0x00, 0x20, 0x08, 0x06,
2739 0x06, 0x03, 0xef, 0xef, 0x05, 0x01, 0x05, 0x03, 2740 0x06, 0x01, 0x06, 0x03, 0xef, 0xef, 0x08, 0x05,
2740 0x04, 0x01, 0x04, 0x03, 0xee, 0xee, 0xed, 0xed, 2741 0x05, 0x01, 0x05, 0x03, 0x08, 0x04, 0x04, 0x01,
2741 0x03, 0x01, 0x03, 0x03, 0x02, 0x01, 0x02, 0x03, 2742 0x04, 0x03, 0xee, 0xee, 0xed, 0xed, 0x03, 0x01,
2743 0x03, 0x03, 0x02, 0x01, 0x02, 0x03,
2742}; 2744};
2743 2745
2744unsigned char tlsext_clienthello_disabled[] = {}; 2746unsigned char tlsext_clienthello_disabled[] = {};