aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_dl_group.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert DL_Group::Format to enum classJack Lloyd2020-12-151-3/+3
* Avoid using deprecated functions for key loadingJack Lloyd2020-12-141-2/+0
* Remove deprecated functions from pubkeyJack Lloyd2020-11-081-4/+0
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
* Tag all tests with a categoryJack Lloyd2020-10-281-3/+3
* Track where DL_Groups and EC_Groups come fromJack Lloyd2020-10-011-2/+4
* Split up the DL_Group testsJack Lloyd2020-02-091-10/+20
* Remove tab charsJack Lloyd2019-07-101-6/+6
* Using preprocessor for the testsDavid Carlier2019-04-121-9/+8
* Simplify exception messagesJack Lloyd2018-08-221-3/+3
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-111-1/+1
* Moves UBSAN macros from test files to Test_OptionsMatthias Gierlings2018-04-071-4/+1
* Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-061-2/+5
* Add --avoid-undefined optionJack Lloyd2018-03-311-6/+9
* Fix sanitizer issue in DL_Group testsJack Lloyd2018-03-251-1/+1
* Only test strong DL_Group generation in long testsJack Lloyd2018-02-251-4/+7
* Add DL_Group::estimated_strengthJack Lloyd2018-02-231-0/+5
* Improve DL_Group testsJack Lloyd2018-02-201-2/+47
* Fix validation of SRP groupsJack Lloyd2018-02-191-15/+8
* Add shared_ptr for DL_Group stateJack Lloyd2018-02-191-13/+11
* Add supported groups TLS extension (RFC 7919)René Korthaus2017-10-171-0/+6
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-6/+7
* Another fix for missing SHA1, and workaround Apple Clang problem.Jack Lloyd2016-12-311-8/+9
* Fix test with SHA-1 disabledJack Lloyd2016-12-311-0/+3
* Add more tests for random prime and DL group generationJack Lloyd2016-12-301-3/+23
* Add test option --run-long-testsJack Lloyd2016-12-241-5/+13
* Ignore the right thingJack Lloyd2016-12-231-1/+1
* Fix minimized buildJack Lloyd2016-12-231-0/+4
* Add DL_Group testsJack Lloyd2016-12-231-0/+146