rustls: make all tests pass

- supports IP addresses in certs since 0.21
- Remove workaround, and re-enable tests

Closes #14317
This commit is contained in:
Joe Birr-Pixton 2024-07-30 14:23:50 +01:00 committed by Daniel Stenberg
parent ec41cfb809
commit dd95a49d49
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 42 additions and 41 deletions

View file

@ -85,27 +85,6 @@
2307
%endif
2043
# The CRL test (313) doesn't work with rustls because rustls doesn't support
# CRLs.
# Tests that rely on connecting to an IP address over TLS don't work because
# rustls doesn't support IP address certificates yet. That's the 400 series of
# tests listed here, plus 1112 and 1272
%if rustls
313
400
401
403
404
406
407
408
409
987
988
989
1112
1272
%endif
# The CRL test doesn't work with wolfSSL
%if wolfssl
313