Re: RFR: 8169229: RSAClientKeyExchange debug info is incorrect

2016-11-08 Thread Xuelei Fan
> http://cr.openjdk.java.net/~wetmore/8169229/webrev.01 Looks fine to me. Xuelei On 11/9/2016 7:09 AM, Bradford Wetmore wrote: Xuelei/I inadvertently left off security-dev in a later discussion, so cc'ing here on some main points. On 11/4/2016 4:33 PM, Xuelei Fan wrote: As there is a preMaste

Re: RFR: 8169229: RSAClientKeyExchange debug info is incorrect

2016-11-08 Thread Bradford Wetmore
Xuelei/I inadvertently left off security-dev in a later discussion, so cc'ing here on some main points. On 11/4/2016 4:33 PM, Xuelei Fan wrote: As there is a preMaster, may not need the debug-only debugProtocolVersion class field. It can be extracted from preMaster in the print() implementatio

Re: RFR: 8169229: RSAClientKeyExchange debug info is incorrect

2016-11-04 Thread Xuelei Fan
As there is a preMaster, may not need the debug-only debugProtocolVersion class field. It can be extracted from preMaster in the print() implementation. Xuelei On 11/5/2016 6:17 AM, Bradford Wetmore wrote: https://bugs.openjdk.java.net/browse/JDK-8169229 http://cr.openjdk.java.net/~wetmore/