summaryrefslogtreecommitdiff
path: root/lib/vtls/wolfssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* vtls: deduplicate client certificates in ssl_config_dataGergely Nagy2020-09-141-3/+4
* tls: provide the CApath verbose log on its own lineDaniel Stenberg2020-08-191-9/+6
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-301-2/+13
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-3/+2
* wolfssl: add SSLKEYLOGFILE supportPeter Wu2020-05-271-0/+144
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-2/+2
* checksrc: enhance the ASTERISKSPACE and update code accordinglyDaniel Stenberg2020-05-141-3/+3
* wolfssl: remove the BACKEND define kludgeDaniel Stenberg2020-03-191-59/+65
* wolfssl: use the wc-prefixed symbol alternativesDaniel Stenberg2020-01-161-6/+6
* wolfssl: fix key pinning build errorDaniel Stenberg2019-06-111-1/+1
* wolfssl: fixup for SNI useDaniel Stenberg2019-06-101-1/+1
* wolfssl: refer to it as wolfSSL onlyDaniel Stenberg2019-06-101-0/+991