RFR: 8237962: give better error output for invalid OCSP response intervals in CertPathValidator checks

2020-01-28 Thread Baesken, Matthias
Hello, please review this small change . While working on https://bugs.openjdk.java.net/browse/JDK-8237869 and https://bugs.openjdk.java.net/browse/JDK-8237888 I noticed that the error output in case of invalid OCSP response intervals could be improved a bit. Bug/webrev : https://bugs.openj

Re: RFR: 8237962: give better error output for invalid OCSP response intervals in CertPathValidator checks

2020-01-28 Thread Sean Mullan
Hi Matthias, On 1/28/20 8:18 AM, Baesken, Matthias wrote: Hello, please review this small change . While working on https://bugs.openjdk.java.net/browse/JDK-8237869 and https://bugs.openjdk.java.net/browse/JDK-8237888 I noticed that the error output in case of invalid OCSP response intervals 

RFR[8u252] - MR3 - ALPN & RSASSA-PSS in Java SE 8

2020-01-28 Thread Bradford Wetmore
Good morning/afternoon/evening/night, As announced on jdk8u-dev[1], there is a Maintenance Release in progress for Java SE 8 (i.e. JSR 337) [2] to include two security features important for TLS 1.3: 1. Application-Layer Protocol Negotiation (ALPN) [3][4] 2. RSA Signature Scheme with Appendix:

Re: RFR[8u252] - MR3 - ALPN & RSASSA-PSS in Java SE 8

2020-01-28 Thread Andrew John Hughes
On 28/01/2020 21:00, Bradford Wetmore wrote: > Good morning/afternoon/evening/night, > > As announced on jdk8u-dev[1], there is a Maintenance Release in progress > for Java SE 8 (i.e. JSR 337) [2] to include two security features > important for TLS 1.3: > > 1.  Application-Layer Protocol Negot