Add pkcs12 plugin which adds support for decoding PKCS#12 containers

This commit is contained in:
Tobias Brunner
2013-05-08 15:02:39 +02:00
parent 199fdcadae
commit feef637368
11 changed files with 808 additions and 2 deletions
+7
View File
@@ -309,6 +309,13 @@ if MONOLITHIC
endif
endif
if USE_PKCS12
SUBDIRS += plugins/pkcs12
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/pkcs12/libstrongswan-pkcs12.la
endif
endif
if USE_PGP
SUBDIRS += plugins/pgp
if MONOLITHIC