RFR (fix+CSR) 8196823: jarsigner should not create a signed jar if the signing fails

2018-02-06 Thread Weijun Wang
Please review the following JBS: https://bugs.openjdk.java.net/browse/JDK-8196823 CSR: https://bugs.openjdk.java.net/browse/JDK-8196845 Fix: http://cr.openjdk.java.net/~weijun/8196823/webrev.00/ Some note: 1. I copied the spec from InputStream:transferTo. 2. In jarsigner.Main, error() cal

RFR 8171277: Elliptic Curves for Security in Crypto

2018-02-06 Thread Adam Petcher
Webrev: http://cr.openjdk.java.net/~apetcher/8171277/webrev.00/ JBS: https://bugs.openjdk.java.net/browse/JDK-8171277 Please review this change that adds key agreement via the X25519 and X448 elliptic curve functions to the JCA API and SunEC provider. These functions and related operations and

Re: RFR 8194251: Deadlock between UsageTracker and System.getProperty() when using a malformed security policy

2018-02-06 Thread Sean Mullan
Looks good. --Sean On 2/5/18 2:26 PM, Adam Petcher wrote: Please review the following change: JBS: https://bugs.openjdk.java.net/browse/JDK-8194251 Webrev: http://cr.openjdk.java.net/~apetcher/8194251/webrev.00/ We ran into a problem related to loading locale data when a security policy file

Re: RFR (fix+CSR) 8196823: jarsigner should not create a signed jar if the signing fails

2018-02-06 Thread Sean Mullan
Looks good. --Sean On 2/6/18 4:39 AM, Weijun Wang wrote: Please review the following JBS: https://bugs.openjdk.java.net/browse/JDK-8196823 CSR: https://bugs.openjdk.java.net/browse/JDK-8196845 Fix: http://cr.openjdk.java.net/~weijun/8196823/webrev.00/ Some note: 1. I copied the spec