tests: adjust for capitalization differences in newer gnutls-serv
[platform/upstream/curl.git] / lib / vtls /
2014-07-11 Dan Fandrichgnutls: ignore invalid certificate dates with VERIFYPEE...
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-06-11 Daniel StenbergNTLM: set a fake entropy for debug builds with CURL_ENT...
2014-06-11 Steve HolmeCurl_rand: Use a fake entropy for debug builds when...
2014-06-03 Daniel StenbergCurl_ossl_init: call OPENSSL_config for initing engines
2014-05-27 Daniel Stenberggnutls: allow building with nghttp2 but without ALPN...
2014-05-27 Alessandro Ghedinignutls: don't use deprecated type names anymore
2014-05-25 Fabian Frankpolarssl: add ALPN support
2014-05-23 Tatsuhiro Tsujikawaopenssl: Fix uninitialized variable use in NPN callback
2014-05-22 Nick Zitzmanndarwinssl: fix lint & build warnings in the previous...
2014-05-21 Vilmos NebehajAdd support for --cacert in DarwinSSL.
2014-05-20 Fabian FrankALPN: fix typo in http/1.1 identifier
2014-05-17 Dan Fandrichaxtls: Fixed too long source line
2014-05-16 Dan Fandrichaxtls: Add a TODO to a potential blocking call with...
2014-05-15 Daniel StenbergCURLINFO_SSL_VERIFYRESULT: assign at first connect...
2014-05-15 Steve Holmedarwinssl: Updated copyright following recent changes
2014-05-14 Nick Zitzmanndarwinssl: fix potential crash when attempting to copy...
2014-05-12 Daniel Stenbergopenssl: unbreak PKCS12 support
2014-05-04 Daniel Stenbergschannel: don't use the connect-timeout during send
2014-05-03 Daniel Stenbergopenssl: biomem->data is not zero terminated
2014-04-25 Kamil Dudkanss: propagate blocking direction from NSPR I/O
2014-04-23 Dan Fandrichcyassl: Use error-ssl.h when available
2014-04-22 Daniel Stenberggtls: fix NULL pointer dereference
2014-04-22 Kamil Dudkanss: implement non-blocking SSL handshake
2014-04-22 Kamil Dudkanss: split Curl_nss_connect() into 4 functions
2014-04-18 Marc Hoerskencurl_schannel.c: added explicit cast of structure pointers
2014-04-18 Marc Hoerskencurl_schannel.c: fix possible dereference of null pointer
2014-04-03 Daniel Stenberghttp2+openssl: fix compiler warnings in ALPN using...
2014-03-31 Daniel Stenberghttp2: let openssl mention the exact protocol negotiated
2014-03-31 Daniel Stenberghttp2: remove _DRAFT09 from the NPN_HTTP2 enum
2014-03-22 Gisle Vanempolarssl: avoid extra newlines in debug messages
2014-03-18 Gaël PORTAYpolarssl: break compatibility with version older than...
2014-03-18 Gaël PORTAYpolarssl: drop use of 1.2 compatibility header.
2014-03-18 Daniel Stenbergpolarssl: added missing end-of-comment from previous...
2014-03-17 Daniel Stenbergpolarssl: now require 1.3.0+
2014-03-17 hasufellpolarssl: fix compilation
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-10 Daniel Stenbergopenssl: info massage with SSL version used
2014-03-03 Daniel StenbergNSS: avoid compiler warnings when built without http2...
2014-02-25 nickzmanMerge pull request #93 from d235j/darwinssl_ip_address_fix
2014-02-24 Marc Hoerskencurl_schannel.c: Updated copyright years
2014-02-24 David Ryskalczykwinssl: Enable hostname verification of IP address...
2014-02-23 David RyskalczykDon't omit CN verification in DarwinSSL when an IP...
2014-02-18 Dan Fandrichaxtls: comment the call ssl_read repeatedly loop
2014-02-16 Daniel Stenbergaxtls: bump copyright year
2014-02-16 Fabian Frankaxtls: call ssl_read repeatedly
2014-02-11 Fabian Frankopenssl: honor --[no-]alpn|npn command line switch
2014-02-11 Fabian Frankgtls: honor --[no-]alpn command line switch
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-02-04 Fabian Frankgtls: add ALPN support
2014-02-03 Fabian Frankopenssl: add ALPN support
2014-01-31 Marc Hoerskenwinssl: improved default SSL/TLS protocol selection
2014-01-30 Daniel Stenberghttp2-openssl: verify that NPN functionality is present
2014-01-30 Fabian Frankopenssl: set up hooks with to perform NPN
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
2014-01-21 Fabian Frankaxtls: fix compiler warning on conversion ssize_t ...
2014-01-20 Fabian Frankdisable GnuTLS insecure ciphers
2014-01-19 Daniel Stenberggtls: fix compiler warnings on conversions size_t ...
2014-01-11 Daniel StenbergOpenSSL: deselect weak ciphers by default
2014-01-09 Nick Zitzmanndarwinssl: un-break Leopard build after PKCS#12 change
2014-01-03 Daniel Stenbergopenssl: allow explicit sslv2 selection
2014-01-02 Steve HolmeUpdated copyright year for recent changes
2014-01-02 Barry AbrahamsonOpenSSL: Fix forcing SSLv3 connections
2014-01-01 Barry AbrahamsonOpenSSL: Fix forcing SSLv3 connections
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: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergopenssl: renamed backend files to openssl.[ch]
2013-12-20 Daniel Stenbergvtls: moved all TLS/SSL source and header files into...
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...