aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-211-0/+1
| | | | | alternate implementation for Unix and add some feature checks so a boost-free build of the tests and command line are possible again.
* Add support for configuring a TLS::Policy by text filelloyd2015-01-231-1/+1
|
* Add Poly1305, based on poly1305-donna by Andrew Moon.lloyd2014-12-291-0/+1
|
* Add abstract database interface so applications can easily store infolloyd2014-12-201-0/+1
| | | | | | in places other than sqlite3, though sqlite3 remains the only implementation. The interface is currently limited to precisely the functionality the TLS session manager needs and will likely expand.
* Add some util functions for timing attack countermeasures from Falkolloyd2014-11-151-0/+1
|
* Move lib into srclloyd2014-01-101-0/+29