summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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