summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* openssl: fix indentJay Satiro2023-05-101-1/+1
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-1/+1
* checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg2023-04-272-2/+2
* hostcheck: fix host name wildcard checkingDaniel Stenberg2023-04-261-28/+22
* http2: support HTTP/2 to forward proxies, non-tunnelingStefan Eissing2023-04-171-8/+2
* schannel: add clarifying commentDaniel Stenberg2023-04-111-2/+4
* vtls: remove int typecast for sizeof()Kvarec Lezki2023-04-111-1/+1
* CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2Daniel Stenberg2023-04-081-2/+8
* vtls: fix build error when proxy-disabledDaniel Stenberg2023-04-061-4/+10
* proxy: http2 proxy tunnel implementationStefan Eissing2023-04-069-110/+102
* vtls and h2 improvementsStefan Eissing2023-04-061-36/+11
* rustls: fix error in recv handlingStefan Eissing2023-03-311-61/+88
* openssl: interop with AWS-LCJim King2023-03-301-11/+25
* vlts: use full buffer size when receiving data if possibleStefan Eissing2023-03-301-4/+36
* openssl: fix indents - white space edits onlyDaniel Stenberg2023-03-281-308/+309
* gskit: various compile errors in OS400jonrumsey2023-03-221-11/+12
* secure-transport: fix recv return code handlingStefan Eissing2023-03-141-4/+8
* wolfSSL: ressurect the BIO `io_result`Stefan Eissing2023-03-101-5/+34
* url: fix logic in connection reuse to deny reuse on "unclean" connectionsStefan Eissing2023-03-074-125/+14
* x509asn1: use plain %x, not %lx, when the arg is an intDaniel Stenberg2023-03-061-1/+1
* connect: fix time_connect and time_appconnect timer statisticsStefan Eissing2023-03-061-6/+22
* schannel: loop over the algos to pick the selected oneDaniel Stenberg2023-03-031-63/+68
* socket: detect "dead" connections better, e.g. not fit for reuseStefan Eissing2023-03-021-1/+8
* sectransp: make read_cert() use a dynbuf when loadingDaniel Stenberg2023-03-011-26/+15
* quic/schannel: fix compiler warningsViktor Szakats2023-02-281-4/+6
* x509asn1.c: use correct format specifier for infof() callDaniel Stenberg2023-02-271-1/+1
* sectransp: fix compiler warning c89 mixed code/declarationJay Satiro2023-02-231-8/+15
* openssl: rename 'errcode_t' to 'sslerr_t'Daniel Stenberg2023-02-141-5/+5
* openssl: test and fix for forward proxy handling (non-tunneling).Stefan Eissing2023-02-131-6/+22
* rustls: improve error messagesJacob Hoffman-Andrews2023-02-111-10/+22
* openssl: remove dead codeDaniel Stenberg2023-02-111-6/+1
* openssl: store the CA after first send (ClientHello)Stefan Eissing2023-02-081-64/+35
* wolfssl: remove deprecated post-quantum algorithmsAnthony Hu2023-02-081-20/+0
* misc: fix spellingJohn Bampton2023-02-081-1/+1
* vtls: infof using %.*s needs to provide the length as intDaniel Stenberg2023-02-071-1/+1
* vrls: addressing issues reported by coverityStefan Eissing2023-02-071-2/+2
* vtls: fix failf() format argument type for %.*s handlingDaniel Stenberg2023-02-061-1/+1
* openssl: fix "Improper use of negative value"Daniel Stenberg2023-02-061-1/+4
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-0213-440/+347
* cf-socket: improvements in socket I/O handlingStefan Eissing2023-01-311-2/+2
* openssl: only use CA_BLOB if verifying peerDaniel Stenberg2023-01-311-171/+167
* openssl: adapt to boringssl's error code typeDaniel Stenberg2023-01-291-3/+9
* vtls: do not null-check when we already assume cf-ctx existsStefan Eissing2023-01-291-1/+1
* vtls: Manage current easy handle in nested cfilter callsStefan Eissing2023-01-267-52/+55
* openssl: don't log raw record headersCherish982023-01-241-0/+3
* vtls: fix hostname handling in filtersStefan Eissing2023-01-202-23/+47
* openssl: Don't ignore CA paths when using Windows CA store (redux)Jay Satiro2023-01-171-19/+36
* openssl: make the BIO_METHOD a local variable in the connection filterStefan Eissing2023-01-121-27/+35
* curl_log: for failf/infof and debug logging implementationsStefan Eissing2023-01-126-61/+51
* ngtcp2: add CURLOPT_SSL_CTX_FUNCTION support for openssl+wolfsslStefan Eissing2023-01-102-10/+19