summaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: don't leak the SRP credentials in redirects eitherDaniel Stenberg2022-04-251-1/+2
* lib: remove exclamation marksDaniel Stenberg2022-04-161-5/+5
* vtls: use a generic "ALPN, server accepted" messageDaniel Stenberg2022-03-311-1/+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
* openssl: check SSL_get_peer_cert_chain return valueJean-Philippe Menil2022-03-111-0/+5
* ngtcp2: add client certificate authentication for OpenSSLTatsuhiro Tsujikawa2022-03-101-0/+16
* openssl: fix CN check error codeDaniel Stenberg2022-03-081-1/+2
* openssl: enable CURLOPT_SSL_EC_CURVES with BoringSSLlwthiker2022-03-081-2/+11
* openssl: check if sessionid flag is enabled before retrieving sessionJay Satiro2022-02-211-13/+15
* ssl: reduce allocated space for ssl backend when FTP is disabledMAntoniak2022-02-211-3/+34
* openssl: fix build for version < 1.1.0MAntoniak2022-02-181-0/+1
* hostcheck: reduce strlen calls on chained certificatesHenrik Holst2022-02-131-3/+8
* hostcheck: pass in pattern length too, to avoid a strlen callDaniel Stenberg2022-02-101-20/+20
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-43/+1
* openssl: fix `ctx_option_t` for OpenSSL v3+Marcel Raad2022-01-271-0/+2
* vtls: pass on the right SNI nameDaniel Stenberg2022-01-271-14/+4
* url: revert the removal of trailing dot from host nameDaniel Stenberg2022-01-271-0/+2
* openssl: check SSL_get_ex_data to prevent potential NULL dereferencexkernel2022-01-231-14/+26
* docs: update IETF links to use datatrackerlucas2022-01-211-3/+3
* openssl: return error if TLS 1.3 is requested when not supportedDaniel Stenberg2022-01-211-1/+3
* openssl: copyright year updateDaniel Stenberg2022-01-071-1/+1
* openssl: check the return value of BIO_new_mem_buf()xkernel2022-01-071-1/+12
* http_proxy: don't close the socket (too early)Daniel Stenberg2021-12-291-0/+6
* ngtcp2: verify the server cert on connect (quictls)Daniel Stenberg2021-12-281-3/+4
* openssl: define HAVE_OPENSSL_VERSION for OpenSSL 1.1.0+Jay Satiro2021-12-161-7/+14
* openssl: check the return value of BIO_new()x20182021-12-011-0/+12
* openssl: use non-deprecated API to read key parametersMarcel Raad2021-11-201-28/+66
* openssl: reduce code duplicationMarcel Raad2021-11-201-25/+12
* openssl: remove `RSA_METHOD_FLAG_NO_CHECK` handling if unavailableMarcel Raad2021-11-201-1/+2
* openssl: remove usage of deprecated `SSL_get_peer_certificate`Marcel Raad2021-11-201-2/+6
* openssl: if verifypeer is not requested, skip the CA loadingDaniel Stenberg2021-10-221-44/+20
* tls: remove newline from three infof() callsDaniel Stenberg2021-10-191-1/+1
* openssl: with OpenSSL 1.1.0+ a failed RAND_status means goawayDaniel Stenberg2021-10-141-12/+23
* vtls: Fix a memory leak if an SSL session cannot be added to the cacheMichael Kaufmann2021-09-241-3/+6
* openssl: annotate SSL3_MT_SUPPLEMENTAL_DATAGisle Vanem2021-09-011-0/+4
* openssl: when creating a new context, there cannot be an old oneDaniel Stenberg2021-08-181-2/+1
* openssl: fix grammarJosh Soref2021-07-251-36/+36
* vtls: fix connection reuse checks for issuer cert and case sensitivityDaniel Stenberg2021-07-201-9/+9
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-52/+52
* lib: more %u for port and int for %*s fixesDaniel Stenberg2021-07-011-1/+1
* lib: fix type of len passed to *printf's %*sDaniel Stenberg2021-06-301-1/+1
* version: turn version number functions into returning voidDaniel Stenberg2021-06-301-1/+1
* openssl: avoid static variable for seed flagDaniel Stenberg2021-06-291-5/+4
* TLS: prevent shutdown loops to get stuckDaniel Stenberg2021-06-171-1/+2
* openssl: don't remove session id entry in disassociateDaniel Stenberg2021-06-111-13/+0
* ssl: read pending close notify alert before closing the connectionMichael Kaufmann2021-06-011-0/+6
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-241-39/+107
* openssl: remove unneeded cast for CertOpenSystemStore()Cameron Cawley2021-05-091-2/+1
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-051-2/+81