aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2015-12-15cyassl: fix compiler warning on type conversionDaniel Stenberg
2015-12-14libressl: the latest openssl x509 funcs are not in libresslDaniel Stenberg
2015-12-13http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg
2015-12-10openssl: adapt to openssl >= 1.1.0 X509 opaque structsDaniel Stenberg
2015-12-10openssl: avoid BIO_reset() warnings since it returns a valueDaniel Stenberg
2015-12-10openssl: adapt to 1.1.0+ name changesDaniel Stenberg
2015-12-07openssl: BoringSSL doesn't have CONF_modules_freeGisle Vanem
2015-11-24Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg
2015-11-21schannel: Corrected copy/paste error in commit 8d17117683Steve Holme
2015-11-21schannel: Use GetVersionEx() when VerifyVersionInfo() isn't availableSteve Holme
2015-11-13openssl: Free modules on cleanupSebastian Pohlschmidt
2015-11-13cleanup: general removal of TODO (and similar) commentsDaniel Stenberg
2015-11-13openssl: remove #if check for 0.9.7 for ENGINE_load_private_keyDaniel Stenberg
2015-11-13openssl: all supported versions have X509_STORE_set_flagsDaniel Stenberg
2015-11-13openssl: remove 0.9.3 checkDaniel Stenberg
2015-11-13openssl: remove #ifdefs for < 0.9.5 supportDaniel Stenberg
2015-11-13lib/vtls/openssl: remove unused traces of yassl ifdefsDaniel Stenberg
2015-11-10BoringSSL: Work with stricter BIO_get_mem_data()Douglas Creager
2015-10-29mbedtls: fix "Structurally dead code"Daniel Stenberg
2015-10-29mbedtls: fix "Logically dead code"Daniel Stenberg
2015-10-29Revert "openssl: engine: remove double-free"Daniel Stenberg
2015-10-27openssl: engine: remove double-freeDaniel Stenberg
2015-10-23polarssl/mbedtls: fix name space pollutionDaniel Stenberg
2015-10-23mbedTLS: THREADING_SUPPORT compilation fixDmitry S. Baikov
2015-10-22mbedtls:new profile with RSA min key len = 1024.m-gardet
2015-10-20vtls: fix compiler warning for TLS backends without sha256Daniel Stenberg
2015-10-20vtls: added support for mbedTLSJonas Minnberg
2015-10-11openssl: Fix set up of pkcs12 certificate verification chainErik Johansson
2015-09-28openssl: Fix algorithm initMichael Kalinin
2015-09-23gnutls: Report actual GnuTLS error message for certificate errorsMike Crowe
2015-09-22gnutls: Support CURLOPT_KEYPASSWDMike Crowe
2015-09-19vtls: Change designator name for server's pubkey hashJay Satiro
2015-09-19ssl: add server cert's "sha256//" hash to verboseDaniel Hwang
2015-09-19openssl: don't output certinfo dataAlessandro Ghedini
2015-09-19openssl: refactor certificate parsing to use OpenSSL memory BIOAlessandro Ghedini
2015-09-18nss: prevent NSS from incorrectly re-using a sessionKamil Dudka
2015-09-18nss: check return values of NSS functionsKamil Dudka
2015-09-17openssl: build with < 0.9.8Daniel Stenberg
2015-09-04nss: do not directly access SSL_ImplementedCiphers[]Kamil Dudka
2015-08-21openssl: handle lack of server cert when strict checking disabledAlessandro Ghedini
2015-08-01schannel: Fix compilation warning from commit 7a8e861a56Steve Holme
2015-07-24openssl: work around MSVC warningMarcel Raad
2015-07-22schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2015-07-14openssl: VMS support for SHA256John Malmberg
2015-07-02cyassl: fixed mismatched sha256sum function prototypeDan Fandrich
2015-07-01SSL: Pinned public key hash supportmoparisthebest
2015-06-18openssl: fix use of uninitialized bufferDaniel Stenberg
2015-06-18openssl: fix build with BoringSSLDaniel Stenberg
2015-06-17openssl: Fix build with openssl < ~ 0.9.8fPaul Howarth