On Wed, 2 Jul 2025 02:15:12 GMT, Valerie Peng <valer...@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