summaryrefslogtreecommitdiff
path: root/lib/vtls/rustls.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: detect more kinds of NULL comparisons we avoidbagder/NULL-checksDaniel Stenberg2021-12-261-1/+1
* rustls: remove comment about checking handshakingJacob Hoffman-Andrews2021-11-201-3/+0
* rustls: read of zero bytes might be okayJacob Hoffman-Andrews2021-11-131-8/+18
* rustls: remove incorrect EOF checkJacob Hoffman-Andrews2021-11-131-5/+0
* vtls/rustls: adapt to the updated rustls_version protoDaniel Stenberg2021-11-111-11/+17
* vtls/rustls: handle RUSTLS_RESULT_PLAINTEXT_EMPTYKevin Burke2021-11-111-7/+4
* vtls/rustls: update to compile with rustls-ffi v0.8.0Kevin Burke2021-11-111-3/+3
* rustls: add strerror.h includeDaniel Stenberg2021-09-101-1/+1
* lib: don't use strerror()Daniel Stenberg2021-09-091-2/+6
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-25/+22
* rustls: remove native_roots fallbackJacob Hoffman-Andrews2021-06-141-9/+0
* rustls: switch read_tls and write_tls to callbacksJacob Hoffman-Andrews2021-05-241-131/+102
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-1/+3
* rustls: use ALPNJacob Hoffman-Andrews2021-04-301-0/+47
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* rustls: only return CURLE_AGAIN when TLS session is fully drainedJavier Blazquez2021-04-151-5/+8
* rustls: Handle close_notify.Jacob Hoffman-Andrews2021-03-211-2/+6
* rustls: allocate a buffer for TLS data.Jacob Hoffman-Andrews2021-03-161-9/+15
* rustls: support CURLOPT_SSL_VERIFYPEERJacob Hoffman-Andrews2021-03-121-42/+97
* lib: remove 'conn->data' completelyDaniel Stenberg2021-02-161-3/+2
* vtls: initial implementation of rustls backendJacob Hoffman-Andrews2021-02-091-0/+496