You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing a pkcs11 driver wrapping the KMS APIs would enable several applications to use the KMS as a backend (applications like gpg or ssh, but also services like openbao)
We would need to implement at least the following mechanisms :
CKM_AES_KEY_GEN
CKM_RSA_PKCS_KEY_PAIR_GEN
CKM_EC_KEY_PAIR_GEN
CKM_AES_GCM (encrypt/decrypt and wrap/unwrap)
CKM_ECDSA (sign/verify)
CKM_RSA_PKCS_PSS (sign/verify)
CKM_RSA_PKCS (sign/verify)
The text was updated successfully, but these errors were encountered:
Implementing a pkcs11 driver wrapping the KMS APIs would enable several applications to use the KMS as a backend (applications like gpg or ssh, but also services like openbao)
We would need to implement at least the following mechanisms :
The text was updated successfully, but these errors were encountered: