Skip to content

Add crypto library and CI

Loïck Bonniot requested to merge 94_crypto_lib into master

The crypto library is a simple way to manage x509 certificates that will be used by DFSS modules.

It is able to:

  • Create private keys
  • Create self-signed root certificates
  • Create certificate requests
  • Create certificates from requests
  • Keys and certificates are exported/imported in PEM format

Merge request reports