openssl: Add PKCS#12 parsing via OpenSSL

This commit is contained in:
Tobias Brunner
2013-05-08 15:02:40 +02:00
parent 651d5ab8e7
commit 780900ab0e
4 changed files with 307 additions and 0 deletions
@@ -24,6 +24,7 @@ libstrongswan_openssl_la_SOURCES = \
openssl_x509.c openssl_x509.h \
openssl_crl.c openssl_crl.h \
openssl_pkcs7.c openssl_pkcs7.h \
openssl_pkcs12.c openssl_pkcs12.h \
openssl_rng.c openssl_rng.h \
openssl_hmac.c openssl_hmac.h \
openssl_gcm.c openssl_gcm.h