Re: [9] RFR: 8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes

2015-02-11 Thread Jason Uh
Thanks for catching that. Here it is with your suggested change: http://cr.openjdk.java.net/~juh/8042967/03/ Jason On 02/11/2015 03:42 PM, Xuelei Fan wrote: I have not read the update. Would you please also update: sun/security/util/DisabledAlgorithmConstraints.java Which uses the algori

Re: [9] RFR: 8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes

2015-02-11 Thread Xuelei Fan
I have not read the update. Would you please also update: sun/security/util/DisabledAlgorithmConstraints.java Which uses the algorithm format. // withand + // within Pattern pattern = - Pattern.compile("with|and", Pattern.CASE_INSENSITIVE); + Pattern.compile("with|and|in", P

Re: [9] RFR: 8042967: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes

2015-02-11 Thread Jason Uh
Please review this change, which enables DSA and ECDSA signatures in the IEEE P1363 format (the concatenation of r and s) by introducing new algorithm name Strings. http://cr.openjdk.java.net/~juh/8042967/02/ Thanks, Jason On 01/30/2015 02:18 PM, Jason Uh wrote: Mike, Thanks again for weigh

RFR 8072932: Test fails with java.security.AccessControlException: access denied ("java.security.SecurityPermission" "getDomainCombiner")

2015-02-11 Thread Jaroslav Bachorik
Please, review the following simple change. Issue : https://bugs.openjdk.java.net/browse/JDK-8072932 Webrev: http://cr.openjdk.java.net/~jbachorik/8072932/webrev.00 This patch is about replacing the j.s.AccessControlContext.getDomainCombiner() with the package-private version j.s.AccessControl