Please review this enhancement to support running the PKCS11 testsuite on Mac.
The NSS libraries for Mac OSX are included with the testsuite as they might not
be present on the platform.
(This is similar to the way NSS libraries for Windows are also included.)
Bug: https://bugs.openjdk.java.net/b
Please review this fix to a test for KeychainStore keystores on Mac OSX.
It adjusts the keychain search order to include the temporary keychain created
by this test.
Bug: https://bugs.openjdk.java.net/browse/JDK-8041740
Webber: http://cr.openjdk.java.net/~vinnie/8041740/webrev.00/
Thanks.
I'm looking to backport this fix to JDK 7u code line. The fix applies
pretty much as is with the JDK 8 fix with the exception of not having to
deal with a ServiceCreds tgt variable (Krb5Util.java) which was only
introduced in JDK 8 for : 6355584: Introduce constrained Kerberos delegation
bug :
Also looks fine to me.
--Sean
On 10/02/2014 06:25 AM, Chris Hegarty wrote:
On 2 Oct 2014, at 06:00, Seán Coffey wrote:
Simple fix to the issue reported in the bug report. I've moved the logging calls
past the 'sa.initVerify(pk);" call.
bug : https://bugs.openjdk.java.net/browse/JDK-8031191
On 2 Oct 2014, at 06:00, Seán Coffey wrote:
> Simple fix to the issue reported in the bug report. I've moved the logging
> calls past the 'sa.initVerify(pk);" call.
>
> bug : https://bugs.openjdk.java.net/browse/JDK-8031191
> webrev : http://cr.openjdk.java.net/~coffeys/webrev.8031191/webrev/
Simple fix to the issue reported in the bug report. I've moved the
logging calls past the 'sa.initVerify(pk);" call.
bug : https://bugs.openjdk.java.net/browse/JDK-8031191
webrev : http://cr.openjdk.java.net/~coffeys/webrev.8031191/webrev/
regards,
Sean.
I should have prefixed my comments with point that this is a request for
review given the changes. Subject updated.
regards,
Sean.
On 01/10/2014 17:23, Seán Coffey wrote:
Turned out that I do need to make a change to this backport. The
testcase hadn't run initially on JPRT due to a new path in
Valerie Peng (original author) is probably best suited to reviewing this
but I think she's out of the office the moment and back next week. Let's
hope we can get an update/review then.
regards,
Sean.
On 01/10/2014 16:11, Andrew Hughes wrote:
- Original Message -
- Original Messa