10

How can I use a TPM chip along with the OpenSSL FIPS Object Module without modifying OpenSSL FIPS Object Module (to avoid Private Label certification)?

Should we add an engine interface in OpenSSL module as well in OpenSSL FIPS Object Module?

Mark
  • 34,390
  • 9
  • 85
  • 134
user50392
  • 101
  • 3

1 Answers1

1

You can start with libengine-pkcs11-openssl. It implements today only RSA keys. Or you can move to NSS instead of OpenSSL.

lalebarde
  • 587
  • 1
  • 5
  • 13