summaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.c
Commit message (Expand)AuthorAgeFilesLines
* schannel: add clarifying commentDaniel Stenberg2023-04-111-2/+4
* schannel: loop over the algos to pick the selected oneDaniel Stenberg2023-03-031-63/+68
* quic/schannel: fix compiler warningsViktor Szakats2023-02-281-4/+6
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-021-48/+21
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-3/+3
* vtls: use ALPN HTTP/1.0 when HTTP/1.0 is usedDaniel Stenberg2022-12-311-10/+18
* tls: backends use connection filters for IO, enabling HTTPS-proxyStefan Eissing2022-11-281-22/+22
* vtls: localization of state data in filtersStefan Eissing2022-11-221-124/+115
* sendf: change Curl_read_plain to wrap Curl_recv_plain (take 2)Jay Satiro2022-11-201-2/+2
* Revert "sendf: change Curl_read_plain to wrap Curl_recv_plain"Daniel Stenberg2022-11-181-2/+2
* sendf: change Curl_read_plain to wrap Curl_recv_plainJay Satiro2022-11-181-2/+2
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-10/+4
* openssl: reduce CA certificate bundle reparsing by cachingMichael Drake2022-11-081-1/+2
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-2/+2
* cmake: really enable warnings with clangViktor Szakats2022-10-261-3/+3
* schannel: Don't reset recv/send function pointers on renegotiationJoel Depooter2022-10-191-2/+9
* schannel: when importing PFX, disable key persistenceDustin Howett2022-10-111-7/+28
* docs: spelling nitsViktor Szakats2022-09-291-1/+1
* schannel: ban server ALPN change during recv renegotiationJay Satiro2022-09-261-6/+23
* NPN: remove support for and use ofDaniel Stenberg2022-09-051-3/+3
* misc: spelling fixesViktor Szakats2022-08-311-2/+2
* Revert "schannel: when importing PFX, disable key persistence"Daniel Stenberg2022-08-291-11/+1
* schannel: when importing PFX, disable key persistenceDustin Howett2022-08-251-1/+11
* schannel: re-indent to use curl style betterDaniel Stenberg2022-08-121-65/+65
* schannel: Add TLS 1.3 supportWyatt O'Day2022-08-021-57/+348
* windows: improve random sourceViktor Szakats2022-07-041-13/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove exclamation marksDaniel Stenberg2022-04-161-2/+2
* vtls: use a generic "ALPN, server accepted" messageDaniel Stenberg2022-03-311-1/+1
* vtls: use a backend standard message for "ALPN: offers %s"Daniel Stenberg2022-03-311-2/+2
* vtls: provide a unified APLN-disagree string for all backendsDaniel Stenberg2022-03-311-1/+1
* ssl: reduce allocated space for ssl backend when FTP is disabledMAntoniak2022-02-211-0/+18
* schannel: move the algIds array out of schannel.hJoel Depooter2022-02-181-2/+5
* schannel: restore debug message in schannel_connect_step2Jay Satiro2022-01-281-0/+4
* vtls: pass on the right SNI nameDaniel Stenberg2022-01-271-30/+18
* checksrc: detect more kinds of NULL comparisons we avoidDaniel Stenberg2021-12-271-4/+4
* schannel: remove the BACKEND define kludgeDaniel Stenberg2021-12-261-187/+198
* version_win32: Check build number and platform idWyatt O'Day2021-12-021-4/+4
* schannel: fix memory leak due to failed SSL connectionJay Satiro2021-11-021-19/+24
* vtls: Fix a memory leak if an SSL session cannot be added to the cacheMichael Kaufmann2021-09-241-2/+3
* schannel: fix typoJoel Depooter2021-09-241-2/+2
* schannel: Work around typo in classic mingw macroJay Satiro2021-08-211-7/+7
* build: fix compiler warningsMAntoniak2021-08-141-1/+1
* [SChannel] Use '_tcsncmp()' insteadGisle Vanem2021-07-161-18/+8
* [PellesC] missing '_tcsnccmp'Gisle Vanem2021-07-161-0/+10
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-64/+64
* schannel: move code out of SChannel_connect_step1Ebe Janchivdorj2021-06-041-322/+338
* schannel: set ALPN length correctly for HTTP/2Joel Depooter2021-05-271-0/+1
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-2/+4
* schannel: don't use static to store selected ciphersDaniel Stenberg2021-05-241-4/+5