From a2ea6495367de4b8bf5f3de125777280e5242a68 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 4 Sep 2020 04:12:49 -0500 Subject: rediff patches --- patches/aeadtest.c.patch | 10 +++++----- patches/handshake_table.c.patch | 8 ++++---- patches/openssl.c.patch | 6 +++--- patches/tlsexttest.c.patch | 16 ++++++++-------- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/patches/aeadtest.c.patch b/patches/aeadtest.c.patch index a7b3fca..4f7319d 100644 --- a/patches/aeadtest.c.patch +++ b/patches/aeadtest.c.patch @@ -1,9 +1,9 @@ ---- tests/aeadtest.c.orig 2018-07-24 21:59:17.000000000 -0500 -+++ tests/aeadtest.c 2018-11-07 18:44:43.000000000 -0600 -@@ -76,6 +76,12 @@ - +--- tests/aeadtest.c.orig Sat Jan 26 12:39:05 2019 ++++ tests/aeadtest.c Fri Sep 4 04:04:26 2020 +@@ -79,6 +79,12 @@ + #define BUF_MAX 1024 - + +#ifdef _MSC_VER +#ifdef IN +#undef IN diff --git a/patches/handshake_table.c.patch b/patches/handshake_table.c.patch index 46f2adb..b0a9f5b 100644 --- a/patches/handshake_table.c.patch +++ b/patches/handshake_table.c.patch @@ -1,6 +1,6 @@ ---- tests/handshake_table.c.orig Mon May 4 23:28:43 2020 -+++ tests/handshake_table.c Mon May 4 23:29:50 2020 -@@ -477,6 +477,7 @@ +--- tests/handshake_table.c.orig Sat Aug 22 18:51:52 2020 ++++ tests/handshake_table.c Fri Sep 4 04:04:26 2020 +@@ -479,6 +479,7 @@ unsigned int depth = 0; int ch, graphviz = 0, print = 0; @@ -8,7 +8,7 @@ while ((ch = getopt(argc, argv, "Cg")) != -1) { switch (ch) { case 'C': -@@ -494,6 +495,7 @@ +@@ -496,6 +497,7 @@ if (argc != 0) usage(); diff --git a/patches/openssl.c.patch b/patches/openssl.c.patch index c41f25b..2c2a3da 100644 --- a/patches/openssl.c.patch +++ b/patches/openssl.c.patch @@ -1,6 +1,6 @@ ---- apps/openssl/openssl.c.orig Fri Dec 14 01:44:33 2018 -+++ apps/openssl/openssl.c Sat Jan 19 22:19:23 2019 -@@ -350,7 +350,9 @@ +--- apps/openssl/openssl.c.orig Thu Nov 7 18:19:01 2019 ++++ apps/openssl/openssl.c Fri Sep 4 04:04:26 2020 +@@ -360,7 +360,9 @@ static void openssl_startup(void) { 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 @@ ---- tests/tlsexttest.c.orig Mon Jul 6 03:17:51 2020 -+++ tests/tlsexttest.c Mon Jul 6 03:45:00 2020 -@@ -1657,7 +1657,9 @@ +--- tests/tlsexttest.c.orig Sat Aug 22 18:51:52 2020 ++++ tests/tlsexttest.c Fri Sep 4 04:04:26 2020 +@@ -1658,7 +1658,9 @@ }; static unsigned char tlsext_sni_server[] = { @@ -10,7 +10,7 @@ static int test_tlsext_sni_client(void) -@@ -1820,9 +1822,9 @@ +@@ -1821,9 +1823,9 @@ if (!CBB_finish(&cbb, &data, &dlen)) errx(1, "failed to finish CBB"); @@ -22,7 +22,7 @@ goto err; } -@@ -1831,14 +1833,14 @@ +@@ -1832,14 +1834,14 @@ fprintf(stderr, "received:\n"); hexdump(data, dlen); fprintf(stderr, "test data:\n"); @@ -39,8 +39,8 @@ if (!tlsext_sni_client_parse(ssl, SSL_TLSEXT_MSG_SH, &cbs, &alert)) { FAIL("failed to parse server SNI\n"); goto err; -@@ -2722,7 +2724,10 @@ - 0x02, 0x01, 0x02, 0x03, +@@ -2723,7 +2725,10 @@ + 0x04, 0x03, 0x02, 0x01, 0x02, 0x03, }; -unsigned char tlsext_clienthello_disabled[] = {}; @@ -51,7 +51,7 @@ static int test_tlsext_clienthello_build(void) -@@ -2787,18 +2792,18 @@ +@@ -2788,18 +2793,18 @@ if (!CBB_finish(&cbb, &data, &dlen)) errx(1, "failed to finish CBB"); -- cgit v1.2.3-55-g6feb