Mouse

Results 586 comments of Mouse

@metsma thank you - it helped! @martinpaljak I think it was you who built the original frameworks for `OpenSC.tokend`? Would you be able to help re-building them under Xcode-10?

> If you want to dig deeper... I do. But it becomes more and more difficult, as less and less of the old MacOS-provided stuff, like https://opensource.apple.com/source/SecurityTokend/SecurityTokend-55111/, compiles under the...

OpenSC.tokend has been totally broken (for PIV tokens at least) till very recently. It is much better now, but still somewhat short of the mark. The symptoms you describe remind...

I concur regarding testing with `pkcs11-tool`. If that doesn't work, no need to even try tokend.

What kind of card/token is it? Is it provisioned fully?

> Why don't you do the token labelling "correctly" inside the OpenSC "driver" part (in a similar way that is done in pkcs15-esteid.c) ? Because of (a) insufficient knowledge on...

> I don't know the full result, but I'd be willing to go though the tokend related bits and pieces to get to a "meaningful" PR. Excellent, thank you! >...

Following your guidance, here's the complete diff: ``` $ git diff diff --git a/build-without-ivy.xml b/build-without-ivy.xml index 7f6a368..46d23d6 100644 --- a/build-without-ivy.xml +++ b/build-without-ivy.xml @@ -27,6 +27,7 @@ + diff --git a/jni/build/macosx/release/config.data...

@CardContact could you please look into addressing this? It it a nasty bug that prevents me from using opens-java as PKCS#11 provider with JDK tools like `jarsigner` and `keytool`.

@CardContact I realize you're busy, but could you at least point me at the place/file in your code that would make sense to look to try to address this problem?...