summaryrefslogtreecommitdiff
path: root/lib/vtls/vtls.c
Commit message (Expand)AuthorAgeFilesLines
...
* vtls: Only call add/getsession if session id is enabledJay Satiro2016-06-221-3/+3
* vtls: fix ssl session cache race conditionIvan Avdeev2016-06-011-18/+20
* tls: make setting pinnedkey option fail if not supportedDaniel Stenberg2016-05-011-5/+6
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-171-1/+28
* URLs: change more http to httpsViktor Szakats2016-02-041-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* vtls: fix compiler warning for TLS backends without sha256Daniel Stenberg2015-10-201-0/+2
* vtls: Change designator name for server's pubkey hashJay Satiro2015-09-191-5/+3
* ssl: add server cert's "sha256//" hash to verboseDaniel Hwang2015-09-191-20/+23
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-0/+66
* vtls: Don't accept unknown CURLOPT_SSLVERSION valuesJay Satiro2015-03-271-0/+19
* Curl_ssl_md5sum: return CURLcodeDaniel Stenberg2015-03-251-4/+7
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* vtls: fix compile with --disable-crypto-auth but with SSLDan Fandrich2015-03-241-0/+2
* url: add CURLOPT_SSL_FALSESTART optionAlessandro Ghedini2015-03-201-0/+12
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-2/+1
* vtls: use curl_printf.h all overDaniel Stenberg2015-03-031-4/+2
* url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini2015-01-161-0/+12
* vtls: Don't set cert info count until memory allocation is successfulSteve Holme2014-12-261-2/+6
* vtls: Use CURLcode for Curl_ssl_init_certinfo() return typeSteve Holme2014-12-261-8/+7
* vtls: Use bool for Curl_ssl_getsessionid() return typeSteve Holme2014-12-251-3/+3
* SSL: Add PEM format support for public key pinningmoparisthebest2014-11-241-12/+100
* vtls.c: Fixed compilation warningSteve Holme2014-10-291-1/+3
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-12/+12
* Curl_rand: Uninitialized variable: rDaniel Stenberg2014-10-231-1/+1
* Factorize pinned public key code into generic file handling and backend specificPatrick Monnerat2014-10-131-0/+56
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-1/+0
* vtls/*: deprecate have_curlssl_md5sum and set-up default md5sum implementationPatrick Monnerat2014-10-131-2/+10
* vtls: have vtls.h include the backend header filesDaniel Stenberg2014-10-091-10/+0
* ssl: provide Curl_ssl_backend even if no SSL library is availableDan Fandrich2014-08-031-5/+5
* ssl: generalize how the ssl backend identifier is setDaniel Stenberg2014-07-311-0/+5
* vtls: make the random function mandatory in the TLS backendDaniel Stenberg2014-07-301-7/+13
* NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg2014-06-111-13/+1
* Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY setSteve Holme2014-06-111-1/+18
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-0/+689