summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit
diff options
context:
space:
mode:
authorjsing <>2024-03-20 10:38:05 +0000
committerjsing <>2024-03-20 10:38:05 +0000
commitf6b358ce6c4545cef5d8bccff1ac051523dd4612 (patch)
treeff74d9dcc88a419d6d88495e264a5ffc3742f64a /src/regress/lib/libssl/unit
parentbf5599144609e046ba98f40a58158132af34faeb (diff)
downloadopenbsd-f6b358ce6c4545cef5d8bccff1ac051523dd4612.tar.gz
openbsd-f6b358ce6c4545cef5d8bccff1ac051523dd4612.tar.bz2
openbsd-f6b358ce6c4545cef5d8bccff1ac051523dd4612.zip
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 'src/regress/lib/libssl/unit')
-rw-r--r--src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c b/src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c
index 33efc15f10..ff966900aa 100644
--- a/src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c
+++ b/src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_get_shared_ciphers.c,v 1.11 2022/02/05 18:19:39 tb Exp $ */ 1/* $OpenBSD: ssl_get_shared_ciphers.c,v 1.12 2024/03/20 10:38:05 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2021 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -462,7 +462,7 @@ main(int argc, char **argv)
462 size_t i; 462 size_t i;
463 int failed = 0; 463 int failed = 0;
464 464
465 if (asprintf(&server_cert, "%s/server.pem", CERTSDIR) == -1) { 465 if (asprintf(&server_cert, "%s/server1-rsa.pem", CERTSDIR) == -1) {
466 fprintf(stderr, "asprintf server_cert failed\n"); 466 fprintf(stderr, "asprintf server_cert failed\n");
467 failed = 1; 467 failed = 1;
468 goto err; 468 goto err;