aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/key_constraint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support Ed25519 certificate formatJack Lloyd2018-03-201-1/+3
| | | | Able to create certificate chain and verify it with OpenSSL 1.1.1
* Further header cleanupsJack Lloyd2017-09-281-1/+1
|
* More include header cleanupsJack Lloyd2017-09-211-0/+1
|
* Add key_constraints_to_string, GOST-34.10 cert handlingJack Lloyd2016-11-181-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 Lloyd2016-11-031-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