summaryrefslogtreecommitdiff
path: root/lib/vtls/rustls.c
Commit message (Expand)AuthorAgeFilesLines
* 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