Re: RFR[15] JDK-8245691: Add EdDSA certificstes to SSLSocketTemplate and CertUtils

2020-05-24 Thread Xuelei Fan
Looks good to me. Thank you for adding the cert for EdDSA. Xuelei On 5/24/2020 6:53 PM, [email protected] wrote: Hi, This patch just adds some EdDSA, including Ed25519 and Ed448, certificates to javax/net/ssl/SSLSocketTemplate.java and jdk/test/lib/security/CertUtils.java. Please note th

RFR[15] JDK-8245691: Add EdDSA certificstes to SSLSocketTemplate and CertUtils

2020-05-24 Thread sha . jiang
Hi, This patch just adds some EdDSA, including Ed25519 and Ed448, certificates to javax/net/ssl/SSLSocketTemplate.java and jdk/test/lib/security/CertUtils.java. Please note these new certificates are not used by default. Issue: https://bugs.openjdk.java.net/browse/JDK-8245691 Webrev: http://cr

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

2020-05-24 Thread Michael Osipov
Am 2020-05-24 um 01:38 schrieb Michael Osipov: Am 2020-05-21 um 09:35 schrieb Alexey Bakhtin: ... What about introducing a UnspecEmptyInetAddress() which gives the proper AF type, but #getAddress() would return null? This should satisfy the requirements, InitialToken as well as the RFC. this of c