Age | Commit message (Expand) | Author |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-13 | vtls: only re-use session-ids using the same scheme | Daniel Stenberg |
2016-08-26 | TLS: random file/egd doesn't have to match for conn reuse | Daniel Stenberg |
2016-08-03 | TLS: only reuse connections with the same client cert | Daniel Stenberg |
2016-08-03 | TLS: switch off SSL session id when client cert is used | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-22 | vtls: Only call add/getsession if session id is enabled | Jay Satiro |
2016-06-01 | vtls: fix ssl session cache race condition | Ivan Avdeev |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-02-04 | URLs: change more http to https | Viktor Szakats |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-10-20 | vtls: fix compiler warning for TLS backends without sha256 | Daniel Stenberg |
2015-09-19 | vtls: Change designator name for server's pubkey hash | Jay Satiro |
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-03-27 | vtls: Don't accept unknown CURLOPT_SSLVERSION values | Jay Satiro |
2015-03-25 | Curl_ssl_md5sum: return CURLcode | Daniel Stenberg |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-24 | vtls: fix compile with --disable-crypto-auth but with SSL | Dan Fandrich |
2015-03-20 | url: add CURLOPT_SSL_FALSESTART option | Alessandro Ghedini |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-03 | vtls: use curl_printf.h all over | Daniel Stenberg |
2015-01-16 | url: add CURLOPT_SSL_VERIFYSTATUS option | Alessandro Ghedini |
2014-12-26 | vtls: Don't set cert info count until memory allocation is successful | Steve Holme |
2014-12-26 | vtls: Use CURLcode for Curl_ssl_init_certinfo() return type | Steve Holme |
2014-12-25 | vtls: Use bool for Curl_ssl_getsessionid() return type | Steve Holme |
2014-11-24 | SSL: Add PEM format support for public key pinning | moparisthebest |
2014-10-29 | vtls.c: Fixed compilation warning | Steve Holme |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-23 | Curl_rand: Uninitialized variable: r | Daniel Stenberg |
2014-10-13 | Factorize pinned public key code into generic file handling and backend specific | Patrick Monnerat |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-10-13 | vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementation | Patrick Monnerat |
2014-10-09 | vtls: have vtls.h include the backend header files | Daniel Stenberg |
2014-08-03 | ssl: provide Curl_ssl_backend even if no SSL library is available | Dan Fandrich |
2014-07-31 | ssl: generalize how the ssl backend identifier is set | Daniel Stenberg |
2014-07-30 | vtls: make the random function mandatory in the TLS backend | Daniel Stenberg |
2014-06-11 | NTLM: set a fake entropy for debug builds with CURL_ENTROPY set | Daniel Stenberg |
2014-06-11 | Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set | Steve Holme |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |