All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fixed code format warnings
- fixed lint warnings
- improved ergonomics of csr handling interface.
- renamed to omnect
- added methods to create a certificate signed request (csr, pkcs#10) from a given client certificate, key pair
- be verbose if certificate verification fails
- fixed verification of newly generated certificates; now it respects ca depth > 1
Crypto::create_cert
: verify the new generated certificate against the ca chain
(we could generate a new certificate via a faulty chain before, where the issued certificate could not be verified against the ca chain)
Initial Version
- interface to generate new certificate and key pair
- interface to generate new certificate for a given public key