aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_otp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-convert-member-functions-to-staticJack Lloyd2022-02-111-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-8/+7
* More header mergingJack Lloyd2020-11-031-12/+4
* Tag all tests with a categoryJack Lloyd2020-10-281-2/+2
* Fix some MSVC warningsJack Lloyd2018-12-101-4/+4
* Compile fixJack Lloyd2018-11-071-1/+1
* Avoid using std::invalid_argumentJack Lloyd2018-11-071-1/+1
* Make the tests VarMap an actual type instead of a hashmap typedef.Jack Lloyd2018-05-291-9/+9
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-1/+2
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+9
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-2/+2
* Header file cleanupsJack Lloyd2017-09-211-0/+1
* Doc and 32-bit build fixesJack Lloyd2017-05-221-7/+7
* Add HOTP (RFC 4226) and TOTP (RFC 6238)Jack Lloyd2017-05-191-0/+132