You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any plan to add support to vendor defined key types and mechanisms? Right now the openssl engine rejects any key that is not RSA or EC. Is this really necessary? You could simply pass plainly the CKK_VENDOR_DEFINED specific value to C_Sign (for example).
Maybe this should be more flexible looking for future grand modifications in the cryptography landscape like the one we are living with PQC.