aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls
AgeCommit message (Expand)Author
2014-10-09vtls: have vtls.h include the backend header filesDaniel Stenberg
2014-10-08nss: do not fail if a CRL is already cachedKamil Dudka
2014-10-07GnuTLS: Implement public key pinningmoparisthebest
2014-10-07SSL: implement public key pinningmoparisthebest
2014-10-04curl_schannel.c: Fixed possible memory or handle leakMarc Hoersken
2014-09-13curlssl: make tls backend symbols use curlssl in the nameDaniel Stenberg
2014-09-13url: let the backend decide CURLOPT_SSL_CTX_ supportDaniel Stenberg
2014-09-13vtls: have the backend tell if it supports CERTINFODaniel Stenberg
2014-09-13CURLOPT_CAPATH: return failure if set without backend supportDaniel Stenberg
2014-09-10openssl: build fix for versions < 0.9.8ePaul Howarth
2014-09-08polarassl: avoid memset() when clearing the first byte is enoughDaniel Stenberg
2014-09-08polarssl: support CURLOPT_CAPATH / --capathCatalin Patulea
2014-09-04darwinssl: Use CopyCertSubject() to check CA cert.Vilmos Nebehaj
2014-09-01polarssl: implement CURLOPT_SSLVERSIONAndre Heinecke
2014-09-01Check CA certificate in curl_darwinssl.c.Vilmos Nebehaj
2014-08-30Fix CA certificate bundle handling in darwinssl.Vilmos Nebehaj
2014-08-22openssl.c: Fixed longer than 79 columnsSteve Holme
2014-08-21openssl.c: Fixed compilation warningSteve Holme
2014-08-13openssl: fix version report for the 0.9.8 branchJose Alf
2014-08-08schannel: Fixed compilation warning in vtls.cSteve Holme
2014-08-07openssl: replace call to OPENSSL_configDaniel Stenberg
2014-08-05darwinssl: don't use strtok()Toby Peterson
2014-08-05Curl_ossl_version: adapted to detect BoringSSLDaniel Stenberg
2014-08-04Curl_ossl_version: detect and show libresslDaniel Stenberg
2014-08-03gtls: only define Curl_gtls_seed if Nettle is not being usedDan Fandrich
2014-08-03ssl: provide Curl_ssl_backend even if no SSL library is availableDan Fandrich
2014-08-01openssl: make ossl_send return CURLE_OK betterDaniel Stenberg
2014-07-31schannel: use CryptGenRandom for random numbersMarcel Raad
2014-07-31ssl: generalize how the ssl backend identifier is setDaniel Stenberg
2014-07-31axtls: define curlssl_random using axTLS's PRNGDan Fandrich
2014-07-31cyassl: fix the test for ASN_NO_SIGNER_EDan Fandrich
2014-07-31cyassl: use RNG_GenerateBlock to generate a good random numberDan Fandrich
2014-07-30vtls: repair build without TLS supportDaniel Stenberg
2014-07-30polarssl: provide a (weak) random functionDaniel Stenberg
2014-07-30cyassl: use the default (weeker) randomDaniel Stenberg
2014-07-30cyassl: made it compile with version 2.0.6 againDaniel Stenberg
2014-07-30vtls: make the random function mandatory in the TLS backendDaniel Stenberg
2014-07-28nss: do not check the version of NSS at run timeKamil Dudka
2014-07-23cyassl.c: return the correct error code on no CA certDan Fandrich
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