summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-72/+0
* allow disabling hostname and cert verification separately.tedu2014-10-031-2/+3
* Add an option that allows the enabled SSL protocols to be explicitlyjsing2014-09-291-1/+3
* Add the API function ressl_config_set_ecdhcurve(config, name) to set areyk2014-08-271-1/+2
* Add support for loading the public/private key from memory, rather thanjsing2014-08-061-1/+5
* Add $OpenBSD$ tags.jsing2014-08-051-0/+1
* A ressl server needs different configuration from a ressl client - providejsing2014-08-041-0/+1
* Provide a function that returns a server connection context.jsing2014-08-041-0/+2
* Provide a utility function for loading a private/public keypair.jsing2014-08-041-0/+1
* Add configuration handling for certificate and key files.jsing2014-07-131-1/+2
* Tabs, not spaces.jsing2014-07-131-12/+12
* Rename the context allocation from ressl_new to ressl_client, which makesjsing2014-07-131-0/+6
* Initial version of libressl - a library that provides a clean, simple,jsing2014-07-121-0/+52