implemented a pkcs1 plugin providing PKCS#1 key parsing builders

This commit is contained in:
Martin Willi
2009-08-26 11:23:50 +02:00
parent 750bbcf9a8
commit 1e0f69373a
10 changed files with 595 additions and 0 deletions
+4
View File
@@ -161,6 +161,10 @@ if USE_PUBKEY
SUBDIRS += plugins/pubkey
endif
if USE_PKCS1
SUBDIRS += plugins/pkcs1
endif
if USE_PEM
SUBDIRS += plugins/pem
endif