Re: RFR: 8245527: LDAP Cnannel Binding support for Java GSS/Kerberos

2020-07-30 Thread Alexey Bakhtin
Gentle ping Regards Alexey > On 15 Jul 2020, at 14:18, Alexey Bakhtin wrote: > > Hello Daniel, > > I’ve updated CSR as you suggested and added kerberos ldap setup commands for > the client host in the JDK-8245527 > > Regards > Alexey signature.asc Description: Message signed with OpenPGP

Re: RFR: 8245527: LDAP Cnannel Binding support for Java GSS/Kerberos

2020-07-30 Thread Daniel Fuchs
Hi Alexey, I have added myself as a reviewer to the CSR [1]. It would be good to get someone from security-dev to do the same, and then move the CSR state to "Proposed". best regards, -- daniel [1] https://bugs.openjdk.java.net/browse/JDK-8247311 On 30/07/2020 10:17, Alexey Bakhtin wrote: Ge

RFR JDK-8250839: Improve test template SSLEngineTemplate with SSLContextTemplate

2020-07-30 Thread Xuelei Fan
Hi, May I get the following test code update reviewed? http://cr.openjdk.java.net/~xuelei/8250839/webrev.00/ SSLEngineTemplate is a template used for SSLEngine testing, which depends on binary key store files, and not easy to extend. This update makes it easier to extend, by removing the

RFR: 8243320: Add SSL root certificates to Oracle Root CA program

2020-07-30 Thread Rajan Halade
Please review this patch to add SSL Corporation issued root CA certificates to cacerts. Webrev: http://cr.openjdk.java.net/~rhalade/8243320/webrev.00/ Release Note: https://bugs.openjdk.java.net/browse/JDK-8250860