curl/lib/vtls
Fabian Frank 22c198fa89 openssl: set up hooks with to perform NPN
NPN is what is available in the wild today to negotiate SPDY or HTTP/2.0
connections. It is expected to be replaced by ALPN in the future. If
HTTP/2.0 is negotiated, this is indicated for the entire connection and
http.c is expected to initialize itself for HTTP/2.0 instead of
HTTP/1.1.

see:
http://technotes.googlecode.com/git/nextprotoneg.html
http://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg-04
2014-01-30 11:13:28 +01:00
..
axtls.c axtls: fix compiler warning on conversion ssize_t => int 2014-01-21 08:21:55 +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
curl_schannel.h
cyassl.c
cyassl.h
gskit.c
gskit.h
gtls.c disable GnuTLS insecure ciphers 2014-01-20 11:32:55 +01:00
gtls.h
nss.c nss: do not use the NSS_ENABLE_ECC define 2014-01-29 13:57:21 +01:00
nssg.h
openssl.c openssl: set up hooks with to perform NPN 2014-01-30 11:13:28 +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
polarssl.h
qssl.c
qssl.h
vtls.c
vtls.h