Implemented full BLISS support for IKEv2 public key authentication and the pki tool
This commit is contained in:
@@ -347,7 +347,7 @@ static bool parse(private_x509_crl_t *this)
|
||||
break;
|
||||
}
|
||||
case CRL_OBJ_SIGNATURE:
|
||||
this->signature = object;
|
||||
this->signature = chunk_skip(object, 1);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user