summaryrefslogtreecommitdiff
path: root/lib/vtls/gtls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pinning: minor code style policingDaniel Stenberg2014-10-131-3/+6
* Factorize pinned public key code into generic file handling and backend specificPatrick Monnerat2014-10-131-57/+23
* GnuTLS: Implement public key pinningmoparisthebest2014-10-071-0/+104
* gtls: only define Curl_gtls_seed if Nettle is not being usedDan Fandrich2014-08-031-2/+2
* vtls: make the random function mandatory in the TLS backendDaniel Stenberg2014-07-301-5/+8
* gnutls: fix compiler warningDaniel Stenberg2014-07-151-1/+2
* gnutls: detect lack of SRP support in GnuTLS at run-time and try withoutDan Fandrich2014-07-141-4/+28
* gnutls: handle IP address in cert name checkDavid Woodhouse2014-07-141-0/+41
* gnutls: improved error message if setting cipher list failsDan Fandrich2014-07-131-7/+11
* gnutls: fixed a couple of uninitialized variable referencesDan Fandrich2014-07-121-2/+2
* gnutls: fixed compilation against versions < 2.12.0Dan Fandrich2014-07-121-4/+11
* gnutls: explicitly added SRP to the priority stringDan Fandrich2014-07-121-4/+4
* gnutls: ignore invalid certificate dates with VERIFYPEER disabledDan Fandrich2014-07-111-20/+30
* gnutls: allow building with nghttp2 but without ALPN supportDaniel Stenberg2014-05-281-2/+0
* gnutls: don't use deprecated type names anymoreAlessandro Ghedini2014-05-281-10/+10
* gtls: fix NULL pointer dereferenceDaniel Stenberg2014-04-221-3/+4
* http2: remove _DRAFT09 from the NPN_HTTP2 enumDaniel Stenberg2014-03-311-1/+1
* gtls: honor --[no-]alpn command line switchFabian Frank2014-02-111-21/+31
* gtls: add ALPN supportFabian Frank2014-02-041-0/+45