mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:53:49 +03:00
vquic-tls: use correct cert name check API for wolfSSL
wolfSSL_X509_check_host checks the peer name against the alt names and the common name. Fixes #13487 Closes #13680
This commit is contained in:
parent
9e2bd56ec6
commit
4c46e277b2
2 changed files with 9 additions and 13 deletions
|
|
@ -126,7 +126,6 @@
|
|||
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
|
||||
|
|
@ -922,11 +921,6 @@
|
|||
|
||||
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