summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-81/+0
* Fuck it. No SSLv3; not now, not ever. The API of the future will onlytedu2014-10-151-2/+1
* seems like a good time to make the ressl default TLSv1 only.tedu2014-10-141-3/+2
* add an API version number. ok jsingtedu2014-10-091-1/+3
* 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/+12
* Wrap long lines and add missing argument name.jsing2014-09-281-4/+6
* Provide a ressl config function that explicitly clears keys.jsing2014-09-281-1/+2
* revamp the config interface to own memory. easier to use correctly withouttedu2014-09-281-8/+8
* Add the API function ressl_config_set_ecdhcurve(config, name) to set areyk2014-08-271-1/+2
* use void * instead of char *. ok jsingtedu2014-08-151-3/+3
* Add support for loading the public/private key from memory, rather thanjsing2014-08-061-1/+5
* Add $OpenBSD$ tags.jsing2014-08-051-0/+1
* Implement ressl_accept_socket, which allocates a new server connectionjsing2014-08-041-2/+2
* Improve ressl_{read,write} handling of non-blocking reads/writes.jsing2014-08-041-0/+3
* Add configuration handling for certificate and key files.jsing2014-07-131-0/+2
* Add stubs for the proposed server API.jsing2014-07-131-0/+4
* Rename the context allocation from ressl_new to ressl_client, which makesjsing2014-07-131-1/+1
* Split the context allocation out from the configuration. This will allowjsing2014-07-131-1/+2
* Rename various configuration handling functions.jsing2014-07-131-7/+8
* Use a single ressl.h header file.jsing2014-07-131-2/+12
* Initial version of libressl - a library that provides a clean, simple,jsing2014-07-121-0/+39