hg: jdk/submit: 2 new changesets
valerie.peng at oracle.com
valerie.peng at oracle.com
Thu Jul 25 21:51:27 UTC 2019
Changeset: 445c32471dc6
Author: valeriep
Date: 2019-07-25 02:16 +0000
URL: https://hg.openjdk.java.net/jdk/submit/rev/445c32471dc6
8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations
Summary: Change JCA Cipher class to create obj to ensure the mode and padding combination is supported
Reviewed-by: xuelei
! src/java.base/share/classes/com/sun/crypto/provider/CipherCore.java
! src/java.base/share/classes/javax/crypto/Cipher.java
! test/jdk/com/sun/crypto/provider/Cipher/AES/Padding.java
+ test/jdk/com/sun/crypto/provider/Cipher/AES/TestNoPaddingModes.java
! test/jdk/com/sun/crypto/provider/Cipher/Blowfish/TestCipherBlowfish.java
! test/jdk/com/sun/crypto/provider/Cipher/DES/TestCipherDES.java
! test/jdk/com/sun/crypto/provider/Cipher/DES/TestCipherDESede.java
! test/jdk/javax/crypto/Cipher/CipherInputStreamExceptions.java
Changeset: e95f52891ce5
Author: valeriep
Date: 2019-07-25 21:51 +0000
URL: https://hg.openjdk.java.net/jdk/submit/rev/e95f52891ce5
Merge
- src/java.desktop/unix/native/libawt_xawt/awt/multi_font.c
- src/java.desktop/unix/native/libawt_xawt/awt/multi_font.h
- src/jdk.jsobject/share/classes/jdk/internal/netscape/javascript/spi/JSObjectProvider.java
More information about the jdk-submit-changes
mailing list