Microsoft LDAP Channel Binding

2019-12-17 Thread Bernd Eckenfels
Hello, Microsoft just released an Security Advisory, announcing that upcoming Windows Server Versions will turn on mandatory TLS Channel Binding (and turn off simple binds with mandatory SASL signing) on LDAP Servers. They also reminded Administrators to install the KB patch and turn the harden

Re: Incorrect documentation

2019-12-17 Thread Weijun Wang
Thanks for the report. I've filed https://bugs.openjdk.java.net/browse/JDK-8236145. --Max > On Dec 18, 2019, at 7:43 AM, Jiva, Azeem wrote: > > Security experts, > The official Java Security Standard Algorithm Names incorrectly documents > the Signature.*withECDSAinP1363Format algorithms as

Incorrect documentation

2019-12-17 Thread Jiva, Azeem
Security experts, The official Java Security Standard Algorithm Names incorrectly documents the Signature.*withECDSAinP1363Format algorithms as SEQUENCE ::= { r INTEGER, s INTEGER } This is incorrect. The IEEE P1363 Format is defined as concatenating the r and s values (with no ASN.1 encodin

[8u] RFR: 8233223: Add Amazon Root CA certificates

2019-12-17 Thread Severin Gehwolf
Hi, Could I please get a review of this OpenJDK 8u backport of 8233223 which depends on 8u backport of 8232019[1]. The JDK 11u patch did not apply cleanly for a couple of reasons: 1. 8u still has the binary blob for cacerts (JDK-8193255 notĀ backported, yet). Instead, I've updated to the

[8u] RFR: 8232019: Add LuxTrust certificate updates to the existing root program

2019-12-17 Thread Severin Gehwolf
Hi, Could I please get a review of this OpenJDK 8u backport of 8232019. The JDK 11 patch did not apply cleanly for a couple of reasons: 1. 8u still has the binary blob for cacerts (JDK-8193255 not backported, yet). Instead, I've updated to the revision in jdk11u, performed a build

Re: [15] RFR 8236070: Multiple test failures after JDK-8234465

2019-12-17 Thread Sean Mullan
On 12/17/19 3:47 AM, Weijun Wang wrote: Multiple tests failed after my code change for including the public key into the encoded EC private key: https://bugs.openjdk.java.net/browse/JDK-8234465 https://hg.openjdk.java.net/jdk/jdk/rev/066bb54fba95 The reason is that while a newly gene

Re: Stateless session resumption for TLS 1.3 with enableSessionTicketExtension?

2019-12-17 Thread raell
Hi Tony, thank you for the clarification. Btw: If I'm not mistaken, the new System properties for stateless session resumption are not included in the documentation https://docs.oracle.com/en/java/javase/13/security/java-secure-socket-extension-jsse-reference-guide.html#GUID-93DEEE16-0B70-40E5-

Re: RFR: JDK-8235903: GCC default -fno-common exposes "multiple definition" link errors

2019-12-17 Thread Chris Hegarty
The changes to the SCTP code seem ok. -Chris. > On 17 Dec 2019, at 03:00, Patrick Zhang OS > wrote: > > Thanks Martin. > > Hi net-dev, and/or security-dev Reviewers, > > Please help review and sponsor this patch if acceptable. > It does not tend to bring any functionality changes, instead to

[15] RFR 8236070: Multiple test failures after JDK-8234465

2019-12-17 Thread Weijun Wang
Multiple tests failed after my code change for including the public key into the encoded EC private key: https://bugs.openjdk.java.net/browse/JDK-8234465 https://hg.openjdk.java.net/jdk/jdk/rev/066bb54fba95 The reason is that while a newly generated ECPrivateKeyImpl (or one decoded from a