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
changed ipsec.secrets keyword EC to ECDSA
[strongswan.git]
/
src
/
charon
/
plugins
/
stroke
/
stroke_cred.c
diff --git
a/src/charon/plugins/stroke/stroke_cred.c
b/src/charon/plugins/stroke/stroke_cred.c
index
368aea1
..
2235004
100644
(file)
--- a/
src/charon/plugins/stroke/stroke_cred.c
+++ b/
src/charon/plugins/stroke/stroke_cred.c
@@
-733,7
+733,7
@@
static void load_secrets(private_stroke_cred_t *this)
DBG1(DBG_CFG, "line %d: missing token", line_nr);
goto error;
}
- if (match("RSA", &token) || match("EC", &token))
+ if (match("RSA", &token) || match("EC
DSA
", &token))
{
char path[PATH_MAX];
chunk_t filename;