aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/sessions_sql
Commit message (Expand)AuthorAgeFilesLines
* Use C++17's concat namespace featureJack Lloyd2022-02-061-5/+1
* Fix clang-tidy performance warningsJack Lloyd2022-02-061-1/+1
* Avoid now-deprecated PBKDF interface within the libraryJack Lloyd2021-04-081-16/+24
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-1/+5
* Add a variant of RandomNumberGenerator::random_vecJack Lloyd2019-09-131-1/+2
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-2/+2
* Avoid saving a session to SQL database with empty hostnameJack Lloyd2017-11-021-0/+3
* More include header cleanupsJack Lloyd2017-09-212-1/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-13/+13
* Remove debug printfJack Lloyd2015-12-211-1/+0
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Add remove_all to TLS session manager interfaceJack Lloyd2015-11-132-32/+28
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-1/+0
* lib/tls: Convert &vec[0] to vec.data()Simon Warta2015-06-231-1/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-0/+1
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Add abstract database interface so applications can easily store infolloyd2014-12-203-0/+298