summaryrefslogtreecommitdiff
path: root/lib/libressl/ressl_config.c
AgeCommit message (Expand)Author
2014-10-03allow disabling hostname and cert verification separately.Ted Unangst
2014-10-03Allow "auto" to be specified as an ECDH curve name and make this theJoel Sing
2014-09-29Add an option that allows the enabled SSL protocols to be explicitlyJoel Sing
2014-09-29When freeing the config, explicitly call ressl_config_clear_keys() ratherJoel Sing
2014-09-28Provide a ressl config function that explicitly clears keys.Joel Sing
2014-09-28revamp the config interface to own memory. easier to use correctly withoutTed Unangst
2014-08-27Add the API function ressl_config_set_ecdhcurve(config, name) to set aReyk Floeter
2014-08-06Add support for loading the public/private key from memory, rather thanJoel Sing
2014-08-05Add $OpenBSD$ tags.Joel Sing
2014-07-13Add configuration handling for certificate and key files.Joel Sing
2014-07-13Tabs, not spaces.Joel Sing
2014-07-13Rename various configuration handling functions.Joel Sing
2014-07-13Use a single ressl.h header file.Joel Sing
2014-07-12Initial version of libressl - a library that provides a clean, simple,Joel Sing