aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2019-12-01strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro
2019-11-26TLS: add BearSSL vtls implementationMichael Forney
2019-11-24schannel: fix --tls-max for when min is --tlsv1 or defaultXiaoyin Liu
2019-11-22openssl: Revert to less sensitivity for SYSCALL errorsJay Satiro
2019-11-22openssl: improve error message for SYSCALL during connectDaniel Stenberg
2019-11-12openssl: prevent recursive function calls from ctx callbacksDaniel Stenberg
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2019-11-02mbedtls: add error message for cert validity starting in the futureBastien Bouclet
2019-11-01schannel_verify: Fix concurrent openings of CA fileJay Satiro
2019-10-31gtls: make gnutls_bye() not wait for response on shutdownDaniel Stenberg
2019-10-24schannel: reverse the order of certinfo insertionsFrancois Rivard
2019-10-10gskit: use the generic Curl_socketpairDaniel Stenberg
2019-09-27vtls: Fix comment typo about macosx-version-min compiler flagjulian
2019-09-26openssl: use strerror on SSL_ERROR_SYSCALLDaniel Stenberg
2019-09-23vtls: fix narrowing conversion warningsMarcel Raad
2019-09-22openssl: fix compiler warning with LibreSSLMarcel Raad
2019-09-19url: only reuse TLS connections with matching pinningDaniel Stenberg
2019-09-16openssl: fix warning with boringssl and SSL_CTX_set_min_proto_versionDaniel Stenberg
2019-09-13openssl: close_notify on the FTP data connection doesn't mean closureDaniel Stenberg
2019-09-10openssl: use SSL_CTX_set_<min|max>_proto_version() when availableClément Notin
2019-09-10openssl: indent, re-organize and add commentsClément Notin
2019-08-20openssl: build warning free with boringsslDaniel Stenberg
2019-08-13nss: use TLSv1.3 as default if supportedPeter Wu
2019-08-06mesalink: implement client authenticationYiming Jing
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-19source: remove names from source commentsDaniel Stenberg
2019-07-17nss: inspect returnvalue of token checkDaniel Gustafsson
2019-07-14openssl: define HAVE_SSL_GET_SHUTDOWN based on version numberZenju
2019-07-06nss: support using libnss on macOSDaniel Gustafsson
2019-07-06nss: don't set unused parameterDaniel Gustafsson
2019-07-06nss: only cache valid CRL entriesDaniel Gustafsson
2019-06-30docs: Fix links to OpenSSL docsJay Satiro
2019-06-26openssl: disable engine if OPENSSL_NO_UI_CONSOLE is definedDaniel Stenberg
2019-06-18openssl: fix pubkey/signature algorithm detection in certinfoGergely Nagy
2019-06-17openssl: remove outdated commentDaniel Gustafsson
2019-06-11wolfssl: fix key pinning build errorDaniel Stenberg
2019-06-10wolfssl: fixup for SNI useDaniel Stenberg
2019-06-10wolfssl: refer to it as wolfSSL onlyDaniel Stenberg
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