summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-300/+0
* Fuck it. No SSLv3; not now, not ever. The API of the future will onlytedu2014-10-151-4/+2
* Clear protocol options before optionally setting them.jsing2014-10-151-1/+6
* Move cipher configuration handling to the shared SSL configuration functionjsing2014-09-291-1/+12
* Add an option that allows the enabled SSL protocols to be explicitlyjsing2014-09-291-1/+18
* Add a new API function SSL_CTX_use_certificate_chain() that allows toreyk2014-09-281-16/+5
* revamp the config interface to own memory. easier to use correctly withouttedu2014-09-281-4/+7
* 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-10/+72
* Add $OpenBSD$ tags.jsing2014-08-051-0/+1
* A ressl server needs different configuration from a ressl client - providejsing2014-08-041-0/+3
* Provide a utility function for loading a private/public keypair.jsing2014-08-041-0/+20
* Improve ressl_{read,write} handling of non-blocking reads/writes.jsing2014-08-041-16/+28
* Free the SSL context first and let the reference counting do its thing.jsing2014-08-041-5/+2
* Tabs, not spaces.jsing2014-07-131-5/+5
* Split the context allocation out from the configuration. This will allowjsing2014-07-131-4/+12
* Move the client code into a separate file.jsing2014-07-131-160/+0
* 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/+335