summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* openssl.c: Fixed longer than 79 columnsSteve Holme2014-08-221-1/+2
* openssl.c: Fixed compilation warningSteve Holme2014-08-211-3/+3
* openssl: fix version report for the 0.9.8 branchJose Alf2014-08-131-2/+10
* schannel: Fixed compilation warning in vtls.cSteve Holme2014-08-081-1/+2
* openssl: replace call to OPENSSL_configDaniel Stenberg2014-08-071-1/+11
* darwinssl: don't use strtok()Toby Peterson2014-08-051-3/+5
* Curl_ossl_version: adapted to detect BoringSSLDaniel Stenberg2014-08-051-0/+4
* Curl_ossl_version: detect and show libresslDaniel Stenberg2014-08-041-2/+7
* gtls: only define Curl_gtls_seed if Nettle is not being usedDan Fandrich2014-08-031-2/+2
* ssl: provide Curl_ssl_backend even if no SSL library is availableDan Fandrich2014-08-032-6/+7
* openssl: make ossl_send return CURLE_OK betterDaniel Stenberg2014-08-011-0/+1
* schannel: use CryptGenRandom for random numbersMarcel Raad2014-07-312-0/+20
* ssl: generalize how the ssl backend identifier is setDaniel Stenberg2014-07-3112-4/+20
* axtls: define curlssl_random using axTLS's PRNGDan Fandrich2014-07-312-0/+21
* cyassl: fix the test for ASN_NO_SIGNER_EDan Fandrich2014-07-311-1/+1
* cyassl: use RNG_GenerateBlock to generate a good random numberDan Fandrich2014-07-312-3/+18
* vtls: repair build without TLS supportDaniel Stenberg2014-07-301-0/+1
* polarssl: provide a (weak) random functionDaniel Stenberg2014-07-301-0/+5
* cyassl: use the default (weeker) randomDaniel Stenberg2014-07-301-1/+4
* cyassl: made it compile with version 2.0.6 againDaniel Stenberg2014-07-301-1/+3
* vtls: make the random function mandatory in the TLS backendDaniel Stenberg2014-07-3010-51/+58
* nss: do not check the version of NSS at run timeKamil Dudka2014-07-281-2/+1
* cyassl.c: return the correct error code on no CA certDan Fandrich2014-07-231-2/+14
* 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
* nss: make the list of CRL items globalKamil Dudka2014-07-041-24/+22
* nss: fix a memory leak when CURLOPT_CRLFILE is usedKamil Dudka2014-07-041-5/+33
* nss: make crl_der allocated on heapKamil Dudka2014-07-041-9/+14
* nss: let nss_{cache,load}_crl return CURLcodeKamil Dudka2014-07-041-11/+10
* nss: make the fallback to SSLv3 work againKamil Dudka2014-07-021-3/+3
* nss: do not abort on connection failureKamil Dudka2014-07-021-1/+2
* NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg2014-06-112-16/+2
* Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY setSteve Holme2014-06-111-1/+18
* Curl_ossl_init: call OPENSSL_config for initing enginesDaniel Stenberg2014-06-031-0/+2
* 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
* polarssl: add ALPN supportFabian Frank2014-05-251-2/+46
* openssl: Fix uninitialized variable use in NPN callbackTatsuhiro Tsujikawa2014-05-231-1/+5
* darwinssl: fix lint & build warnings in the previous commitNick Zitzmann2014-05-211-29/+33
* Add support for --cacert in DarwinSSL.Vilmos Nebehaj2014-05-211-1/+231
* ALPN: fix typo in http/1.1 identifierFabian Frank2014-05-201-1/+1
* axtls: Fixed too long source lineDan Fandrich2014-05-171-1/+1
* axtls: Add a TODO to a potential blocking call with no timeoutDan Fandrich2014-05-161-0/+1
* CURLINFO_SSL_VERIFYRESULT: assign at first connect callDaniel Stenberg2014-05-151-2/+2