summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* 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
* mbedtls: Support server renegotiation requestRon Eldor2017-05-121-0/+5
* schannel: return a more specific error code for SEC_E_UNTRUSTED_ROOTDan Fandrich2017-05-041-1/+2
* gtls: fixed a lingering BUFSIZE referenceDan Fandrich2017-05-021-3/+4
* openssl: use local stack for temp storageDaniel Stenberg2017-05-011-8/+8
* nss: load libnssckbi.so if no other trust is specifiedKamil Dudka2017-04-251-8/+43
* nss: factorize out nss_{un,}load_module to separate fncsKamil Dudka2017-04-251-27/+56
* nss: do not leak PKCS #11 slot while loading a keyKamil Dudka2017-04-251-2/+4
* nss: adapt to the new Curl_llist APIKamil Dudka2017-04-241-4/+26
* schannel: Don't treat encrypted partial record as pending dataJay Satiro2017-04-221-2/+10
* gnutls: removed some code when --disable-verbose is configuredDan Fandrich2017-04-221-4/+8
* openssl: fix memory leak in servercertDaniel Stenberg2017-04-201-0/+1