Added PSS (first stab).

This commit is contained in:
Alessio Di Mauro
2015-08-05 15:40:24 +02:00
parent d312d7a1e1
commit e89de35efc
10 changed files with 219 additions and 48 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ typedef struct { // TODO: enough to use the public key for the parameters?
} piv_pvtk_obj_t;
typedef struct {
EVP_PKEY *data;
EVP_PKEY *data; // TODO: make custo type for this and X509
} piv_pubk_obj_t;
typedef struct {