Age | Commit message (Expand) | Author |
2015-05-02 | schannel.c: Improve code path and readability | Marc Hoersken |
2015-05-02 | schannel.c: Improve error and return code handling upon aa99a63f03 | Marc Hoersken |
2015-05-02 | schannel: fix regression in schannel_recv | Chris Araman |
2015-05-01 | Bug born in changes made several days ago 9a91e80. | Marc Hoersken |
2015-04-30 | schannel: Fix out of bounds array | Jay Satiro |
2015-04-27 | nss: fix compilation failure with old versions of NSS | Paul Howarth |
2015-04-26 | schannel.c: Fix typo introduced with 3447c973d0 | Marc Hoersken |
2015-04-26 | schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL error | Marc Hoersken |
2015-04-26 | schannel: re-indented file to follow curl style better | Daniel Stenberg |
2015-04-26 | Curl_ossl_init: load builtin modules | Daniel Stenberg |
2015-04-26 | openssl: fix serial number output | Daniel Stenberg |
2015-04-22 | cyassl: Implement public key pinning | Jay Satiro |
2015-04-22 | nss: implement public key pinning for NSS backend | Kamil Dudka |
2015-04-21 | openssl: add OPENSSL_NO_SSL3_METHOD check | byronhe |
2015-04-19 | vtls/openssl: use https in URLs and a comment typo fixed | Viktor Szakáts |
2015-04-17 | cyassl: Fix include order | Jay Satiro |
2015-04-14 | cyassl: Add support for TLS extension SNI | Jay Satiro |
2015-04-13 | vtls_openssl: improve PKCS#12 load failure error message | Matthew Hall |
2015-04-13 | vtls_openssl: fix minor typo in PKCS#12 load routine | Matthew Hall |
2015-04-13 | vtls_openssl: improve client certificate load failure error messages | Matthew Hall |
2015-04-13 | vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constant | Matthew Hall |
2015-04-11 | cyassl: Include the CyaSSL build config | Jay Satiro |
2015-04-06 | cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer size | Jay Satiro |
2015-04-05 | cyassl: Remove 'Connecting to' message from cyassl_connect_step2 | Jay Satiro |
2015-04-03 | cyassl: Set minimum protocol version before CTX callback | Jay Satiro |
2015-04-02 | cyassl: Fix certificate load check | Jay Satiro |
2015-04-01 | cyassl: Fix library initialization return value | Jay Satiro |
2015-03-31 | axtls: add timeout within Curl_axtls_connect | Dan Fandrich |
2015-03-28 | cyassl: CTX callback cosmetic changes and doc fix | Jay Satiro |
2015-03-27 | cyassl: add SSL context callback support for CyaSSL | Kyle L. Huff |
2015-03-27 | cyassl: remove undefined reference to CyaSSL_no_filesystem_verify | Kyle L. Huff |
2015-03-27 | vtls: Don't accept unknown CURLOPT_SSLVERSION values | Jay Satiro |
2015-03-25 | polarssl: called mbedTLS in 1.3.10 and later | Daniel Stenberg |
2015-03-25 | polarssl: remove dead code | Daniel Stenberg |
2015-03-25 | polarssl: remove superfluous for(;;) loop | Daniel Stenberg |
2015-03-25 | Curl_ssl_md5sum: return CURLcode | Daniel Stenberg |
2015-03-25 | cyassl: default to highest possible TLS version | Jay Satiro |
2015-03-25 | cyassl: Check for invalid length parameter in Curl_cyassl_random | Jay Satiro |
2015-03-25 | cyassl: If wolfSSL then identify as such in version string | Jay Satiro |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-24 | openssl: do the OCSP work-around for libressl too | Daniel Stenberg |
2015-03-24 | openssl: verifystatus: only use the OCSP work-around <= 1.0.2a | Daniel Stenberg |
2015-03-24 | openssl: adapt to ASN1/X509 things gone opaque in 1.1 | Daniel Stenberg |
2015-03-24 | vtls: fix compile with --disable-crypto-auth but with SSL | Dan Fandrich |
2015-03-23 | cyassl: include version.h to ensure the version macros are defined | Dan Fandrich |
2015-03-21 | darwinsssl: add support for TLS False Start | Nick Zitzmann |
2015-03-21 | gtls: add check of return code | Daniel Stenberg |
2015-03-21 | gtls: dereferencing NULL pointer | Daniel Stenberg |
2015-03-21 | gtls: avoid uninitialized variable. | Daniel Stenberg |
2015-03-21 | nss: error: unused variable 'connssl' | Daniel Stenberg |