summaryrefslogtreecommitdiff
path: root/lib/vtls/vtls.h
Commit message (Expand)AuthorAgeFilesLines
* vtls: Fix a memory leak if an SSL session cannot be added to the cacheMichael Kaufmann2021-09-241-1/+2
* version: turn version number functions into returning voidDaniel Stenberg2021-06-301-1/+1
* vtls: fix warning due to function prototype mismatchJay Satiro2021-06-211-1/+1
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-191-1/+2
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-0/+12
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-0/+1
* tls: add USE_HTTP2 defineJacob Hoffman-Andrews2021-04-291-1/+3
* vtls: deduplicate some DISABLE_PROXY ifdefsMichaƂ Antoniak2021-04-221-0/+3
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-03-281-0/+2
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-2/+2
* vtls: initial implementation of rustls backendJacob Hoffman-Andrews2021-02-091-0/+1
* vtls: factor out Curl_ssl_getsock to field of Curl_sslJacob Hoffman-Andrews2021-02-081-0/+12
* vtls: remove md5sumDaniel Stenberg2021-02-021-9/+0
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-19/+30
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vtls: deduplicate some DISABLE_PROXY ifdefsKamil Dudka2020-10-011-0/+14
* vtls: make it 'struct Curl_ssl_session'Daniel Stenberg2020-09-021-1/+1
* ntlm: enable NTLM support with wolfSSLRuurd Beerstra2020-06-161-6/+0
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-8/+15
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-3/+3
* version: make curl_version* thread-safe without using global contextDaniel Stenberg2020-03-071-1/+0
* polarssl: removedDaniel Stenberg2020-01-161-2/+1
* TLS: add BearSSL vtls implementationMichael Forney2019-11-261-0/+1
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-2/+1
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-101-1/+1
* vtls: rename some of the SSL functionsChris Young2019-03-151-2/+2
* Secure Transport: no more "darwinssl"Daniel Stenberg2019-02-281-2/+2
* axtls: removedDaniel Stenberg2018-11-011-1/+0
* vtls: add a MesaLink vtls backendYiming Jing2018-09-131-0/+1
* setopt: add TLS 1.3 ciphersuitesDaniel Stenberg2018-05-291-1/+4
* vtls: use unified "supports" bitfield member in backendsDaniel Stenberg2018-05-041-8/+7
* vtls: don't define MD5_DIGEST_LENGTH for wolfsslDaniel Stenberg2018-05-021-1/+3
* tls: fix mbedTLS 2.7.0 build + handle sha256 failuresWyatt O'Day2018-04-061-1/+1
* vtls: change struct Curl_ssl `close' field name to `close_one'.Patrick Monnerat2017-10-191-1/+1
* ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM headerJay Satiro2017-09-231-9/+0
* ntlm: use strict order for SSL backend #if branchesViktor Szakats2017-09-221-0/+9
* vtls: switch to CURL_SHA256_DIGEST_LENGTH defineDaniel Stenberg2017-09-071-3/+3
* vtls: refactor out essential information about the SSL backendsJohannes Schindelin2017-08-281-2/+5
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-281-2/+1
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-281-0/+2
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-281-0/+2
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-281-0/+2
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-281-0/+5
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-281-0/+2
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-281-0/+5
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-281-0/+4
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-281-0/+15
* vtls: introduce a new struct for SSL backendsJohannes Schindelin2017-08-281-0/+33
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-5/+5
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-7/+22