Age | Commit message (Expand) | Author |
2015-03-10 | gtls: correctly align certificate status verification messages | Alessandro Ghedini |
2015-03-10 | gtls: don't print double newline after certificate dates | Alessandro Ghedini |
2015-03-10 | gtls: print negotiated TLS version and full cipher suite name | Alessandro Ghedini |
2015-03-10 | gtls: fix compiler warnings | Daniel Stenberg |
2015-03-10 | gtls: add support for CURLOPT_CAPATH | Alessandro Ghedini |
2015-03-07 | http2: use CURL_HTTP_VERSION_* symbols instead of NPN_* | Daniel Stenberg |
2015-03-07 | gtls: make it possible to enable ALPN/NPN without HTTP2 | Alessandro Ghedini |
2015-03-03 | vtls: use curl_printf.h all over | Daniel Stenberg |
2015-02-19 | gtls: fix build with HTTP2 | Alessandro Ghedini |
2015-01-17 | vtls: Removed unimplemented overrides of curlssl_close_all() | Steve Holme |
2015-01-16 | copyright years: after OCSP stapling changes | Daniel Stenberg |
2015-01-16 | gtls: add support for the Certificate Status Request TLS extension | Alessandro Ghedini |
2014-12-25 | vtls: Use bool for Curl_ssl_getsessionid() return type | Steve Holme |
2014-12-24 | gtls: Use preferred 'CURLcode result' | Steve Holme |
2014-12-09 | http2: avoid logging neg "failure" if h2 was not requested | Daniel Stenberg |
2014-10-23 | gnutls: removed dead code | Daniel Stenberg |
2014-10-13 | pinning: minor code style policing | Daniel Stenberg |
2014-10-13 | Factorize pinned public key code into generic file handling and backend specific | Patrick Monnerat |
2014-10-07 | GnuTLS: Implement public key pinning | moparisthebest |
2014-08-03 | gtls: only define Curl_gtls_seed if Nettle is not being used | Dan Fandrich |
2014-07-30 | vtls: make the random function mandatory in the TLS backend | Daniel Stenberg |
2014-07-15 | gnutls: fix compiler warning | Daniel Stenberg |
2014-07-14 | gnutls: detect lack of SRP support in GnuTLS at run-time and try without | Dan Fandrich |
2014-07-14 | gnutls: handle IP address in cert name check | David Woodhouse |
2014-07-13 | gnutls: improved error message if setting cipher list fails | Dan Fandrich |
2014-07-12 | gnutls: fixed a couple of uninitialized variable references | Dan Fandrich |
2014-07-12 | gnutls: fixed compilation against versions < 2.12.0 | Dan Fandrich |
2014-07-12 | gnutls: explicitly added SRP to the priority string | Dan Fandrich |
2014-07-11 | gnutls: ignore invalid certificate dates with VERIFYPEER disabled | Dan Fandrich |
2014-05-28 | gnutls: allow building with nghttp2 but without ALPN support | Daniel Stenberg |
2014-05-28 | gnutls: don't use deprecated type names anymore | Alessandro Ghedini |
2014-04-22 | gtls: fix NULL pointer dereference | Daniel Stenberg |
2014-03-31 | http2: remove _DRAFT09 from the NPN_HTTP2 enum | Daniel Stenberg |
2014-02-11 | gtls: honor --[no-]alpn command line switch | Fabian Frank |
2014-02-04 | gtls: add ALPN support | Fabian Frank |
2014-01-20 | disable GnuTLS insecure ciphers | Fabian Frank |
2014-01-19 | gtls: fix compiler warnings on conversions size_t => unsigned int | Daniel Stenberg |
2013-12-26 | vtls: Updated comments referencing sslgen.c and ssluse.c | Steve Holme |
2013-12-26 | vtls: Fixed up include of vtls.h | Steve Holme |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg |