Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / vtls / nss.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-07-04 Kamil Dudkanss: make the list of CRL items global
2014-07-04 Kamil Dudkanss: fix a memory leak when CURLOPT_CRLFILE is used
2014-07-03 Kamil Dudkanss: make crl_der allocated on heap
2014-07-03 Kamil Dudkanss: let nss_{cache,load}_crl return CURLcode
2014-07-02 Kamil Dudkanss: make the fallback to SSLv3 work again
2014-07-02 Kamil Dudkanss: do not abort on connection failure
2014-04-25 Kamil Dudkanss: propagate blocking direction from NSPR I/O
2014-04-22 Kamil Dudkanss: implement non-blocking SSL handshake
2014-04-22 Kamil Dudkanss: split Curl_nss_connect() into 4 functions
2014-03-31 Daniel Stenberghttp2: remove _DRAFT09 from the NPN_HTTP2 enum
2014-03-15 Kamil Dudkanss: allow to enable/disable new AES GCM cipher-suites
2014-03-15 Kamil Dudkanss: allow to enable/disable new HMAC-SHA256 cipher...
2014-03-15 Kamil Dudkanss: do not enable AES cipher-suites by default
2014-03-03 Daniel StenbergNSS: avoid compiler warnings when built without http2...
2014-02-10 Fabian FrankNPN/ALPN: allow disabling via command line
2014-02-10 Fabian Franknss: use correct preprocessor macro
2014-02-07 Daniel Stenbergnss: support pre-ALPN versions
2014-02-07 Fabian Franknss: ALPN and NPN support
2014-02-06 Steve Holmenss: Updated copyright year for recent edits
2014-02-06 Fabian Franknss: prefer highest available TLS version
2014-01-29 Kamil Dudkanss: do not use the NSS_ENABLE_ECC define
2014-01-29 Kamil Dudkanss: do not fail if NSS does not implement a cipher
2013-12-26 Steve Holmevtls: Updated comments referencing sslgen.c and ssluse.c
2013-12-26 Steve Holmevtls: Fixed up include of vtls.h
2013-12-20 Daniel Stenbergvtls: moved all TLS/SSL source and header files into...