Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs, not spaces. | jsing | 2014-07-13 | 1 | -5/+5 |
| | |||||
* | Split the context allocation out from the configuration. This will allow | jsing | 2014-07-13 | 1 | -4/+12 |
| | | | | | | us to properly report errors that occur during configuration processing. Discussed with tedu@ | ||||
* | Move the client code into a separate file. | jsing | 2014-07-13 | 1 | -160/+0 |
| | |||||
* | Use a single ressl.h header file. | jsing | 2014-07-13 | 1 | -2/+1 |
| | | | | Discussed with beck@ and tedu@. | ||||
* | Initial version of libressl - a library that provides a clean, simple, | jsing | 2014-07-12 | 1 | -0/+335 |
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. |