History log of /openjdk10/jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/NativeRSASignature.java
Revision Date Author Comments
# 15715:111fbc6a5a09 27-Sep-2016 valeriep

8149802: Signature.verify() doesn't reset the signature object on exception
Summary: Ensure the signature object is always reset after verify() is called.
Reviewed-by: xuelei


# 15134:714224061029 22-Jul-2016 vinnie

8161571: Verifying ECDSA signatures permits trailing bytes
Reviewed-by: xuelei


# 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


# 12742:f5a6a6058bb5 15-Sep-2015 coffeys

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


# 12681:387dcffa2a0a 04-Sep-2015 igerasim

8132082: Let OracleUcrypto accept RSAPrivateKey
Reviewed-by: xuelei, valeriep, coffeys
Contributed-by: valerie.peng@oracle.com


# 12623:bd9629077386 25-Aug-2015 avstepan

8133802: replace some <tt> tags (obsolete in html5) in security-libs docs
Reviewed-by: mullan


# 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


# 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