mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:13:32 +03:00
tests: add SNI and peer name checks
- connect to DNS names with trailing dot - connect to DNS names with double trailing dot - rustls, always give `peer->hostname` and let it figure out SNI itself - add SNI tests for ip address and localhost - document in code and TODO that QUIC with ngtcp2+wolfssl does not do proper peer verification of the certificate - mbedtls, skip tests with ip address verification as not supported by the library Closes #13486
This commit is contained in:
parent
c04664ad35
commit
b06619d0a3
6 changed files with 88 additions and 9 deletions
|
|
@ -126,6 +126,7 @@
|
|||
13.13 Make sure we forbid TLS 1.3 post-handshake authentication
|
||||
13.14 Support the clienthello extension
|
||||
13.15 Select signature algorithms
|
||||
13.16 QUIC peer verification with wolfSSL
|
||||
|
||||
14. GnuTLS
|
||||
14.2 check connection
|
||||
|
|
@ -921,6 +922,11 @@
|
|||
|
||||
https://github.com/curl/curl/issues/12982
|
||||
|
||||
13.16 QUIC peer verification with wolfSSL
|
||||
|
||||
Peer certificate verification is missing in the QUIC (ngtcp2) implementation
|
||||
using wolfSSL.
|
||||
|
||||
14. GnuTLS
|
||||
|
||||
14.2 check connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue