summaryrefslogtreecommitdiff
path: root/lib/vtls/vtls.c
Commit message (Expand)AuthorAgeFilesLines
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* axtls: removedDaniel Stenberg2018-11-011-5/+0
* vtls: add a MesaLink vtls backendYiming Jing2018-09-131-0/+5
* url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS workKamil Dudka2018-09-031-1/+4
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-0/+8
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-9/+3
* wolfssl: Fix non-blocking connectDavid Garske2018-05-021-1/+1
* curl_global_sslset: always provide available backendsChristian Schmitz2018-04-231-2/+3
* tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day2018-04-061-1/+5
* vtls: replaced getenv() with curl_getenv()dmitrykos2017-12-121-1/+4
* vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat2017-10-191-3/+3
* vtls: fix warnings with --disable-crypto-authMarcel Raad2017-10-061-0/+4
* build: fix --disable-crypto-authDaniel Stenberg2017-10-051-0/+10
* vtls: compare and clone ssl configs properlyMichael Kaufmann2017-10-031-12/+15
* vtls: provide curl_global_sslset() even in non-SSL buildsDaniel Stenberg2017-09-221-1/+11
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-5/+5
* vtls: fix memory corruptionJay Satiro2017-09-071-0/+10
* vtls: switch to CURL_SHA256_DIGEST_LENGTH defineDaniel Stenberg2017-09-071-3/+4
* vtls: select ssl backend case-insensitive (follow-up)Gisle Vanem2017-09-061-5/+8
* curl_global_sslset: select backend by name case insensitivelyDaniel Stenberg2017-09-011-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