aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2020-03-30cleanup: insert newline after if() conditionsDaniel Stenberg
2020-03-26openssl: adapt to functions marked as deprecated since version 3Daniel Stenberg
2020-03-19secure transport: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19mbedtls: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19bearssl: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19wolfssl: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19nss: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19gnutls: remove the BACKEND define kludgeDaniel Stenberg
2020-03-19openssl: remove the BACKEND define kludgeDaniel Stenberg
2020-03-18schannel: add "best effort" revocation check optionJohannes Schindelin
2020-03-17windows: suppress UI in all CryptAcquireContext() callsViktor Szakats
2020-03-16vtls: free ssl_config leftovers on out-of-memoryDaniel Stenberg
2020-03-15gskit: update the copyright year rangeDaniel Stenberg
2020-03-15gskit: use our internal select wrapper for portabilityMarc Hoersken
2020-03-07version: make curl_version* thread-safe without using global contextDaniel Stenberg
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