aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_certstor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Makes for much simpler code.
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-1/+1
| | | | Fixes #1422
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-0/+68
| | | | Signed-off-by: Fabian Weissberg <[email protected]>
* 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
| | | | Signed-off-by: Nuno Goncalves <[email protected]>
* Refactor test_certstor.cpp to prepare for adding testsNuno Goncalves2017-04-041-147/+181
| | | | Signed-off-by: Nuno Goncalves <[email protected]>
* Format with astyle before major changesNuno Goncalves2017-04-031-30/+32
| | | | Signed-off-by: Nuno Goncalves <[email protected]>
* Avoid creating+deleting test DB for certstoreJack Lloyd2017-01-091-6/+3
| | | | Just use in-memory sqlite DB instead
* Add Private_Key::private_key_info()René Korthaus2016-12-051-1/+1
| | | | | | | Adds new Private_Key::private_key_info() that returns a PKCS#8 PrivateKeyInfo structure. Renames the current Private_Key::pkcs8_private_key() to private_key_bits(). BER_encode() just invokes private_key_info().
* 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
| | | | | Previously it created a new AutoSeeded_RNG in each function, sometimes without even using it.
* typoKai Michaelis2016-10-021-1/+1
|
* 1st review roundKai Michaelis2016-10-021-2/+23
|
* certstore testsKai Michaelis2016-10-021-0/+236