Re: ECC Key Usage ignored

2020-10-31 Thread Daniel Jeliński
Verified that this behavior is still observed with JDK 16 EA 22. Client side code responsible for server certificate validation is located in EndEntityChecker.checkTLSServer [1]. That code is not executed when the certificate is trusted [2]. I believe this is a bug - I wouldn't choose to accept a

Re: ECC Key Usage ignored

2020-10-31 Thread Xue-Lei Fan
Hi Daniel, Would you mind file a bug for the tracking? Xuelei > On Oct 31, 2020, at 5:45 AM, Daniel Jeliński wrote: > > Verified that this behavior is still observed with JDK 16 EA 22. > > Client side code responsible for server certificate validation is located in > EndEntityChecker.checkTL

Re: ECC Key Usage ignored

2020-10-31 Thread Daniel Jeliński
Sure Xuelei. Filed 9067508 for the client issue, and 9067509 for the server one. Thanks! Daniel sob., 31 paź 2020 o 17:23 Xue-Lei Fan napisał(a): > Hi Daniel, > > Would you mind file a bug for the tracking? > > Xuelei > > On Oct 31, 2020, at 5:45 AM, Daniel Jeliński wrote: > > Verified that