aboutsummaryrefslogtreecommitdiff
path: root/patches/tlsexttest.c.patch
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-25 16:48:18 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-25 16:50:18 -0600
commit9b5f33843b427daa0ddc2258e380535b1b3ca432 (patch)
tree6a877153ada5fd033035d4ed8a5fddd43f601cf5 /patches/tlsexttest.c.patch
parentb3c137558806f75ad9a81560b85e62f7e3638432 (diff)
downloadportable-9b5f33843b427daa0ddc2258e380535b1b3ca432.tar.gz
portable-9b5f33843b427daa0ddc2258e380535b1b3ca432.tar.bz2
portable-9b5f33843b427daa0ddc2258e380535b1b3ca432.zip
regen tlsexttest.c patch
Diffstat (limited to 'patches/tlsexttest.c.patch')
-rw-r--r--patches/tlsexttest.c.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/patches/tlsexttest.c.patch b/patches/tlsexttest.c.patch
index c1591d7..17d026a 100644
--- a/patches/tlsexttest.c.patch
+++ b/patches/tlsexttest.c.patch
@@ -1,6 +1,6 @@
1--- tests/tlsexttest.c.orig Tue Nov 8 10:32:18 2022 1--- tests/tlsexttest.c.orig Tue Apr 25 16:44:59 2023
2+++ tests/tlsexttest.c Tue Nov 8 10:35:52 2022 2+++ tests/tlsexttest.c Tue Apr 25 16:45:18 2023
3@@ -1773,7 +1773,9 @@ static const unsigned char tlsext_sni_client[] = { 3@@ -1774,7 +1774,9 @@
4 }; 4 };
5 5
6 static const unsigned char tlsext_sni_server[] = { 6 static const unsigned char tlsext_sni_server[] = {
@@ -10,7 +10,7 @@
10 10
11 static int 11 static int
12 test_tlsext_sni_client(void) 12 test_tlsext_sni_client(void)
13@@ -1971,9 +1973,9 @@ test_tlsext_sni_server(void) 13@@ -1972,9 +1974,9 @@
14 if (!CBB_finish(&cbb, &data, &dlen)) 14 if (!CBB_finish(&cbb, &data, &dlen))
15 errx(1, "failed to finish CBB"); 15 errx(1, "failed to finish CBB");
16 16
@@ -22,7 +22,7 @@
22 goto err; 22 goto err;
23 } 23 }
24 24
25@@ -1982,14 +1984,14 @@ test_tlsext_sni_server(void) 25@@ -1983,14 +1985,14 @@
26 fprintf(stderr, "received:\n"); 26 fprintf(stderr, "received:\n");
27 hexdump(data, dlen); 27 hexdump(data, dlen);
28 fprintf(stderr, "test data:\n"); 28 fprintf(stderr, "test data:\n");
@@ -39,7 +39,7 @@
39 if (!client_funcs->parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) { 39 if (!client_funcs->parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) {
40 FAIL("failed to parse server SNI\n"); 40 FAIL("failed to parse server SNI\n");
41 goto err; 41 goto err;
42@@ -3194,7 +3196,10 @@ unsigned char tlsext_clienthello_default[] = { 42@@ -3195,7 +3197,10 @@
43 0x04, 0x03, 0x02, 0x01, 0x02, 0x03, 43 0x04, 0x03, 0x02, 0x01, 0x02, 0x03,
44 }; 44 };
45 45
@@ -51,7 +51,7 @@
51 51
52 static int 52 static int
53 test_tlsext_clienthello_build(void) 53 test_tlsext_clienthello_build(void)
54@@ -3280,18 +3285,18 @@ test_tlsext_clienthello_build(void) 54@@ -3286,18 +3291,18 @@
55 goto err; 55 goto err;
56 } 56 }
57 57