summaryrefslogtreecommitdiff
path: root/lib/vtls/gtls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* disable GnuTLS insecure ciphersFabian Frank2014-01-201-23/+87
* gtls: fix compiler warnings on conversions size_t => unsigned intDaniel Stenberg2014-01-191-3/+3
* vtls: Updated comments referencing sslgen.c and ssluse.cSteve Holme2013-12-261-1/+1
* vtls: Fixed up include of vtls.hSteve Holme2013-12-261-1/+1
* vtls: moved all TLS/SSL source and header files into subdirDaniel Stenberg2013-12-201-0/+1115