Miroshin Stepan
Miroshin Stepan
Please update your `~/.fortify/card.json` file and change the path for `libykcs11-1.dll`. It looks like this is a previous version of Yubico PKCS#11 and it doesn't support all slots. There should...
> Currently I have Yubikey Manager 1.2.6 installed on my Laptop I'm not sure that `Yubikey Manager` contains PKCS#11 library. `libykcs11.dll` is part of `Yubico PIV Tool`. Please update it....
> Can you please check at your end whether entire certificate chain is fetched by the example that you have created? https://peculiarventures.github.io/fortify-examples/example6.html I tried fetching the list of certificates and...
@pmhatre-swi I have updated and published a new build for `@peculiar/x509`. The module now re-encodes SPKI for `RSA-PSS` keys to `RsaEncryption`, which resolves the issue with public key export in...
I have managed to resolve the issue with using Yubico on Windows. The problem was that Fortify could not load the necessary dependencies from the Yubico directory when loading the...
Let's try another approach to retrieve the list of certificates using the `pkcs11-tool` utility from the OpenSC package. Please follow these steps: 1. Download and install OpenSC from [this link](https://github.com/OpenSC/OpenSC/releases)....
Thanks to today's meeting, I was able to reproduce the behavior and identify the problem. Fortify returns all certificates that the token provides through the PKCS#11 interface. The difference is...
Try to add your card via Fortify config file `~/.fortify/config.json` Add `cards` field into your `config.json` ```json "cards": [ { "name": "NXP JCOP v2.4.2 R3 Java card", "atr": "3bf01300008131fe45e8", "libraries":...
@bunyaminatik Please try to get the private key from the storage with a signing mechanism ```js const alg = { name: "RSASSA-PKCS1-v1_5", hash: "SHA-256", }; const privateKey = await provider.keyStorage.getItem("",...
@rossinicolas Do you have any Security warnings on the first starting? After putting еру link to the local service do you accept SSL certificate in it? Looks like the problem...