Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Private_Key::private_key_info() | René Korthaus | 2016-12-05 | 1 | -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 includes | Jack Lloyd | 2016-10-24 | 1 | -1/+0 |
| | |||||
* | Maintainer mode fixes | Jack Lloyd | 2016-10-17 | 1 | -1/+0 |
| | |||||
* | Change Certificate_Store_in_SQL to take RNG as argument. | Jack Lloyd | 2016-10-13 | 1 | -1/+1 |
| | | | | | Previously it created a new AutoSeeded_RNG in each function, sometimes without even using it. | ||||
* | typo | Kai Michaelis | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | 1st review round | Kai Michaelis | 2016-10-02 | 1 | -2/+23 |
| | |||||
* | certstore tests | Kai Michaelis | 2016-10-02 | 1 | -0/+236 |