diff options
author | Brent Cook <busterb@gmail.com> | 2020-09-04 04:12:49 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-09-04 04:12:49 -0500 |
commit | a2ea6495367de4b8bf5f3de125777280e5242a68 (patch) | |
tree | 2db796264388b5248b014e8863137c89f634019e /patches/tlsexttest.c.patch | |
parent | 1841e199acdb398cbaf4748bc1a6eda4846cebe0 (diff) | |
download | portable-a2ea6495367de4b8bf5f3de125777280e5242a68.tar.gz portable-a2ea6495367de4b8bf5f3de125777280e5242a68.tar.bz2 portable-a2ea6495367de4b8bf5f3de125777280e5242a68.zip |
rediff patches
Diffstat (limited to 'patches/tlsexttest.c.patch')
-rw-r--r-- | patches/tlsexttest.c.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/patches/tlsexttest.c.patch b/patches/tlsexttest.c.patch index 35092c5..70a7efb 100644 --- a/patches/tlsexttest.c.patch +++ b/patches/tlsexttest.c.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | --- tests/tlsexttest.c.orig Mon Jul 6 03:17:51 2020 | 1 | --- tests/tlsexttest.c.orig Sat Aug 22 18:51:52 2020 |
2 | +++ tests/tlsexttest.c Mon Jul 6 03:45:00 2020 | 2 | +++ tests/tlsexttest.c Fri Sep 4 04:04:26 2020 |
3 | @@ -1657,7 +1657,9 @@ | 3 | @@ -1658,7 +1658,9 @@ |
4 | }; | 4 | }; |
5 | 5 | ||
6 | static unsigned char tlsext_sni_server[] = { | 6 | static 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 | @@ -1820,9 +1822,9 @@ | 13 | @@ -1821,9 +1823,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 | @@ -1831,14 +1833,14 @@ | 25 | @@ -1832,14 +1834,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,8 +39,8 @@ | |||
39 | if (!tlsext_sni_client_parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) { | 39 | if (!tlsext_sni_client_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 | @@ -2722,7 +2724,10 @@ | 42 | @@ -2723,7 +2725,10 @@ |
43 | 0x02, 0x01, 0x02, 0x03, | 43 | 0x04, 0x03, 0x02, 0x01, 0x02, 0x03, |
44 | }; | 44 | }; |
45 | 45 | ||
46 | -unsigned char tlsext_clienthello_disabled[] = {}; | 46 | -unsigned char tlsext_clienthello_disabled[] = {}; |
@@ -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 | @@ -2787,18 +2792,18 @@ | 54 | @@ -2788,18 +2793,18 @@ |
55 | if (!CBB_finish(&cbb, &data, &dlen)) | 55 | if (!CBB_finish(&cbb, &data, &dlen)) |
56 | errx(1, "failed to finish CBB"); | 56 | errx(1, "failed to finish CBB"); |
57 | 57 | ||