aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2014-07-15gnutls: fix compiler warningDaniel Stenberg
2014-07-14gnutls: detect lack of SRP support in GnuTLS at run-time and try withoutDan Fandrich
2014-07-14gnutls: handle IP address in cert name checkDavid Woodhouse
2014-07-13gnutls: improved error message if setting cipher list failsDan Fandrich
2014-07-12gnutls: fixed a couple of uninitialized variable referencesDan Fandrich
2014-07-12gnutls: fixed compilation against versions < 2.12.0Dan Fandrich
2014-07-12gnutls: explicitly added SRP to the priority stringDan Fandrich
2014-07-11gnutls: ignore invalid certificate dates with VERIFYPEER disabledDan Fandrich
2014-07-04nss: make the list of CRL items globalKamil Dudka
2014-07-04nss: fix a memory leak when CURLOPT_CRLFILE is usedKamil Dudka
2014-07-04nss: make crl_der allocated on heapKamil Dudka
2014-07-04nss: let nss_{cache,load}_crl return CURLcodeKamil Dudka
2014-07-02nss: make the fallback to SSLv3 work againKamil Dudka
2014-07-02nss: do not abort on connection failureKamil Dudka
2014-06-11NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg
2014-06-11Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY setSteve Holme
2014-06-03Curl_ossl_init: call OPENSSL_config for initing enginesDaniel Stenberg
2014-05-28gnutls: allow building with nghttp2 but without ALPN supportDaniel Stenberg
2014-05-28gnutls: don't use deprecated type names anymoreAlessandro Ghedini
2014-05-25polarssl: add ALPN supportFabian Frank
2014-05-23openssl: Fix uninitialized variable use in NPN callbackTatsuhiro Tsujikawa
2014-05-21darwinssl: fix lint & build warnings in the previous commitNick Zitzmann
2014-05-21Add support for --cacert in DarwinSSL.Vilmos Nebehaj
2014-05-20ALPN: fix typo in http/1.1 identifierFabian Frank
2014-05-17axtls: Fixed too long source lineDan Fandrich
2014-05-16axtls: Add a TODO to a potential blocking call with no timeoutDan Fandrich
2014-05-15CURLINFO_SSL_VERIFYRESULT: assign at first connect callDaniel Stenberg
2014-05-15darwinssl: Updated copyright following recent changesSteve Holme
2014-05-14darwinssl: fix potential crash when attempting to copy an identityNick Zitzmann
2014-05-12openssl: unbreak PKCS12 supportDaniel Stenberg
2014-05-05schannel: don't use the connect-timeout during sendDaniel Stenberg
2014-05-04openssl: biomem->data is not zero terminatedDaniel Stenberg
2014-04-25nss: propagate blocking direction from NSPR I/OKamil Dudka
2014-04-23cyassl: Use error-ssl.h when availableDan Fandrich
2014-04-22gtls: fix NULL pointer dereferenceDaniel Stenberg
2014-04-22nss: implement non-blocking SSL handshakeKamil Dudka
2014-04-22nss: split Curl_nss_connect() into 4 functionsKamil Dudka
2014-04-18curl_schannel.c: added explicit cast of structure pointersMarc Hoersken
2014-04-18curl_schannel.c: fix possible dereference of null pointerMarc Hoersken
2014-04-03http2+openssl: fix compiler warnings in ALPN using codeDaniel Stenberg
2014-03-31http2: let openssl mention the exact protocol negotiatedDaniel Stenberg
2014-03-31http2: remove _DRAFT09 from the NPN_HTTP2 enumDaniel Stenberg
2014-03-22polarssl: avoid extra newlines in debug messagesGisle Vanem
2014-03-18polarssl: break compatibility with version older than 1.3.Gaël PORTAY
2014-03-18polarssl: drop use of 1.2 compatibility header.Gaël PORTAY
2014-03-18polarssl: added missing end-of-comment from previous commitDaniel Stenberg
2014-03-17polarssl: now require 1.3.0+Daniel Stenberg
2014-03-17polarssl: fix compilationhasufell
2014-03-15nss: allow to enable/disable new AES GCM cipher-suitesKamil Dudka
2014-03-15nss: allow to enable/disable new HMAC-SHA256 cipher-suitesKamil Dudka