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

@ -14,6 +14,7 @@ TLS-backend:
- GnuTLS
- mbedTLS
- OpenSSL
- rustls
Added-in: 7.19.0
---