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