summaryrefslogtreecommitdiff
path: root/src/lib/libressl/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add stubs for the proposed server API.jsing2014-07-131-1/+2
|
* Move the client code into a separate file.jsing2014-07-131-1/+2
|
* Use a single ressl.h header file.jsing2014-07-131-6/+4
| | | | Discussed with beck@ and tedu@.
* Initial version of libressl - a library that provides a clean, simple,jsing2014-07-121-0/+28
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.