Mouse

Results 586 comments of Mouse

> looks like it cannot authenticate to the device with the given authentication key As you can guess, in all the instances and examples, I very carefully type the same...

Also, which is probably `yubihsm_pkcs11.dylib` problem: ```text $ pkcs11-tool --module /usr/local/lib/pkcs11/yubihsm_pkcs11.dylib -l --verify -m ECDSA-SHA384 -y pubkey -d 57:3d --signature-file /tmp/t.sig7 -i /tmp/t.dat Using slot 0 with a present token...

> With yubihsm-shell, the authentication key ID is specified with --authkey and the password with -p or --password Understood, thank you! (Of course, in most of my use cases, I'll...

> So signature verification now works with yubihsm_pkcs11? Yes. Except that when trying to access HSM from a _physically remote_ host, OpenSSL seems to be failing authentication: ```text $ openssl...

> We have never made any guarantees or offered any warranty about **our** sanity. This is more about the assumed sanity of the development systems. not the developers themselves. ;-)...

```text $ javac --help Usage: javac where possible options include: @ Read options and filenames from file -Akey[=value] Options to pass to annotation processors --add-modules (,)* Root modules to resolve...

Better than before. But in the end - no joy. ```text $ env | grep JAVA JAVA_OPTS=-Xmx4096m JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home $ gradle build --info 2>&1 | tee ~/gradle-build.txt . . . [Incubating]...

> What extra directories are in the distribution? None, as far as I know - "bc-java" is cloned directly: ```bash $ git remote -v origin https://github.com/bcgit/bc-java.git (fetch) origin https://github.com/bcgit/bc-java.git (push)...

Last I've checked a while ago - it did **not**, and I'm continuing to build with Ant.