summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* tls: add CURLOPT_SSL_EC_CURVES and --curvesMichael Baentsch2020-08-302-0/+19
* TLS: fix SRP detection by using the proper #ifdefsDaniel Stenberg2020-08-282-13/+13
* openssl: Fix wincrypt symbols conflict with BoringSSLJay Satiro2020-08-261-0/+7
* schannel: fix memory leak when using get_cert_locationfullincome2020-08-261-4/+6
* tls: provide the CApath verbose log on its own lineDaniel Stenberg2020-08-194-30/+20
* ftp: don't do ssl_shutdown instead of ssl_closeDaniel Stenberg2020-08-101-0/+1
* gtls: survive not being able to get name/issuerDaniel Stenberg2020-08-051-10/+13
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-022-13/+13
* openssl: fix build with LibreSSL < 2.9.1Marcel Raad2020-08-011-1/+3
* WIN32: stop forcing narrow-character APIMarcel Raad2020-07-272-2/+3
* nss: fix build with disabled proxy supportBaruch Siach2020-07-141-9/+35
* bearssl: fix build with disabled proxy supportBaruch Siach2020-07-121-2/+9
* gnutls: repair the build with `CURL_DISABLE_PROXY`Alex Kiernan2020-07-041-3/+27
* gnutls: Fetch backend when using proxyAlex Kiernan2020-07-031-0/+1
* vtls: compare cert blob when finding a connection to reuseDaniel Stenberg2020-06-291-0/+42
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-282-4/+4
* mbedtls: fix build with disabled proxy supportBaruch Siach2020-06-261-0/+10
* openssl: Fix compilation on Windows when ngtcp2 is enabledJavier Blazquez2020-06-251-4/+5
* openssl: Don't ignore CA paths when using Windows CA storeJay Satiro2020-06-221-13/+9
* openssl: Fix CA fallback logic for OpenSSL 3.0 buildJay Satiro2020-06-221-1/+1
* ntlm: enable NTLM support with wolfSSLRuurd Beerstra2020-06-161-6/+0
* openssl: set FLAG_TRUSTED_FIRST unconditionallyFrançois Rigault2020-06-061-4/+3
* vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool2020-06-012-0/+16
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-304-28/+108
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-309-28/+20
* wolfssl: add SSLKEYLOGFILE supportPeter Wu2020-05-271-0/+144
* vtls: Extract and simplify key log file handling from OpenSSLPeter Wu2020-05-273-118/+239
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-262-2/+2
* all: fix codespell errorsViktor Szakats2020-05-252-2/+2
* setopt: support certificate options in memory with struct curl_blobGilles Vollant2020-05-153-123/+347
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-157-19/+19
* curl_multibyte: add to curlxMarcel Raad2020-05-142-17/+17
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-144-11/+11
* OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAINDaniel Stenberg2020-05-131-2/+6
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-081-19/+177
* GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler2020-04-301-2/+21
* schannel: source code reindentDaniel Stenberg2020-04-291-131/+139
* nss: check for PK11_CreateDigestContext() returning NULLDaniel Stenberg2020-04-271-0/+6
* select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg2020-04-231-3/+3
* GnuTLS: Don't skip really long certificate fieldsEmil Engler2020-04-211-12/+15
* gnutls: bump lowest supported version to 3.1.10Daniel Stenberg2020-04-211-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