summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | it completely obvious what the context is for. Ensure client functions are used on client contexts.
* Initial version of libressl - a library that provides a clean, simple,jsing2014-07-121-0/+52
consistent and secure-by-default API for SSL clients (and soon servers). This is a long way from complete and the interface will likely change substantially - committing now so that further work can happen in the tree. Initiated by tedu@ and inspired by discussions with tedu@, beck@ and other developers.