Age | Commit message (Expand) | Author |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-09-23 | gnutls: Report actual GnuTLS error message for certificate errors | Mike Crowe |
2015-09-22 | gnutls: Support CURLOPT_KEYPASSWD | Mike Crowe |
2015-09-19 | ssl: add server cert's "sha256//" hash to verbose | Daniel Hwang |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest |
2015-06-01 | curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT | Jay Satiro |
2015-05-20 | gtls: don't fail on non-fatal alerts during handshake | Dmitry Eremin-Solenikov |
2015-05-04 | gtls: properly retrieve certificate status | Alessandro Ghedini |
2015-03-21 | gtls: add check of return code | Daniel Stenberg |
2015-03-21 | gtls: dereferencing NULL pointer | Daniel Stenberg |
2015-03-21 | gtls: avoid uninitialized variable. | Daniel Stenberg |
2015-03-20 | gtls: implement CURLOPT_CERTINFO | Alessandro Ghedini |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
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 |