Hi
I am wondering if it is possible to import an RSA key generated with openssl into the Zymkey 4i?
I have looked at the store_foreign_public_key method in the Python API but I don’t what types the parameters (key_type, pubkey) are.
I get an error: pubkey_c_ubyte = (c_ubyte * pubkey_sz)(*pubkey)
TypeError: an integer is required
when I use (“RSA”, file.read())