Skip to content

Commit

Permalink
pkcs11: Disable unsupported digest cloning algorithms.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Jun 5, 2024
1 parent d7d54b4 commit ca97584
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ attributes = compatibility

disabledMechanisms = {
CKM_DSA_KEY_PAIR_GEN
CKM_MD5
CKM_SHA256
CKM_SHA384
CKM_SHA512
SecureRandom
}

0 comments on commit ca97584

Please sign in to comment.