aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2017-04-10openssl: fix this statement may fall through [-Wimplicit-fallthrough=]Alexis La Goutte
2017-04-10nss: load CA certificates even with --insecureKamil Dudka
2017-04-08vtls: fix unreferenced variable warningsMarcel Raad
2017-04-07schannel: fix compiler warningsMarcel Raad
2017-04-06gtls: fix compiler warningMarcel Raad
2017-04-06nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad
2017-03-30schannel: fix unused variable warningMarcel Raad
2017-03-28openssl: exclude DSA code when OPENSSL_NO_DSA is definedJay Satiro
2017-03-28schannel: fix variable shadowing warningMarcel Raad
2017-03-26spelling fixesklemens
2017-03-23openssl: fix comparison between signed and unsigned integer expressionsDaniel Stenberg
2017-03-23openssl: made the error table static constDan Fandrich
2017-03-23openssl: fall back on SSL_ERROR_* string when no error detailJay Satiro
2017-03-21mbedtls: add support for CURLOPT_SSL_CTX_FUNCTIONAles Mlakar
2017-03-18darwinssl: fix typo in variable namePalo Markovic
2017-03-13Improve code readbilitySylvestre Ledru
2017-03-11mbedtls: fix typo in variable nameThomas Glanzmann
2017-03-10openssl: add two /* FALLTHROUGH */ to satisfy coverityDaniel Stenberg
2017-03-09polarssl: fixed compile errors introduced in 6448f98cDan Fandrich
2017-03-08openssl: unbreak the build after 6448f98c1857deDaniel Stenberg
2017-03-08vtls: add options to specify range of enabled TLS versionsJozef Kralik
2017-03-03build: fix gcc7 implicit fallthrough warningsAlexis La Goutte
2017-03-02darwinssl: Warn that disabling host verify also disables SNIJDepooter
2017-02-26cyassl: get library version string at runtimeJay Satiro
2017-02-21cyassl: fix typoJay Satiro
2017-02-15axtls: adapt to API changesDaniel Stenberg
2017-02-09nss: make FTPS work with --proxytunnelKamil Dudka
2017-02-08polarssl, mbedtls: Fix detection of pending dataMichael Kaufmann
2017-02-07darwinssl: Avoid parsing certificates when not in verbose modeDaniel Gustafsson
2017-02-07schannel: Remove incorrect SNI disabled messageJDepooter
2017-01-31openssl: Don't use certificate after transferring ownershipAdam Langley
2017-01-29mbedtls: implement CTR-DRBG and HAVEGE random generatorsAntoine Aubert
2017-01-28mbedtls: disable TLS session ticketsMichael Kaufmann
2017-01-28gnutls: disable TLS session ticketsMichael Kaufmann
2017-01-28polarssl: fix hangsMichael Kaufmann
2017-01-22vtls: source indentation fixDaniel Stenberg
2017-01-20vtls: fix PolarSSL non-blocking handlingDaniel Stenberg
2017-01-20vtls: fix mbedtls multi non blocking handshake.Antoine Aubert
2017-01-17openssl: Fix random generationJay Satiro
2017-01-15nss: use the correct lock in nss_find_slot_by_name()Kamil Dudka
2017-01-13gnutls: check for alpn and ocsp in configureMarcus Hoffmann
2017-01-12rand: make it work without TLS backingDaniel Stenberg
2017-01-07wolfssl: display negotiated SSL version and cipherDan Fandrich
2017-01-06wolfssl: support setting cipher listDan Fandrich
2017-01-03darwinssl: --insecure overrides --cacert if both settings are in useNick Zitzmann
2016-12-27darwinssl: fix CFArrayRef leakChris Araman
2016-12-27darwinssl: fix iOS buildChris Araman
2016-12-26vtls: s/SSLEAY/OPENSSLDaniel Stenberg
2016-12-24cyassl: use time_t instead of long for timeoutJay Satiro
2016-12-23openssl-random: check return code when asking for randomDaniel Stenberg