Bug in apple.security.KeychainStore provider

2014-06-13 Thread David Kocher
(I haven’t found a way to register on bugs.openjdk.java.net and file a bug, therefore posting it here). There is a bug in the native KeystoreImpl that it only searches for identities that have a key usage of “Any” using CSSM_KEYUSE_ANY instead of passing `0` to the SecIdentitySearchCreate

Re: Bug in apple.security.KeychainStore provider

2014-06-13 Thread Wang Weijun
Hi David I don't understand what it is but I've created a bug for you: https://bugs.openjdk.java.net/browse/JDK-8046777 BTW, I see no patch. I'm also not sure if this also found issues is related to the main bug. Thanks Max On Jun 13, 2014, at 16:31, David Kocher dkoc...@sudo.ch wrote: