summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* gnutls: bump lowest supported version to 3.1.10bagder/gnutls-3.1.10Daniel Stenberg2020-04-201-287/+50
* lib: fix typos in comments and errormessagesDaniel Gustafsson2020-04-201-1/+1
* multi-ssl: reset the SSL backend on `Curl_global_cleanup()`Johannes Schindelin2020-04-201-0/+6
* schannel: Fix blocking timeout logicAndrew Kurushin2020-04-121-6/+6
* gnutls: ensure TLS 1.3 when SRP isn't requestedDirkjan Bussink2020-04-131-36/+45
* lib: fix conversion warnings for SOCKET_WRITABLE/READABLEJay Satiro2020-04-111-2/+3
* schannel: support .P12 or .PFX client certificatesGilles Vollant2020-04-081-34/+124
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-301-1/+2
* openssl: adapt to functions marked as deprecated since version 3Daniel Stenberg2020-03-261-0/+29
* secure transport: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-90/+101
* mbedtls: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-69/+76
* bearssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-48/+52
* wolfssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-59/+65
* nss: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-51/+62
* gnutls: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-43/+50
* openssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-107/+113
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-182-0/+16
* windows: suppress UI in all CryptAcquireContext() callsViktor Szakats2020-03-171-1/+1
* vtls: free ssl_config leftovers on out-of-memoryDaniel Stenberg2020-03-161-0/+1
* gskit: update the copyright year rangeDaniel Stenberg2020-03-151-1/+1
* gskit: use our internal select wrapper for portabilityMarc Hoersken2020-03-151-2/+1
* version: make curl_version* thread-safe without using global contextDaniel Stenberg2020-03-071-1/+0
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-051-10/+0
* gtls: Fixed compilation when using GnuTLS < 3.5.0Steve Holme2020-02-271-1/+5
* gtls: fix the copyright yearDaniel Stenberg2020-02-211-1/+1
* GnuTLS: Always send client certjethrogb2020-02-211-1/+1
* openssl: remove redundant assignmentMarcel Raad2020-02-031-1/+0
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-022-3/+3
* openssl: make CURLINFO_CERTINFO not truncate x509v3 fieldsDaniel Stenberg2020-01-231-25/+6
* wolfssl: use the wc-prefixed symbol alternativesDaniel Stenberg2020-01-161-6/+6
* polarssl: removedDaniel Stenberg2020-01-167-1012/+43
* schannel_verify: Fix alt names manual verify for UNICODE buildsJay Satiro2020-01-131-1/+1
* misc: Copyright year out of date, should be 2020Daniel Stenberg2020-01-122-2/+2
* schannel: Make CURLOPT_CAINFO work better on Windows 7Faizur Rahman2020-01-111-20/+130
* vtls: Refactor Curl_multissl_version to make the code clearerJay Satiro2020-01-111-16/+21
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-031-1/+3
* bearssl: Improve I/O handlingMichael Forney2019-12-311-85/+77
* vtls: make BearSSL possible to set with CURL_SSL_BACKENDGisle Vanem2019-12-101-0/+3
* openssl: CURLSSLOPT_NO_PARTIALCHAIN can disable partial cert chainsDaniel Stenberg2019-12-031-6/+8
* openssl: set X509_V_FLAG_PARTIAL_CHAINDaniel Stenberg2019-12-031-9/+17
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-012-3/+3
* openssl: retrieve reported LibreSSL version at runtimeJay Satiro2019-12-011-6/+24
* strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro2019-12-011-9/+14
* TLS: add BearSSL vtls implementationMichael Forney2019-11-264-1/+910
* schannel: fix --tls-max for when min is --tlsv1 or defaultXiaoyin Liu2019-11-241-4/+0
* openssl: Revert to less sensitivity for SYSCALL errorsJay Satiro2019-11-221-13/+59
* openssl: improve error message for SYSCALL during connectDaniel Stenberg2019-11-221-1/+6
* openssl: prevent recursive function calls from ctx callbacksDaniel Stenberg2019-11-121-0/+2
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-085-5/+5
* mbedtls: add error message for cert validity starting in the futureBastien Bouclet2019-11-021-0/+3