History log of /openjdk10/jdk/test/sun/security/pkcs11/sslecc/CipherTest.java
Revision Date Author Comments
# 16472:0ea99cdae7ee 16-Jan-2017 fyuan

8167146: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with "Remote host terminated the handshake"
Summary: The fix takes the server to accept request after the client threads start, and also deal with possible timeout issue.
Reviewed-by: xuelei
Contributed-by: John Jiang <sha.jiang@oracle.com>


# 13549:88a7d9ea4ae2 26-Jan-2016 asmotrak

8144539: Update PKCS11 tests to run with security manager
Reviewed-by: valeriep, ascarpino


# 11802:d69f84c37474 22-Apr-2015 vinnie

8078348: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java fails with BindException
Reviewed-by: xuelei


# 6958:d8d037a7569e 11-Apr-2013 xuelei

8011680: Re-integrate AEAD implementation of JSSE
Summary: It is a re-merge of JDK-7030966.
Reviewed-by: wetmore


# 6705:6379415d8fca 12-Mar-2013 wetmore

8009925: Back out AEAD CipherSuites temporarily
Reviewed-by: valeriep


# 6683:def2e05299b7 01-Mar-2013 xuelei

7030966: Support AEAD CipherSuites
Reviewed-by: weijun, wetmore, valeriep


# 3865:ef5bbbe0dd75 21-Mar-2011 xuelei

7027797: take care of ECDH_anon/DH_anon server key exchange for TLS 1.2
Summary: the signature of server key exanage message could be null
Reviewed-by: vinnie


# 2998:93cd7e89adb8 30-Oct-2010 xuelei

4873188: Support TLS 1.1
Reviewed-by: wetmore, weijun


# 2890:0e3daaccfbdf 12-Jun-2010 xuelei

6914943: Implement final TLS renegotiation fix
Summary: RFC 5746 implementation
Reviewed-by: wetmore, weijun


# 2362:00cd9dc3c2b5 25-May-2010 ohair

6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun


# 1674:845fefff00a4 21-Sep-2009 vinnie

6884175: CR cleanup for 6840752: Provide out-of-the-box support for ECC algorithms
Reviewed-by: wetmore


# 0:37a05a11f281 30-Nov-2007 duke

Initial load