Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support Ed25519 certificate format | Jack Lloyd | 2018-03-20 | 1 | -1/+3 |
| | | | | Able to create certificate chain and verify it with OpenSSL 1.1.1 | ||||
* | Further header cleanups | Jack Lloyd | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | More include header cleanups | Jack Lloyd | 2017-09-21 | 1 | -0/+1 |
| | |||||
* | Add key_constraints_to_string, GOST-34.10 cert handling | Jack Lloyd | 2016-11-18 | 1 | -4/+56 |
| | | | | Add some try/catch blocks to the X.509 tests, and use create_private_key API | ||||
* | Move cert/x509 to top level and pem and pbes2 to pubkey. | Jack Lloyd | 2016-11-03 | 1 | -0/+45 |
The `cert` dir was just an artifact of having previously supported CVC (smartcard cert format), removed a long time ago. The pem and pbes2 code is directly related to the pubkey code, in fact the only caller of pbes2 (likely anywhere, not just in the library) is in pkcs8.cpp |