summaryrefslogtreecommitdiff
path: root/lib/vtls
Commit message (Expand)AuthorAgeFilesLines
* vtls: Use '(void) arg' for unused parametersSteve Holme2014-12-307-34/+35
* schannel: Moved the ISC return flag definitions to the SSPI moduleSteve Holme2014-12-301-21/+0
* darwinssl: Fixed compilation warningSteve Holme2014-12-281-1/+2
* vtls: Fixed compilation warning and an ignored return codeSteve Holme2014-12-287-10/+7
* nss: Don't ignore Curl_extract_certinfo() OOM failureSteve Holme2014-12-271-2/+7
* nss: Don't ignore Curl_ssl_init_certinfo() OOM failureSteve Holme2014-12-271-12/+17
* nss: Use 'CURLcode result' for curl result codesSteve Holme2014-12-271-70/+80
* darwinssl: Use 'CURLcode result' for curl result codesSteve Holme2014-12-271-25/+29
* polarssl: Use 'CURLcode result' for curl result codesSteve Holme2014-12-271-32/+30
* vtls: Don't set cert info count until memory allocation is successfulSteve Holme2014-12-261-2/+6
* vtls: Use CURLcode for Curl_ssl_init_certinfo() return typeSteve Holme2014-12-264-13/+17
* vtls: Use bool for Curl_ssl_getsessionid() return typeSteve Holme2014-12-257-20/+23
* schannel: Minor code style policing for castsSteve Holme2014-12-251-5/+5
* schannel: Prefer 'CURLcode result' for curl result codesSteve Holme2014-12-251-26/+26
* cyassl: Prefer 'CURLcode result' for curl result codesSteve Holme2014-12-251-26/+26
* gtls: Use preferred 'CURLcode result'Steve Holme2014-12-241-7/+7
* openssl: Prefer we don't use NULL in comparisonsSteve Holme2014-12-241-15/+14
* openssl.c Fix for compilation errors with older versions of OpenSSLSteve Holme2014-12-231-0/+4
* openssl: fix SSL/TLS versions in verbose outputDaniel Stenberg2014-12-221-9/+32
* openssl: make it compile against openssl 1.1.0-DEV master branchDaniel Stenberg2014-12-221-2/+11
* openssl: warn for SRP set if SSLv3 is used, not for TLS versionDaniel Stenberg2014-12-211-5/+5
* darwinssl: fix incorrect usage of aprintf()Nick Zitzmann2014-12-151-1/+1
* darwinssl: aprintf() to allocate the session keyDaniel Stenberg2014-12-141-5/+4
* curl_schannel: Improvements to memory re-allocation strategyMarc Hoersken2014-12-142-17/+42
* curl_schannel.c: Data may be available before connection shutdownMarc Hoersken2014-12-141-2/+3
* schannel_recv: return the correct codeDaniel Stenberg2014-12-091-0/+2
* http2: avoid logging neg "failure" if h2 was not requestedDaniel Stenberg2014-12-094-15/+22
* NSS: enable the CAPATH optionDaniel Stenberg2014-12-031-0/+3
* SSL: Add PEM format support for public key pinningmoparisthebest2014-11-242-12/+104
* vtls.h: Fixed compiler warning when compiled without SSLSteve Holme2014-11-091-1/+1
* SSL: PolarSSL default min SSL version TLS 1.0Jay Satiro2014-11-041-0/+5
* openssl: Use 'CURLcode result'Steve Holme2014-11-021-25/+26
* openssl: Use 'CURLcode result'Steve Holme2014-11-011-14/+20
* openssl: Use 'CURLcode result'Steve Holme2014-11-011-47/+40
* code cleanup: Use 'CURLcode result'Steve Holme2014-10-301-14/+13
* openssl: enable NPN separately from ALPNDaniel Stenberg2014-10-291-5/+14
* vtls.c: Fixed compilation warningSteve Holme2014-10-291-1/+3
* nss: drop the code for libcurl-level downgrade to SSLv3Kamil Dudka2014-10-291-49/+0
* openssl: fix a line length warningKamil Dudka2014-10-291-1/+2
* Fixed error message since we require ALPN support.Guenter Knauf2014-10-291-1/+1
* Check for ALPN via OpenSSL version number.Guenter Knauf2014-10-291-10/+6
* darwinssl: detect possible future removal of SSLv3 from the frameworkNick Zitzmann2014-10-241-3/+16
* gskit.c: remove SSLv3 from SSL default.Patrick Monnerat2014-10-241-3/+7
* gskit.c: use 'CURLcode result'Patrick Monnerat2014-10-241-141/+143
* SSL: Remove SSLv3 from SSL default due to POODLE attackJay Satiro2014-10-245-54/+14
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-12/+12
* gnutls: removed dead codeDaniel Stenberg2014-10-231-2/+0
* Curl_rand: Uninitialized variable: rDaniel Stenberg2014-10-231-1/+1
* nss: reset SSL handshake state machineKamil Dudka2014-10-201-8/+9
* Implement pinned public key in GSKit backendPatrick Monnerat2014-10-141-1/+19