We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c3c88 commit 7715c23Copy full SHA for 7715c23
website/pages/docs/configuration/seal/pkcs11.mdx
@@ -112,6 +112,11 @@ These parameters apply to the `seal` stanza in the Vault configuration file:
112
- `0x0009` `CKM_RSA_PKCS_OAEP`
113
- `0x0001` `CKM_RSA_PKCS`
114
115
+ ~> **Warning**: CKM_RSA_PKCS specifies the PKCS #1 v1.5 padding scheme, which is
116
+ subject to several padding oracle attacks. Use of CKM_RSA_PKCS_OAEP is
117
+ recommended over CKM_RSA_PKCS.
118
+
119
120
- `hmac_mechanism` `(string: "0x0251")`: The encryption/decryption mechanism to
121
use, specified as a decimal or hexadecimal (prefixed by `0x`) string.
122
Currently only `0x0251` (corresponding to `CKM_SHA256_HMAC` from the
0 commit comments