aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2019-06-05build: fix Codacy warningsMarcel Raad
2019-05-27nss: allow to specify TLS 1.3 ciphers if supported by NSSHubert Kario
2019-05-24sectransp: handle errSSLPeerAuthCompleted from SSLRead()Daniel Stenberg
2019-05-21ftp: move ftp_ccc in under featureflagDaniel Gustafsson
2019-05-20mbedtls: enable use of EC keysGuy Poizat
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-13vtls: fix potential ssl_buffer stack overflowDaniel Gustafsson
2019-05-08OpenSSL: Report -fips in version if OpenSSL is built with FIPSRicky Leverence
2019-05-07nss: allow fifos and character devices for certificates.Frank Gevaerts
2019-05-01travis: upgrade the MesaLink TLS backend to v1.0.0Yiming Jing
2019-05-01multi: provide Curl_multiuse_state to update informationDaniel Stenberg
2019-04-29nss: provide more specific error messages on failed initKamil Dudka
2019-04-12openssl: mark connection for close on TLS close_notifyDaniel Stenberg
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-04-11polarssl_threadlock: remove conditionally unused codeMarcel Raad
2019-03-20openssl: if cert type is ENG and no key specified, key is ENG tooDavid Woodhouse
2019-03-20sectransp: tvOS 11 is required for ALPN supportDaniel Stenberg
2019-03-15configure: add --with-amisslChris Young
2019-03-15vtls: rename some of the SSL functionsChris Young
2019-03-02gnutls: remove call to deprecated gnutls_compression_get_nameDaniel Stenberg
2019-02-28Secure Transport: no more "darwinssl"Daniel Stenberg
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-02-25OpenSSL: add support for TLS ASYNC stateBernd Mueller
2019-02-25schannel: support CALG_ECDH_EPHEM algorithmgeorgeok
2019-02-23wolfssl: stop custom-adding curvesDaniel Stenberg
2019-02-16mbedtls: release sessionid resources on errorDaniel Gustafsson
2019-02-12schannel: restore some debug output but only for debug buildsJay Satiro
2019-02-12schannel: be quietDaniel Stenberg
2019-02-12mbedtls: make it build even if MBEDTLS_VERSION_C isn't setDaniel Stenberg
2019-02-06url: close TLS before removing conn from cacheChris Araman
2019-02-01spnego_sspi: add support for channel bindinggeorgeok
2019-02-01schannel: stop calling it "winssl"Daniel Stenberg
2019-01-21schannel: preserve original certificate path parameterArchangel_SDY
2019-01-19ntlm_sspi: add support for channel bindinggeorgeok
2019-01-18schannel: on connection close there might not be a transferDaniel Stenberg
2019-01-16openssl: fix the SSL_get_tlsext_status_ocsp_resp callDaniel Stenberg
2019-01-13openssl: adapt to 3.0.0, OpenSSL_version_num() is deprecatedDaniel Stenberg
2019-01-06schannel: fix compiler warningMarcel Raad
2019-01-04printf: fix format specifiersRikard Falkeborn
2018-12-20wolfssl: Perform cleanupDavid Garske
2018-12-20mbedtls: follow-up VERIFYHOST fix from f097669248Daniel Stenberg
2018-12-17mbedtls: use VERIFYHOSTDaniel Stenberg
2018-12-14darwinssl: accept setting max-tls with default min-tlsDaniel Stenberg
2018-12-07openssl: fix unused variable compiler warning with old opensslBen Greear
2018-12-07curl_global_sslset(): id == -1 is not necessarily an errorJohannes Schindelin
2018-12-05openssl: do not use file BIOs if not requestedGergely Nagy
2018-12-05nss: Fix compatibility with nss versions 3.14 to 3.15Paul Howarth
2018-12-05nss: Improve info message when falling back SSL protocolPaul Howarth
2018-12-05nss: Fall back to latest supported SSL versionPaul Howarth