Age | Commit message (Expand) | Author |
2015-12-15 | cyassl: fix compiler warning on type conversion | Daniel Stenberg |
2015-09-19 | ssl: add server cert's "sha256//" hash to verbose | Daniel Hwang |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest |
2015-04-22 | cyassl: Implement public key pinning | Jay Satiro |
2015-04-17 | cyassl: Fix include order | Jay Satiro |
2015-04-14 | cyassl: Add support for TLS extension SNI | Jay Satiro |
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-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-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-23 | cyassl: include version.h to ensure the version macros are defined | Dan Fandrich |
2015-03-20 | cyassl: use new library version macro when available | Dan Fandrich |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-03 | vtls: use curl_printf.h all over | Daniel Stenberg |
2015-01-17 | vtls: Removed unimplemented overrides of curlssl_close_all() | Steve Holme |
2014-12-25 | vtls: Use bool for Curl_ssl_getsessionid() return type | Steve Holme |
2014-12-25 | cyassl: Prefer 'CURLcode result' for curl result codes | Steve Holme |
2014-10-24 | SSL: Remove SSLv3 from SSL default due to POODLE attack | Jay Satiro |
2014-07-31 | cyassl: fix the test for ASN_NO_SIGNER_E | Dan Fandrich |
2014-07-31 | cyassl: use RNG_GenerateBlock to generate a good random number | Dan Fandrich |
2014-07-30 | cyassl: made it compile with version 2.0.6 again | Daniel Stenberg |
2014-07-23 | cyassl.c: return the correct error code on no CA cert | Dan Fandrich |
2014-04-23 | cyassl: Use error-ssl.h when available | Dan Fandrich |
2013-12-26 | vtls: Updated comments referencing sslgen.c and ssluse.c | Steve Holme |
2013-12-26 | vtls: Fixed up include of vtls.h | Steve Holme |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg |