aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_certstor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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