aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/keypairtest.c.patch11
-rw-r--r--patches/ssl_get_shared_ciphers.c.patch11
2 files changed, 22 insertions, 0 deletions
diff --git a/patches/keypairtest.c.patch b/patches/keypairtest.c.patch
new file mode 100644
index 0000000..5d3b905
--- /dev/null
+++ b/patches/keypairtest.c.patch
@@ -0,0 +1,11 @@
1--- tests/keypairtest.c.orig Mon Mar 25 02:14:35 2024
2+++ tests/keypairtest.c Mon Mar 25 02:20:15 2024
3@@ -29,7 +29,7 @@
4 #include <tls_internal.h>
5
6 #define PUBKEY_HASH \
7- "SHA256:858d0f94beb0a08eb4f13871ba57bf0a2e081287d0efbaeb3bbac59dd8f1a8e5"
8+ "SHA256:f03c535d374614e7356c0a4e6fd37fe94297b60ed86212adcba40e8e0b07bc9f"
9
10 char *cert_file, *key_file, *ocsp_staple_file;
11
diff --git a/patches/ssl_get_shared_ciphers.c.patch b/patches/ssl_get_shared_ciphers.c.patch
new file mode 100644
index 0000000..8c2a029
--- /dev/null
+++ b/patches/ssl_get_shared_ciphers.c.patch
@@ -0,0 +1,11 @@
1--- tests/ssl_get_shared_ciphers.c.orig Mon Mar 25 02:14:15 2024
2+++ tests/ssl_get_shared_ciphers.c Mon Mar 25 02:14:57 2024
3@@ -462,7 +462,7 @@
4 size_t i;
5 int failed = 0;
6
7- if (asprintf(&server_cert, "%s/server.pem", CERTSDIR) == -1) {
8+ if (asprintf(&server_cert, "%s/server1-rsa.pem", CERTSDIR) == -1) {
9 fprintf(stderr, "asprintf server_cert failed\n");
10 failed = 1;
11 goto err;