Implemented full BLISS support for IKEv2 public key authentication and the pki tool
This commit is contained in:
@@ -335,6 +335,11 @@ static int sign_crl()
|
||||
error = "CA private key does not match CA certificate";
|
||||
goto error;
|
||||
}
|
||||
if (private->get_type(private) == KEY_BLISS)
|
||||
{
|
||||
/* currently only SHA-512 is supported */
|
||||
digest = HASH_SHA512;
|
||||
}
|
||||
|
||||
if (basecrl)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user