History log of /openjdk10/jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/NativeGCMCipher.java
Revision Date Author Comments
# 15115:055ab8895df8 30-Mar-2016 valeriep

8146514: Enforce GCM limits
Summary: add and enforce upper limit for input size for AES cipher in GCM mode
Reviewed-by: mullan


# 15113:e52cc9b1e075 11-Mar-2016 valeriep

8149070: Enforce update ordering
Summary: Make sure that ISE is thrown when updateAAD is called after update.
Reviewed-by: mullan


# 13532:859397229dc4 20-Jan-2016 iris

8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea, prr


# 13517:a043ca3a539c 02-Oct-2015 igerasim

8134605: Partial rework of the fix for 8081297
Reviewed-by: xuelei, coffeys, valeriep


# 12742:f5a6a6058bb5 15-Sep-2015 coffeys

8133535: Better exception messaging in Ucrypto code
Reviewed-by: igerasim


# 12376:d9e6093a5b0f 06-Apr-2015 valeriep

8074865: General crypto resilience changes
Summary: Replaced Arrays.equals() with MessageDigest.isEqual() when comparing sensitive values
Reviewed-by: mullan, xuelei


# 12245:2f69eb7d4b90 26-Jun-2015 valeriep

7191662: JCE providers should be located via ServiceLoader
Summary: Enhanced to use ServiceLoader and switched provider to Provider.Service model.
Reviewed-by: mullan, alanb, mchung


# 12083:9443aa6747d6 03-Jun-2015 xuelei

8081792: buffer size calculation issue in NativeGCMCipher
Reviewed-by: valeriep


# 10854:558e97e47abe 20-Oct-2014 valeriep

8046002: Move Ucrypto to the open jdk repo
Summary: Move Ucrypto related sources, tests to openJDK
Reviewed-by: mullan