summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* schannel: Add ALPN supportJDepooter2016-03-241-1/+105
* openssl: boringssl provides the same numbering as opensslDaniel Stenberg2016-03-231-2/+1
* openssl: fix ERR_remove_thread_state() for boringssl/libresslDaniel Stenberg2016-03-231-1/+3
* openssl: Fixed compilation warning when /Wall enabledSteve Holme2016-03-201-1/+2
* mbedtls: fix compiler warningDaniel Stenberg2016-03-191-0/+1
* openssl: adapt to API breakage in ERR_remove_thread_state()Gisle Vanem2016-03-171-1/+7
* openssl: verbose: show matching SAN patternDaniel Stenberg2016-03-171-27/+30
* openssl: use the correct OpenSSL/BoringSSL/LibreSSL in messagesGisle Vanem2016-03-081-15/+24
* mbedtls: fix user-specified SSL protocol versionJay Satiro2016-03-051-4/+21
* openssl: use macro to guard the opaque EVP_PKEY branchViktor Szakats2016-02-161-8/+5
* openssl: avoid direct PKEY access with OpenSSL 1.1.0Viktor Szakats2016-02-161-4/+38
* gtls: fix for builds lacking encrypted key file supportShine Fan2016-02-131-3/+3
* nss: search slash in forward direction in dup_nickname()Kamil Dudka2016-02-101-8/+2
* nss: do not count enabled cipher-suitesKamil Dudka2016-02-101-7/+7
* mbedtls.c: re-indent to better match curl standardsDaniel Stenberg2016-02-101-44/+44
* mbedtls: fix memory leak when destroying SSL connection dataRafael Antonio2016-02-091-5/+11
* mbedtls: fix ALPN usage segfaultDaniel Stenberg2016-02-091-4/+6
* openssl: remove most BoringSSL #ifdefs.David Benjamin2016-02-091-49/+12
* configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel2016-02-082-1/+16
* openssl: Fix signed/unsigned mismatch warning in X509V3_extJay Satiro2016-02-061-2/+2
* URLs: change more http to httpsViktor Szakats2016-02-044-10/+12
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-0324-25/+25
* mbedtls: Fix pinned key return value on failJay Satiro2016-01-181-49/+66
* openssl: improved error detection/reportingDaniel Stenberg2016-01-141-25/+18
* openssl: for 1.1.0+ they now provide a SSLeay() macro of their ownDaniel Stenberg2016-01-141-2/+1
* mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann2016-01-102-1/+54
* mbedtls: Fix ALPN supportJay Satiro2016-01-071-13/+23
* cyassl: deal with lack of *get_peer_certificateDaniel Stenberg2015-12-161-0/+6
* wolfssl: handle builds without SSLv3 supportDaniel Stenberg2015-12-161-0/+7
* cyassl: fix compiler warning on type conversionDaniel Stenberg2015-12-151-1/+1
* libressl: the latest openssl x509 funcs are not in libresslDaniel Stenberg2015-12-141-2/+4
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-135-12/+12
* openssl: adapt to openssl >= 1.1.0 X509 opaque structsDaniel Stenberg2015-12-101-14/+38
* openssl: avoid BIO_reset() warnings since it returns a valueDaniel Stenberg2015-12-101-3/+4
* openssl: adapt to 1.1.0+ name changesDaniel Stenberg2015-12-101-0/+6
* openssl: BoringSSL doesn't have CONF_modules_freeGisle Vanem2015-12-071-1/+2
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-242-0/+11
* schannel: Corrected copy/paste error in commit 8d17117683Steve Holme2015-11-211-6/+5
* schannel: Use GetVersionEx() when VerifyVersionInfo() isn't availableSteve Holme2015-11-211-5/+22
* openssl: Free modules on cleanupSebastian Pohlschmidt2015-11-131-0/+3
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-132-11/+0
* openssl: remove #if check for 0.9.7 for ENGINE_load_private_keyDaniel Stenberg2015-11-131-1/+1
* openssl: all supported versions have X509_STORE_set_flagsDaniel Stenberg2015-11-131-7/+0
* openssl: remove 0.9.3 checkDaniel Stenberg2015-11-131-3/+1
* openssl: remove #ifdefs for < 0.9.5 supportDaniel Stenberg2015-11-131-60/+29
* lib/vtls/openssl: remove unused traces of yassl ifdefsDaniel Stenberg2015-11-131-6/+0
* BoringSSL: Work with stricter BIO_get_mem_data()Douglas Creager2015-11-101-2/+2
* mbedtls: fix "Structurally dead code"Daniel Stenberg2015-10-291-19/+15
* mbedtls: fix "Logically dead code"Daniel Stenberg2015-10-291-18/+13
* Revert "openssl: engine: remove double-free"Daniel Stenberg2015-10-291-2/+2