summaryrefslogtreecommitdiff
path: root/lib/vtls/gtls.c
Commit message (Expand)AuthorAgeFilesLines
...
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij2016-11-241-2/+2
* gtls: fix indent to silence compiler warningDaniel Stenberg2016-11-241-1/+1
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-97/+144
* vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro2016-11-091-9/+10
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-071-0/+6
* strcasecompare: replaced remaining rawstr.h with strcase.hDan Fandrich2016-10-311-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-2/+2
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-3/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-8/+8
* vtls: Only call add/getsession if session id is enabledJay Satiro2016-06-221-12/+14
* vtls: fix ssl session cache race conditionIvan Avdeev2016-06-011-0/+4
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-091-2/+2
* code: style updatesDaniel Stenberg2016-04-031-1/+1
* gtls: fix for builds lacking encrypted key file supportShine Fan2016-02-131-3/+3
* configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel2016-02-081-1/+9
* URLs: change more http to httpsViktor Szakats2016-02-041-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-131-2/+2
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+6
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-6/+0
* gnutls: Report actual GnuTLS error message for certificate errorsMike Crowe2015-09-231-8/+10
* gnutls: Support CURLOPT_KEYPASSWDMike Crowe2015-09-221-9/+36
* ssl: add server cert's "sha256//" hash to verboseDaniel Hwang2015-09-191-3/+4
* SSL: Pinned public key hash supportmoparisthebest2015-07-011-0/+20
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-011-1/+1
* gtls: don't fail on non-fatal alerts during handshakeDmitry Eremin-Solenikov2015-05-201-1/+2
* gtls: properly retrieve certificate statusAlessandro Ghedini2015-05-041-4/+92
* gtls: add check of return codeDaniel Stenberg2015-03-211-1/+9
* gtls: dereferencing NULL pointerDaniel Stenberg2015-03-211-1/+1
* gtls: avoid uninitialized variable.Daniel Stenberg2015-03-211-1/+1
* gtls: implement CURLOPT_CERTINFOAlessandro Ghedini2015-03-201-0/+18
* checksrc: use space after commaDaniel Stenberg2015-03-171-3/+3
* gtls: correctly align certificate status verification messagesAlessandro Ghedini2015-03-101-4/+4
* gtls: don't print double newline after certificate datesAlessandro Ghedini2015-03-101-1/+1
* gtls: print negotiated TLS version and full cipher suite nameAlessandro Ghedini2015-03-101-9/+10
* gtls: fix compiler warningsDaniel Stenberg2015-03-101-2/+2
* gtls: add support for CURLOPT_CAPATHAlessandro Ghedini2015-03-101-0/+22
* http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*Daniel Stenberg2015-03-071-2/+2
* gtls: make it possible to enable ALPN/NPN without HTTP2Alessandro Ghedini2015-03-071-28/+28
* vtls: use curl_printf.h all overDaniel Stenberg2015-03-031-3/+1
* gtls: fix build with HTTP2Alessandro Ghedini2015-02-191-2/+2
* vtls: Removed unimplemented overrides of curlssl_close_all()Steve Holme2015-01-171-6/+0
* copyright years: after OCSP stapling changesDaniel Stenberg2015-01-161-1/+1
* gtls: add support for the Certificate Status Request TLS extensionAlessandro Ghedini2015-01-161-0/+44
* vtls: Use bool for Curl_ssl_getsessionid() return typeSteve Holme2014-12-251-1/+1
* gtls: Use preferred 'CURLcode result'Steve Holme2014-12-241-7/+7
* http2: avoid logging neg "failure" if h2 was not requestedDaniel Stenberg2014-12-091-1/+2
* gnutls: removed dead codeDaniel Stenberg2014-10-231-2/+0