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

2020-01-29 Thread Baesken, Matthias
Hi Sean, new webrev : http://cr.openjdk.java.net/~mbaesken/webrevs/8237962.1/ Best Regards, Matthias > > Message: 2 > Date: Tue, 28 Jan 2020 10:45:59 -0500 > From: Sean Mullan > To: security-dev@openjdk.java.net > Subject: Re: RFR: 8237962: give better error output for invalid OCSP >

8238157: security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java tests failures because of revocation date

2020-01-29 Thread Baesken, Matthias
Hello, recently we see (cross platform) sometimes failures in the jtreg test security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java . The failures look like this : java.lang.RuntimeException: TEST FAILED: unexpected revocation date at ValidatePathWit

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

2020-01-29 Thread Sean Mullan
Looks good. Thanks, Sean On 1/29/20 4:20 AM, Baesken, Matthias wrote: Hi Sean, new webrev : http://cr.openjdk.java.net/~mbaesken/webrevs/8237962.1/ Best Regards, Matthias Message: 2 Date: Tue, 28 Jan 2020 10:45:59 -0500 From: Sean Mullan To: security-dev@openjdk.java.net Subject: Re:

Re: 8238157: security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java tests failures because of revocation date

2020-01-29 Thread Sean Mullan
On 1/29/20 7:18 AM, Baesken, Matthias wrote: Hello, recently we see (cross platform)  sometimes failures in the jtreg test security/infra/java/security/cert/CertPathValidator/certification/AmazonCA.java . Is it intermittent or consistent? Also do you see it with CRLs or OCSP? It could be

RFR (XS): 8238189 Cleanups to AES crypto micros

2020-01-29 Thread eric . caspole
Hi everyone, Get I get reviews on this small change to the AESBench crypto micro, which puts all the algorithms into the small set for convenience of testing compiler intrinsics etc. JBS: https://bugs.openjdk.java.net/browse/JDK-8238189 Webrev: http://cr.openjdk.java.net/~ecaspole/JDK-8238189

Re: RFR (XS): 8238189 Cleanups to AES crypto micros

2020-01-29 Thread Xuelei Fan
It looks good to me. Thanks, Xuelei On 1/29/2020 12:55 PM, eric.casp...@oracle.com wrote: Hi everyone, Get I get reviews on this small change to the AESBench crypto micro, which puts all the algorithms into the small set for convenience of testing compiler intrinsics etc. JBS: https://bugs.