Implemented full BLISS support for IKEv2 public key authentication and the pki tool
This commit is contained in:
@@ -92,7 +92,6 @@ static int self()
|
||||
else if (streq(arg, "bliss"))
|
||||
{
|
||||
type = KEY_BLISS;
|
||||
digest = HASH_SHA512;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -263,6 +262,11 @@ static int self()
|
||||
break;
|
||||
}
|
||||
|
||||
if (type == KEY_BLISS)
|
||||
{
|
||||
/* currently only SHA-512 is supported */
|
||||
digest = HASH_SHA512;
|
||||
}
|
||||
if (!dn)
|
||||
{
|
||||
error = "--dn is required";
|
||||
|
||||
Reference in New Issue
Block a user