diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-22 22:01:10 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-22 22:01:10 +0100 |
commit | dbbc1c20b59dc10368e31a7c81f110eb40b36494 (patch) | |
tree | a2db0fd754e77f3a64be93e4ed98e050686e34f2 /test | |
parent | 1c18b2f733ed64d4dfa4b4cf391ba73bb86cf030 (diff) |
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
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
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/; |