changed ipsec.secrets keyword EC to ECDSA
This commit is contained in:
@@ -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("ECDSA", &token))
|
||||
{
|
||||
char path[PATH_MAX];
|
||||
chunk_t filename;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# /etc/ipsec.secrets - strongSwan IPsec secrets file
|
||||
|
||||
: EC carolKey.pem "nH5ZQEWtku0RJEZ6"
|
||||
: ECDSA carolKey.pem "nH5ZQEWtku0RJEZ6"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# /etc/ipsec.secrets - strongSwan IPsec secrets file
|
||||
|
||||
: EC daveKey.pem
|
||||
: ECDSA daveKey.pem
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# /etc/ipsec.secrets - strongSwan IPsec secrets file
|
||||
|
||||
: EC moonKey.pem
|
||||
: ECDSA moonKey.pem
|
||||
|
||||
Reference in New Issue
Block a user