aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2020-05-15setopt: support certificate options in memory with struct curl_blobGilles Vollant
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-05-14curl_multibyte: add to curlxMarcel Raad
2020-05-14checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg
2020-05-13OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAINDaniel Stenberg
2020-05-08CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant
2020-04-30GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler
2020-04-29schannel: source code reindentDaniel Stenberg
2020-04-27nss: check for PK11_CreateDigestContext() returning NULLDaniel Stenberg
2020-04-23select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg
2020-04-21GnuTLS: Don't skip really long certificate fieldsEmil Engler
2020-04-21gnutls: bump lowest supported version to 3.1.10Daniel Stenberg
2020-04-20lib: fix typos in comments and errormessagesDaniel Gustafsson
2020-04-20multi-ssl: reset the SSL backend on `Curl_global_cleanup()`Johannes Schindelin
2020-04-12schannel: Fix blocking timeout logicAndrew Kurushin
2020-04-13gnutls: ensure TLS 1.3 when SRP isn't requestedDirkjan Bussink
2020-04-11lib: fix conversion warnings for SOCKET_WRITABLE/READABLEJay Satiro
2020-04-08schannel: support .P12 or .PFX client certificatesGilles Vollant
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