fix PSS signing support
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
ykcs11_md_ctx_t *md_ctx; // Digest context
|
||||
CK_BYTE_PTR key; // Raw public key (needed for PSS)
|
||||
RSA *key; // Raw public key (needed for PSS)
|
||||
CK_BYTE algo; // Algo for ykpiv // TODO: infer this from the key length?
|
||||
CK_ULONG key_id; // Key id for ykpiv // TODO: make this a BYTE and store the id {0, 1, 2, 3}
|
||||
CK_ULONG key_len; // Length in bits
|
||||
|
||||
Reference in New Issue
Block a user