diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-04-28 11:56:17 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-04-28 11:59:12 -0600 |
| commit | bcb576938d6ad75ed877e0506457a8629a82f6f8 (patch) | |
| tree | 3938a28f384b81d7d980d4583a8c1fdca6e00e9f | |
| parent | da8d75b6609c23aa89df1d05fdec611659ecfc1b (diff) | |
| download | portable-bcb576938d6ad75ed877e0506457a8629a82f6f8.tar.gz portable-bcb576938d6ad75ed877e0506457a8629a82f6f8.tar.bz2 portable-bcb576938d6ad75ed877e0506457a8629a82f6f8.zip | |
regen tlsexttest.patch
| -rw-r--r-- | patches/tlsexttest.c.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/patches/tlsexttest.c.patch b/patches/tlsexttest.c.patch index 17d026a..023d323 100644 --- a/patches/tlsexttest.c.patch +++ b/patches/tlsexttest.c.patch | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | --- tests/tlsexttest.c.orig Tue Apr 25 16:44:59 2023 | 1 | --- tests/tlsexttest.c.orig Fri Apr 28 11:42:38 2023 |
| 2 | +++ tests/tlsexttest.c Tue Apr 25 16:45:18 2023 | 2 | +++ tests/tlsexttest.c Fri Apr 28 11:55:27 2023 |
| 3 | @@ -1774,7 +1774,9 @@ | 3 | @@ -1775,7 +1775,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 | @@ -1972,9 +1974,9 @@ | 13 | @@ -1973,9 +1975,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 | @@ -1983,14 +1985,14 @@ | 25 | @@ -1984,14 +1986,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 | @@ -3195,7 +3197,10 @@ | 42 | @@ -3196,7 +3198,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 | @@ -3286,18 +3291,18 @@ | 54 | @@ -3287,18 +3292,18 @@ |
| 55 | goto err; | 55 | goto err; |
| 56 | } | 56 | } |
| 57 | 57 | ||
