sasl: Added forward declaration of structures following recent changes
[platform/upstream/curl.git] / lib / vtls /
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...