From dbbc1c20b59dc10368e31a7c81f110eb40b36494 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 22 Jul 2021 22:01:10 +0100 Subject: TLS: fix tls_verify_certificates handling of "system" A previous try at managing it for new-enough versions of GnuTLS actually broke it for everything: 744170d4d3 --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/runtest b/test/runtest index 6f142c540..9bde9046f 100755 --- a/test/runtest +++ b/test/runtest @@ -1096,6 +1096,9 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^GnuTLS<2>: added \d+ protocols, \d+ ciphersuites, \d+ sig algos and \d+ groups into priority list$/; next if /^GnuTLS<2>: (Disabling X.509 extensions|signing structure using RSA-SHA256)/; next if /^GnuTLS.*(wrap_nettle_mpi_print|gnutls_subject_alt_names_get|get_alt_name)/; + next if /^GnuTLS<[23]>: (p11|ASSERT: pkcs11.c|Initializing needed PKCS #11 modules)/; + next if /^Added \d{3} certificate authorities/; + next if /^TLS: not preloading CRL for server/; # only kevent platforms (FreeBSD, OpenBSD) say this next if /^watch dir/; -- cgit v1.2.3