summaryrefslogtreecommitdiff
path: root/lib/vtls/vtls.c
Commit message (Expand)AuthorAgeFilesLines
* curl_global_sslset: select backend by name case insensitivelybagder/sslset-case-insensitiveDaniel Stenberg2017-08-311-1/+1
* configure: allow setting the default SSL backendJohannes Schindelin2017-08-281-0/+4
* vtls: use Curl_ssl_multi pseudo backend only when neededJohannes Schindelin2017-08-281-1/+26
* version: if built with more than one SSL backend, report all of themJohannes Schindelin2017-08-281-7/+44
* vtls: introduce curl_global_sslset()Johannes Schindelin2017-08-281-9/+34
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-281-4/+3
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-281-0/+143
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-1/+5
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-281-8/+0
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-4/+2
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-9/+7
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-281-14/+16
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-32/+19
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+84
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-181-3/+6
* Improve code readbilitySylvestre Ledru2017-03-131-1/+1
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-2/+17
* vtls: source indentation fixDaniel Stenberg2017-01-221-8/+8
* vtls: fix PolarSSL non-blocking handlingDaniel Stenberg2017-01-201-3/+2
* vtls: fix mbedtls multi non blocking handshake.Antoine Aubert2017-01-201-2/+3
* rand: make it work without TLS backingDaniel Stenberg2017-01-121-7/+2
* vtls: s/SSLEAY/OPENSSLDaniel Stenberg2016-12-261-2/+2
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-2/+1
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-241-3/+4
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-10/+11
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-88/+121
* Curl_rand: fixed and moved to rand.cDaniel Stenberg2016-11-141-75/+9
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-8/+8
* vtls: only re-use session-ids using the same schemeDaniel Stenberg2016-10-131-0/+2
* TLS: random file/egd doesn't have to match for conn reuseDaniel Stenberg2016-08-261-2/+0
* TLS: only reuse connections with the same client certDaniel Stenberg2016-08-031-0/+1
* TLS: switch off SSL session id when client cert is usedDaniel Stenberg2016-08-031-0/+10
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-16/+16
* 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