summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-201/+0
* allow disabling hostname and cert verification separately.tedu2014-10-031-4/+11
* Allow "auto" to be specified as an ECDH curve name and make this thejsing2014-10-031-5/+9
* Add an option that allows the enabled SSL protocols to be explicitlyjsing2014-09-291-2/+10
* When freeing the config, explicitly call ressl_config_clear_keys() ratherjsing2014-09-291-5/+6
* Provide a ressl config function that explicitly clears keys.jsing2014-09-281-1/+8
* revamp the config interface to own memory. easier to use correctly withouttedu2014-09-281-37/+84
* Add the API function ressl_config_set_ecdhcurve(config, name) to set areyk2014-08-271-1/+14
* Add support for loading the public/private key from memory, rather thanjsing2014-08-061-1/+15
* Add $OpenBSD$ tags.jsing2014-08-051-0/+1
* Add configuration handling for certificate and key files.jsing2014-07-131-6/+18
* Tabs, not spaces.jsing2014-07-131-5/+5
* Rename various configuration handling functions.jsing2014-07-131-6/+6
* Use a single ressl.h header file.jsing2014-07-131-2/+1
* Initial version of libressl - a library that provides a clean, simple,jsing2014-07-121-0/+88