Re: TLS 1.2 signature_algorithms extension processing

2012-11-23 Thread Florian Weimer
On 11/23/2012 02:58 PM, Xuelei Fan wrote: On 11/23/2012 1:59 AM, Florian Weimer wrote: Is the extension actually being processed? Yes. sun.security.ssl.HandshakeHash.setCertificateVerifyAlg(String) appears to have no effect because the cvAlg member is never read. Need to clean up the code.

Re: TLS 1.2 signature_algorithms extension processing

2012-11-23 Thread Xuelei Fan
On 11/23/2012 1:59 AM, Florian Weimer wrote: > Is the extension actually being processed? Yes. > sun.security.ssl.HandshakeHash.setCertificateVerifyAlg(String) appears > to have no effect because the cvAlg member is never read. > Need to clean up the code. We do not actually use the above code t