Skip to content

Commit

Permalink
Soften the warning language on PKCS #1 v1.5 padding (#8988)
Browse files Browse the repository at this point in the history
* Soften the warning language on PKCS #1 v1.5 padding
  • Loading branch information
sgmiller committed May 15, 2020
1 parent 7715c23 commit 32f04cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/configuration/seal/pkcs11.mdx
Expand Up @@ -113,7 +113,7 @@ These parameters apply to the `seal` stanza in the Vault configuration file:
- `0x0001` `CKM_RSA_PKCS`

~> **Warning**: CKM_RSA_PKCS specifies the PKCS #1 v1.5 padding scheme, which is
subject to several padding oracle attacks. Use of CKM_RSA_PKCS_OAEP is
in considered less secure than OAEP. Where possible, use of CKM_RSA_PKCS_OAEP is
recommended over CKM_RSA_PKCS.


Expand Down

0 comments on commit 32f04cc

Please sign in to comment.