Hi, I need a code review on some updates to the stateless resumption. 1) Changing peerSupportedSignAlgs from a String[] to Collection[] 2) Additional items added to the stateless ticket3) Not provide a stateless ticket when the masterkey is not accessible (FIPS) or when boundValues are used
4) Be more graceful in case of stateless ticket generation failure http://cr.openjdk.java.net/~ascarpino/8226338/webrev.00/ Tony