strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add support for smartcards in charon by using the ENGINE API provided by OpenSSL...
[strongswan.git]
/
src
/
libstrongswan
/
credentials
/
credential_factory.c
diff --git
a/src/libstrongswan/credentials/credential_factory.c
b/src/libstrongswan/credentials/credential_factory.c
index
8527599
..
e4e0ce8
100644
(file)
--- a/
src/libstrongswan/credentials/credential_factory.c
+++ b/
src/libstrongswan/credentials/credential_factory.c
@@
-184,6
+184,8
@@
static void* create(private_credential_factory_t *this, credential_type_t type,
case BUILD_CA_CERT:
case BUILD_CERT:
case BUILD_IETF_GROUP_ATTR:
+ case BUILD_SMARTCARD_KEYID:
+ case BUILD_SMARTCARD_PIN:
builder->add(builder, part, va_arg(args, void*));
continue;
/* no default to get a compiler warning */