summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* darwinssl: handle long strings in TLS certs (follow-up)Jay Satiro2017-08-311-2/+17
* cyassl: call it the "WolfSSL" backendDaniel Stenberg2017-08-311-1/+1
* polarssl: fix multissl breakageDaniel Stenberg2017-08-311-5/+2
* 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-2812-26/+18
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-2811-18/+143
* vtls: fold the backend ID into the Curl_ssl structureJohannes Schindelin2017-08-2822-33/+17
* vtls: encapsulate SSL backend-specific dataJohannes Schindelin2017-08-2811-21/+153
* vtls: prepare the SSL backends for encapsulated private dataJohannes Schindelin2017-08-2810-712/+762
* getinfo: access SSL internals via Curl_sslJohannes Schindelin2017-08-2811-0/+83
* vtls: move SSL backends' private constants out of their header filesJohannes Schindelin2017-08-284-51/+51
* axtls: use Curl_none_* versions of init() and cleanup()Johannes Schindelin2017-08-281-17/+7
* vtls: remove obsolete declarations of SSL backend functionalityJohannes Schindelin2017-08-2821-380/+134
* schannel: reorder functions topologicallyJohannes Schindelin2017-08-281-12/+12
* axtls: reorder functions topologicallyJohannes Schindelin2017-08-281-16/+16
* vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl structJohannes Schindelin2017-08-2816-16/+16
* vtls: convert the have_curlssl_* constants to runtime flagsJohannes Schindelin2017-08-2820-87/+93
* vtls: move sha256sum into the Curl_ssl structJohannes Schindelin2017-08-2819-78/+69
* vtls: move md5sum into the Curl_ssl structJohannes Schindelin2017-08-2816-61/+62
* vtls: use the Curl_ssl struct to access all SSL backends' functionalityJohannes Schindelin2017-08-2822-209/+41
* vtls: declare Curl_ssl structs for every SSL backendJohannes Schindelin2017-08-2822-0/+346
* vtls: introduce a new struct for SSL backendsJohannes Schindelin2017-08-281-0/+33
* vtls: make sure every _sha256sum()'s first arg is constJohannes Schindelin2017-08-282-4/+3
* vtls: make sure all _data_pending() functions return boolJohannes Schindelin2017-08-284-4/+4
* vtls: make sure all _cleanup() functions return voidJohannes Schindelin2017-08-284-6/+4
* vtls: use consistent signature for _random() implementationsJohannes Schindelin2017-08-284-7/+9
* darwinssl: handle long strings in TLS certsDaniel Stenberg2017-08-271-68/+73
* darwinssi: fix error: variable length array usedDaniel Stenberg2017-08-161-1/+1
* openssl: fix "error: this statement may fall through"Daniel Stenberg2017-08-111-0/+1
* openssl: remove CONST_ASN1_BIT_STRING.David Benjamin2017-08-111-3/+1
* darwinssl: fix compiler warningMarcel Raad2017-08-051-1/+1
* darwin: silence compiler warningsDaniel Stenberg2017-08-041-2/+12
* darwinssl: fix curlssl_sha256sum() compiler warnings on first argumentDaniel Stenberg2017-08-032-7/+8
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-6/+8
* darwinssl: fix variable type mistake (regression)Daniel Stenberg2017-07-271-1/+2
* nss: fix a possible use-after-free in SelectClientCert()Kamil Dudka2017-07-201-0/+8
* nss: unify the coding style of nss_send() and nss_recv()Kamil Dudka2017-07-201-6/+11
* darwinssl: fix pinnedpubkey build errorJay Satiro2017-07-171-1/+1
* gtls: fix build when sizeof(long) < sizeof(void *)Johannes Schindelin2017-07-031-11/+9
* openssl: improve fallback seed of PRNG with a time based hashdmitrykos2017-06-301-17/+26
* HTTPS-Proxy: don't offer h2 for https proxy connectionsJay Satiro2017-06-163-3/+6
* libressl: OCSP and intermediate certs workaround no longer neededStuart Henderson2017-06-131-1/+2
* cyassl: define build macros before including ssl.hMarcel Raad2017-06-031-32/+32
* mbedtls: make TU-local variable staticMarcel Raad2017-06-021-1/+1
* mbedtls: fix variable shadow warningJay Satiro2017-05-291-3/+3
* darwinssl: Fix exception when processing a client-side certificate fileNick Zitzmann2017-05-161-1/+1
* SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest2017-05-152-0/+180