aboutsummaryrefslogtreecommitdiff
path: root/patches/ssl_get_shared_ciphers.c.patch
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-03-25 02:27:16 -0500
committerBrent Cook <busterb@gmail.com>2024-03-25 02:27:16 -0500
commit8d4062bbb5aca33c09c32c342e0eab722a592378 (patch)
treed49de696cceb89e009d3ec5ec78d1f78c41bbdb4 /patches/ssl_get_shared_ciphers.c.patch
parent2e09707d52ddb5c31363bbe341d0cf2d812c9eb8 (diff)
downloadportable-8d4062bbb5aca33c09c32c342e0eab722a592378.tar.gz
portable-8d4062bbb5aca33c09c32c342e0eab722a592378.tar.bz2
portable-8d4062bbb5aca33c09c32c342e0eab722a592378.zip
backport regress updates for new certs from jsing
Use the new certificates/chains in regress. The new certificates are more representative of the real world. The old certificates use weak algorithms and expire in the very near future. Most of our regress has already been switched over, this changes the remainder. Thanks to Bernhard M. Wiedemann for reminding us of the upcoming expiry. ok tb@
Diffstat (limited to '')
-rw-r--r--patches/ssl_get_shared_ciphers.c.patch11
1 files changed, 11 insertions, 0 deletions
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;