Looks good to me.
--Jamil
On 12/6/2018 12:14 PM, Adam Petcher wrote:
Webrev: http://cr.openjdk.java.net/~apetcher/8214688/webrev.00/
JBS: https://bugs.openjdk.java.net/browse/JDK-8214688
The last session resumption bug fix[1] I made introduced a new issue
when the server sends a HelloRetryRequest message. The proposed fix is
pretty simple: when the client selects a ticket ID to use, it stores
the ID in its context so it can find it again when it sends the second
ClientHello message. We don't have regression tests for
HelloRetryRequest, but I did more interop testing this time to try to
prevent additional issues like this.
[1] https://bugs.openjdk.java.net/browse/JDK-8213202