summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* 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
* nss: fix MinGW compiler warningsMarcel Raad2017-04-181-5/+5
* TLS: Fix switching off SSL session id when client cert is usedJay Satiro2017-04-1810-19/+22
* openssl: don't try to print nonexistant peer private keysDavid Benjamin2017-04-171-29/+3
* openssl: fix thread-safety bugs in error-handlingDavid Benjamin2017-04-171-25/+27
* openssl: make SSL_ERROR_to_str more future-proofDavid Benjamin2017-04-171-16/+34
* mbedtls: fix memory leak in error pathLarry Stefani2017-04-151-0/+1
* polarssl: unbreak build with versions < 1.3.8Marcel Raad2017-04-111-1/+1
* openssl: fix this statement may fall through [-Wimplicit-fallthrough=]Alexis La Goutte2017-04-101-0/+2
* nss: load CA certificates even with --insecureKamil Dudka2017-04-101-2/+5
* vtls: fix unreferenced variable warningsMarcel Raad2017-04-082-2/+4
* schannel: fix compiler warningsMarcel Raad2017-04-071-3/+3
* gtls: fix compiler warningMarcel Raad2017-04-061-2/+2
* nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad2017-04-061-15/+8
* schannel: fix unused variable warningMarcel Raad2017-03-301-0/+2
* openssl: exclude DSA code when OPENSSL_NO_DSA is definedJay Satiro2017-03-281-0/+4
* schannel: fix variable shadowing warningMarcel Raad2017-03-281-1/+1
* spelling fixesklemens2017-03-262-3/+3
* openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg2017-03-231-1/+1
* openssl: made the error table static constDan Fandrich2017-03-231-1/+1
* openssl: fall back on SSL_ERROR_* string when no error detailJay Satiro2017-03-231-8/+33
* mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar2017-03-212-0/+13
* darwinssl: fix typo in variable namePalo Markovic2017-03-181-1/+1
* Improve code readbilitySylvestre Ledru2017-03-132-23/+17
* mbedtls: fix typo in variable nameThomas Glanzmann2017-03-111-1/+1
* openssl: add two /* FALLTHROUGH */ to satisfy coverityDaniel Stenberg2017-03-101-0/+2
* polarssl: fixed compile errors introduced in 6448f98cDan Fandrich2017-03-091-2/+2
* openssl: unbreak the build after 6448f98c1857deDaniel Stenberg2017-03-081-2/+12
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-0811-196/+610
* build: fix gcc7 implicit fallthrough warningsAlexis La Goutte2017-03-031-0/+1
* darwinssl: Warn that disabling host verify also disables SNIJDepooter2017-03-021-0/+3