Hello, I have a Yubikey Neo with firmware v3.3.0 configured with -m82 (OTP and CCID), and I want to use some code which utilizes the PKCS#11 interface to the smart card.
When I attempt to do so, I get an error as shown here:
Code:
pkcs11-tool --module=/usr/lib/x86_64-linux-gnu/opensc-pkcs11.so --pin 123456 --keypairgen --key-type rsa:1024 --label 'jp1' --id 1
Using slot 2 with a present token (0x5)
error: PKCS11 function C_GenerateKeyPair failed: rv = CKR_FUNCTION_NOT_SUPPORTED (0x54)
What do I have to set on the Neo to be able to accomplish this?
Thanks.