First crude signature implementation plus additional refactor.

This commit is contained in:
Alessio Di Mauro
2015-07-30 17:04:24 +02:00
parent 246cf626b2
commit 175f0ff42b
15 changed files with 383 additions and 121 deletions
+2 -2
View File
@@ -103,12 +103,12 @@ typedef struct {
X509 *data;
} piv_cert_obj_t;
typedef struct {
typedef struct { // TODO: enough to use the public key for the parameters?
CK_BBOOL todo;
} piv_pvtk_obj_t;
typedef struct {
CK_BBOOL todo;
EVP_PKEY *data;
} piv_pubk_obj_t;
typedef struct {