summaryrefslogtreecommitdiff
path: root/lib/vtls/wolfssl.c
Commit message (Expand)AuthorAgeFilesLines
* wolfssl: remove deprecated post-quantum algorithmsAnthony Hu2023-02-081-20/+0
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-021-42/+12
* vtls: Manage current easy handle in nested cfilter callsStefan Eissing2023-01-261-4/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* vtls: use ALPN HTTP/1.0 when HTTP/1.0 is usedDaniel Stenberg2022-12-311-7/+12
* wolfssl: remove special BIO return code handlingStefan Eissing2022-12-061-39/+5
* tls: backends use connection filters for IO, enabling HTTPS-proxyStefan Eissing2022-11-281-4/+175
* vtls: localization of state data in filtersStefan Eissing2022-11-221-113/+102
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-6/+4
* openssl: reduce CA certificate bundle reparsing by cachingMichael Drake2022-11-081-1/+2
* wolfSSL: fix session management bug.Hayden Roche2022-09-131-3/+13
* NPN: remove support for and use ofDaniel Stenberg2022-09-051-3/+3
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* wolfssl: correct the failf() message when a handle can't be madeDaniel Stenberg2022-05-191-1/+1
* lib: remove exclamation marksDaniel Stenberg2022-04-161-4/+4
* vtls: use a generic "ALPN, server accepted" messageDaniel Stenberg2022-03-311-2/+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
* wolfssl: fix compiler error without IPv6Daniel Stenberg2022-03-071-2/+2
* ssl: reduce allocated space for ssl backend when FTP is disabledMAntoniak2022-02-211-0/+15
* wolfssl: return CURLE_AGAIN for the SSL_ERROR_NONE caseDaniel Stenberg2022-02-111-0/+3
* wolfssl: when SSL_read() returns zero, check the errorDaniel Stenberg2022-02-111-1/+1
* vtls: pass on the right SNI nameDaniel Stenberg2022-01-271-10/+15
* tls: remove newline from three infof() callsDaniel Stenberg2021-10-191-1/+1
* wolfssl: allow setting of groups/curvesAnthony Hu2021-09-301-1/+70
* vtls: Fix a memory leak if an SSL session cannot be added to the cacheMichael Kaufmann2021-09-241-1/+1
* wolfssl: clean up wolfcrypt error queueEhren Bendler2021-08-211-2/+13
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-22/+22
* wolfssl: failing to set a session id is not reason to error outDaniel Stenberg2021-07-071-8/+4
* ssl: read pending close notify alert before closing the connectionMichael Kaufmann2021-06-011-0/+4
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-1/+3
* wolfssl: remove SSLv3 support leftoversDaniel Stenberg2021-05-181-4/+0
* tls: add USE_HTTP2 defineJacob Hoffman-Andrews2021-04-291-7/+6
* wolfssl: handle SSL_write() returns 0 for errorDaniel Stenberg2021-04-261-1/+1
* vtls: deduplicate some DISABLE_PROXY ifdefsMichaƂ Antoniak2021-04-221-20/+4
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-191-20/+2
* TLS: fix HTTP/2 selectionDaniel Stenberg2021-04-021-2/+2
* vtls: add 'isproxy' argument to Curl_ssl_get/addsessionid()Daniel Stenberg2021-03-281-5/+8
* urldata: remove the _ORIG suffix from string namesDaniel Stenberg2021-02-191-2/+2
* wolfssl: don't store a NULL sessionidDaniel Stenberg2021-02-171-21/+21
* urldata: don't touch data->set.httpversion at run-timeDaniel Stenberg2021-02-121-2/+2
* vtls: factor out Curl_ssl_getsock to field of Curl_sslJacob Hoffman-Andrews2021-02-081-0/+1
* vtls: remove md5sumDaniel Stenberg2021-02-021-1/+0
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-27/+32
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-11/+12
* wolfssl: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-30/+30
* wolfssl: add SECURE_RENEGOTIATION supportHimanshu Gupta2021-01-051-0/+7
* wolfssl: update copyright year rangeDaniel Stenberg2021-01-051-1/+1
* wolfssl: Support wolfSSL builds missing TLS 1.1Jay Satiro2021-01-041-1/+6
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-2/+2