strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c8eff1
)
changed ipsec.secrets keyword EC to ECDSA
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 24 Jun 2008 06:57:47 +0000
(06:57 -0000)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 24 Jun 2008 06:57:47 +0000
(06:57 -0000)
src/charon/plugins/stroke/stroke_cred.c
patch
|
blob
|
history
testing/tests/openssl/ecdsa-certs/hosts/carol/etc/ipsec.secrets
patch
|
blob
|
history
testing/tests/openssl/ecdsa-certs/hosts/dave/etc/ipsec.secrets
patch
|
blob
|
history
testing/tests/openssl/ecdsa-certs/hosts/moon/etc/ipsec.secrets
patch
|
blob
|
history
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;
diff --git
a/testing/tests/openssl/ecdsa-certs/hosts/carol/etc/ipsec.secrets
b/testing/tests/openssl/ecdsa-certs/hosts/carol/etc/ipsec.secrets
index
4bd16ab
..
4e53ef9
100644
(file)
--- a/
testing/tests/openssl/ecdsa-certs/hosts/carol/etc/ipsec.secrets
+++ b/
testing/tests/openssl/ecdsa-certs/hosts/carol/etc/ipsec.secrets
@@
-1,3
+1,3
@@
# /etc/ipsec.secrets - strongSwan IPsec secrets file
-: EC carolKey.pem "nH5ZQEWtku0RJEZ6"
+: EC
DSA
carolKey.pem "nH5ZQEWtku0RJEZ6"
diff --git
a/testing/tests/openssl/ecdsa-certs/hosts/dave/etc/ipsec.secrets
b/testing/tests/openssl/ecdsa-certs/hosts/dave/etc/ipsec.secrets
index
2ec2ca3
..
ebd3a28
100644
(file)
--- a/
testing/tests/openssl/ecdsa-certs/hosts/dave/etc/ipsec.secrets
+++ b/
testing/tests/openssl/ecdsa-certs/hosts/dave/etc/ipsec.secrets
@@
-1,3
+1,3
@@
# /etc/ipsec.secrets - strongSwan IPsec secrets file
-: EC daveKey.pem
+: EC
DSA
daveKey.pem
diff --git
a/testing/tests/openssl/ecdsa-certs/hosts/moon/etc/ipsec.secrets
b/testing/tests/openssl/ecdsa-certs/hosts/moon/etc/ipsec.secrets
index
fc4b68c
..
1ef3ecc
100644
(file)
--- a/
testing/tests/openssl/ecdsa-certs/hosts/moon/etc/ipsec.secrets
+++ b/
testing/tests/openssl/ecdsa-certs/hosts/moon/etc/ipsec.secrets
@@
-1,3
+1,3
@@
# /etc/ipsec.secrets - strongSwan IPsec secrets file
-: EC moonKey.pem
+: EC
DSA
moonKey.pem