summaryrefslogtreecommitdiffstats
path: root/pkcs11.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkcs11.h')
-rw-r--r--pkcs11.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkcs11.h b/pkcs11.h
index 4b207e7..14dd178 100644
--- a/pkcs11.h
+++ b/pkcs11.h
@@ -53,8 +53,19 @@ int
pkcs11_logout();
int
+pkcs11_management_id_count ();
+
+bool
+pkcs11_management_id_get (
+ const int index,
+ char ** id,
+ char **base64
+);
+
+int
SSL_CTX_use_pkcs11 (
SSL_CTX * const ssl_ctx,
+ bool pkcs11_id_management,
const char * const pkcs11_id
);