Age | Commit message (Expand) | Author |
2017-08-28 | vtls: fold the backend ID into the Curl_ssl structure | Johannes Schindelin |
2017-08-28 | vtls: remove obsolete declarations of SSL backend functionality | Johannes Schindelin |
2017-08-28 | vtls: convert the have_curlssl_* constants to runtime flags | Johannes Schindelin |
2017-08-28 | vtls: move sha256sum into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: use the Curl_ssl struct to access all SSL backends' functionality | Johannes Schindelin |
2017-08-28 | vtls: declare Curl_ssl structs for every SSL backend | Johannes Schindelin |
2017-02-21 | cyassl: fix typo | Jay Satiro |
2017-01-12 | rand: make it work without TLS backing | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-07-02 | cyassl: fixed mismatched sha256sum function prototype | Dan Fandrich |
2015-07-01 | SSL: Pinned public key hash support | moparisthebest |
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-17 | checksrc: use space after comma | Daniel Stenberg |
2015-01-17 | vtls: Removed unimplemented overrides of curlssl_close_all() | Steve Holme |
2015-01-17 | vtls: Separate the SSL backend definition from the API setup | Steve Holme |
2014-12-30 | vtls: Use '(void) arg' for unused parameters | Steve Holme |
2014-07-31 | ssl: generalize how the ssl backend identifier is set | Daniel Stenberg |
2014-07-31 | cyassl: use RNG_GenerateBlock to generate a good random number | Dan Fandrich |
2014-07-30 | cyassl: use the default (weeker) random | Daniel Stenberg |
2013-12-20 | vtls: moved all TLS/SSL source and header files into subdir | Daniel Stenberg |