History log of /openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/HandshakeMessage.java
Revision Date Author Comments
# 17543:c4b709bad6c5 02-Aug-2017 xuelei

8180643: Illegal handshake message
Reviewed-by: weijun


# 17155:87290d66b649 10-May-2017 xuelei

8140436: Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for TLS
Reviewed-by: valeriep, jnimeh, apetcher


# 15811:a00631fc8dbe 10-Oct-2016 valeriep

8165275: Replace the reflective call to the implUpdate method in HandshakeMessage::digestKey
Summary: Replaced the reflection calls with the new sun.security.util.MessageDigestSpi2 interface
Reviewed-by: xuelei, mchung


# 15049:61bcc186e9dc 08-Jul-2016 xuelei

8148516: Improve the default strength of EC in JDK
Reviewed-by: valeriep


# 14392:fbe3daace0b7 08-May-2016 xuelei

8156502: Use short name of SupportedEllipticCurvesExtension.java
Reviewed-by: vinnie


# 14093:0b18ad7184bc 07-Apr-2016 coffeys

8153531: Improve exception messaging for RSAClientKeyExchange
Reviewed-by: xuelei


# 13867:63c286f2751b 11-Mar-2016 jnimeh

8132942: ServerHandshaker should not throw SSLHandshakeException when CertificateStatus constructor is called with invalid arguments
Summary: Performs argument checking on inputs to the CertificateStatus constructor in order to eliminate the need for exception processing. Also pulls stapling processing logic out to its own method.
Reviewed-by: xuelei


# 13528:90fc355d014a 14-Dec-2015 xuelei

8144773: Further reduce use of MD5
Reviewed-by: mullan, wetmore, jnimeh, ahgross


# 13205:6fdadc5bd430 01-Dec-2015 vinnie

8144093: JEP 244/8051498 - TLS Application-Layer Protocol Negotiation Extension
Reviewed-by: wetmore, xuelei, mullan, coffeys


# 12745:f068a4ffddd2 15-Sep-2015 martin

8136583: Core libraries should use blessed modifier order
Summary: Run blessed-modifier-order script (see bug)
Reviewed-by: psandoz, chegar, alanb, plevart


# 12518:250b2eae3121 05-Aug-2015 jnimeh

8046321: OCSP Stapling for TLS
Summary: Initial feature commit for OCSP stapling in JSSE
Reviewed-by: xuelei, mullan


# 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


# 12318:bee34b1dcbf1 09-Jul-2015 igerasim

8130022: Use Java-style array declarations consistently
Reviewed-by: coffeys


# 12072:6721ff11d592 01-Jun-2015 xuelei

8043758: Datagram Transport Layer Security (DTLS)
Reviewed-by: jnimeh, weijun, mullan, wetmore


# 11557:f7352b8a3cbf 03-Mar-2015 juh

8054037: Improve tracing for java.security.debug=certpath
8055207: keystore and truststore debug output could be much better
Reviewed-by: mullan, coffeys, jnimeh


# 11299:41b3e91dc2b2 22-Jan-2015 jnimeh

8044860: Vectors and fixed length fields should be verified for allowed sizes.
Reviewed-by: xuelei


# 11088:4d6c9954ac70 11-Dec-2014 weijun

8055723: Replace concat String to append in StringBuilder parameters (dev)
Reviewed-by: redestad, ulfzibis, weijun, prappo, igerasim, alanb
Contributed-by: Otavio Santana <otaviojava@java.net>


# 11058:c518931bf259 04-Dec-2014 darcy

8066617: Suppress deprecation warnings in java.base module
Reviewed-by: lancea


# 10444:f08705540498 17-Aug-2014 chegar

8054834: Modular Source Code
Reviewed-by: alanb, chegar, ihse, mduigou
Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com