Implemented PKCS#11 RSA public key for keys found on a token

This commit is contained in:
Martin Willi
2010-08-06 17:02:41 +02:00
parent babed73257
commit fed9407bb1
4 changed files with 399 additions and 0 deletions
@@ -15,6 +15,7 @@ libstrongswan_pkcs11_la_SOURCES = \
pkcs11_library.h pkcs11_library.c \
pkcs11_creds.h pkcs11_creds.c \
pkcs11_private_key.h pkcs11_private_key.c \
pkcs11_public_key.h pkcs11_public_key.c \
pkcs11_hasher.h pkcs11_hasher.c \
pkcs11_manager.h pkcs11_manager.c