Age | Commit message (Expand) | Author |
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 |
2015-03-20 | cyassl: use new library version macro when available | Dan Fandrich |
2015-03-20 | nss: add support for TLS False Start | Alessandro Ghedini |
2015-03-20 | url: add CURLOPT_SSL_FALSESTART option | Alessandro Ghedini |
2015-03-20 | gtls: implement CURLOPT_CERTINFO | Alessandro Ghedini |
2015-03-20 | openssl: try to avoid accessing OCSP structs when possible | Alessandro Ghedini |
2015-03-19 | axtls: version 1.5.2 now requires that config.h be manually included | Dan Fandrich |
2015-03-18 | nss: explicitly tell NSS to disable NPN/ALPN | Kamil Dudka |
2015-03-17 | checksrc: detect and remove space before trailing semicolons | Daniel Stenberg |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-12 | openssl: use colons properly in the ciphers list | Daniel Stenberg |
2015-03-12 | openssl: sort the ciphers on strength | Daniel Stenberg |
2015-03-12 | openssl: show the cipher selection to use | Daniel Stenberg |
2015-03-10 | gtls: correctly align certificate status verification messages | Alessandro Ghedini |
2015-03-10 | gtls: don't print double newline after certificate dates | Alessandro Ghedini |
2015-03-10 | gtls: print negotiated TLS version and full cipher suite name | Alessandro Ghedini |
2015-03-10 | gtls: fix compiler warnings | Daniel Stenberg |
2015-03-10 | gtls: add support for CURLOPT_CAPATH | Alessandro Ghedini |
2015-03-07 | http2: use CURL_HTTP_VERSION_* symbols instead of NPN_* | Daniel Stenberg |