aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_certstor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceJack Lloyd2019-01-131-2/+2
* Use Test::data_file in these testsJack Lloyd2018-12-311-2/+2
* Fix certstore testsJack Lloyd2018-09-111-2/+3
* Guard certstore tests with BOTAN_HAS_X509Jack Lloyd2018-09-071-9/+12
* Fix in-memory certificate store tests not runningJose Pereira2018-09-071-11/+9
* Move bundledcertdir to x509/miscJack Lloyd2018-02-021-1/+1
* Load every certificates of files found - fix test.Mathieu Souchaud2018-02-021-3/+0
* Load every certificates of files found - add test.Mathieu Souchaud2018-02-021-0/+32
* Add function to query if filesystem support is enabled.Jack Lloyd2018-01-301-12/+6
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-1/+1
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-0/+68
* Move all the various X509 test data files under src/tests/data/x509Jack Lloyd2017-11-161-1/+1
* Further header cleanupsJack Lloyd2017-09-281-0/+1
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-1/+2
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-1/+9
* Add tests for find_cert_by_raw_subject_dn_sha256Nuno Goncalves2017-04-041-1/+43
* Refactor test_certstor.cpp to prepare for adding testsNuno Goncalves2017-04-041-147/+181
* Format with astyle before major changesNuno Goncalves2017-04-031-30/+32
* Avoid creating+deleting test DB for certstoreJack Lloyd2017-01-091-6/+3
* Add Private_Key::private_key_info()René Korthaus2016-12-051-1/+1
* Remove unneeded includesJack Lloyd2016-10-241-1/+0
* Maintainer mode fixesJack Lloyd2016-10-171-1/+0
* Change Certificate_Store_in_SQL to take RNG as argument.Jack Lloyd2016-10-131-1/+1
* typoKai Michaelis2016-10-021-1/+1
* 1st review roundKai Michaelis2016-10-021-2/+23
* certstore testsKai Michaelis2016-10-021-0/+236