* Soften the warning language on PKCS #1 v1.5 padding
This commit is contained in:
parent
8d6c679241
commit
d1ba50384a
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue