aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2020-03-05polarssl: remove more references and mentionsDaniel Stenberg
2020-02-27gtls: Fixed compilation when using GnuTLS < 3.5.0Steve Holme
2020-02-21gtls: fix the copyright yearDaniel Stenberg
2020-02-21GnuTLS: Always send client certjethrogb
2020-02-03openssl: remove redundant assignmentMarcel Raad
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2020-01-23openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg
2020-01-16wolfssl: use the wc-prefixed symbol alternativesDaniel Stenberg
2020-01-16polarssl: removedDaniel Stenberg
2020-01-13schannel_verify: Fix alt names manual verify for UNICODE buildsJay Satiro
2020-01-12misc: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-11schannel: Make CURLOPT_CAINFO work better on Windows 7Faizur Rahman
2020-01-11vtls: Refactor Curl_multissl_version to make the code clearerJay Satiro
2020-01-03lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad
2019-12-31bearssl: Improve I/O handlingMichael Forney
2019-12-10vtls: make BearSSL possible to set with CURL_SSL_BACKENDGisle Vanem
2019-12-03openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg
2019-12-03openssl: set X509_V_FLAG_PARTIAL_CHAINDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-12-01openssl: retrieve reported LibreSSL version at runtimeJay Satiro
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