curl/lib/vtls
David Ryskalczyk 63fc8ee7be winssl: Enable hostname verification of IP address using SAN or CN
Original commit message was:
 Don't omit CN verification in SChannel when an IP address is used.

Side-effect of this change:
 SChannel and CryptoAPI do not support the iPAddress subjectAltName
 according to RFC 2818. If present, SChannel will first compare the
 IP address to the dNSName subjectAltNames and then fallback to the
 most specific Common Name in the Subject field of the certificate.

 This means that after this change curl will not connect to SSL/TLS
 hosts as long as the IP address is not specified in the SAN or CN
 of the server certificate or the verifyhost option is disabled.
2014-02-24 22:12:55 +01:00
..
axtls.c axtls: comment the call ssl_read repeatedly loop 2014-02-18 21:14:09 +01:00
axtls.h
curl_darwinssl.c darwinssl: un-break Leopard build after PKCS#12 change 2014-01-09 17:53:29 -06:00
curl_darwinssl.h
curl_schannel.c winssl: Enable hostname verification of IP address using SAN or CN 2014-02-24 22:12:55 +01:00
curl_schannel.h
cyassl.c vtls: Updated comments referencing sslgen.c and ssluse.c 2013-12-26 21:42:22 +00:00
cyassl.h
gskit.c vtls: Fixed up include of vtls.h 2013-12-26 21:25:51 +00:00
gskit.h vtls: Updated comments referencing sslgen.c and ssluse.c 2013-12-26 21:42:22 +00:00
gtls.c gtls: honor --[no-]alpn command line switch 2014-02-11 22:54:37 +01:00
gtls.h
nss.c NPN/ALPN: allow disabling via command line 2014-02-10 13:06:17 +01:00
nssg.h vtls: Updated comments referencing sslgen.c and ssluse.c 2013-12-26 21:42:22 +00:00
openssl.c openssl: honor --[no-]alpn|npn command line switch 2014-02-11 22:55:23 +01:00
openssl.h OpenSSL: deselect weak ciphers by default 2014-01-12 00:14:01 +01:00
polarssl_threadlock.c
polarssl_threadlock.h
polarssl.c vtls: Updated comments referencing sslgen.c and ssluse.c 2013-12-26 21:42:22 +00:00
polarssl.h
qssl.c vtls: Fixed up include of vtls.h 2013-12-26 21:25:51 +00:00
qssl.h vtls: Updated comments referencing sslgen.c and ssluse.c 2013-12-26 21:42:22 +00:00
vtls.c vtls: renamed sslgen.[ch] to vtls.[ch] 2013-12-20 17:12:42 +01:00
vtls.h gtls: add ALPN support 2014-02-04 09:48:27 +01:00