Hi, I need a code review for the TLS 1.2 check being backwards for HandshakeHash, which showed up with a clonable MessageDigest object. Since TLS 1.3 does not use the same scheme as 1.2, I removed the unnecessary code. http://cr.openjdk.java.net/~ascarpino/8214098/webrev/ Tony