aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_gost_3410.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix TEST_DATA_DIRSimon Warta2015-07-151-1/+1
|
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-4/+7
| | | | Fixes #146.
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* All tests now share an RNG. Uses system RNG if availablelloyd2014-12-281-3/+1
|
* More fixes for minified buildslloyd2014-02-091-2/+6
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+55
Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool