Withdrawn: 8360146: Add system/security property to disable RSAES-PKCS-v1_5 padding

Valerie Peng valeriep at openjdk.org
Tue Jul 29 22:50:59 UTC 2025


On Wed, 2 Jul 2025 02:15:12 GMT, Valerie Peng <valeriep at openjdk.org> wrote:

> This PR adds a security property "jdk.crypto.supportPKCS1Padding". By default, this property is not set. 
> However, if this security property "jdk.crypto.supportPKCS1Padding" is set to "false", existing JDK providers, e.g. SunJCE, SunPKCS11, and SunMSCAPI providers. will not provide the RSA w/ PKCS1Padding cipher implementation.
> This security property can help users in checking their usage on RSA w/ PKCS1Padding cipher and facilitate the disabling of this particular cipher if so desired.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/26084


More information about the security-dev mailing list