Per Nilsson
Per Nilsson
If the file was not found for some reason then the path will be used as input instead, this might be what happened during encryption
May I ask what pkcs11 module you are using ? I ask because the token label is made up by that module, not the PIV application on the YubiKey.
I might add that libykcs11 from yubico-piv-tool sets the token label to 'YubiKey PIV #%u' where %u is taken from the serial number of the YubiKey, so it's unrelated to...
Closing this issue now. Feel free to open a new one if needed.
This should be fixed in https://github.com/Yubico/yubico-piv-tool/pull/529
Would you mind rebasing this on master, to get CI to run correctly. Thanks.
Sorry I didn't check closely enough, we had very similar failures just before this caused by an expired certificate, so I assumed you hadn't rebased on top of the fix...
Running tests against HW succeeds.
Thanks for the contribution, I have approved it. I always thought it a bit strange that string literals were silently truncated when (only) the trailing null was overflowing. Apparently GCC...
Can you make use of different slots in the same pkcs11 module ? That can be configured by simply repeating the 'connector' line in yubihsm_pkcs11.conf. (this is also how you...