[14]RFR 8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations
Valerie Peng
valerie.peng at oracle.com
Wed Jul 24 02:38:16 UTC 2019
Anyone have spare cycles to review this fix? Fix is straight forward -
instead of relying on the supported mode and padding info from provider,
javax.crypto.Cipher class now instantiates the CipherSpi object to make
sure the particular mode and padding combination is supported.
Bug: https://bugs.openjdk.java.net/browse/JDK-8180392
Webrev: http://cr.openjdk.java.net/~valeriep/8180392/webrev.00/
Thanks,
Valerie
More information about the security-dev
mailing list