ikev2: Diversify signature scheme rule
This allows for different signature schemes for IKE authentication and trustchain verification. Signed-off-by: Thomas Egerer <[email protected]>
This commit is contained in:
committed by
Tobias Brunner
parent
6fc6834361
commit
c8a0781334
@@ -106,6 +106,8 @@ enum auth_rule_t {
|
||||
AUTH_RULE_BLISS_STRENGTH,
|
||||
/** required signature scheme, signature_scheme_t */
|
||||
AUTH_RULE_SIGNATURE_SCHEME,
|
||||
/** required signature scheme for IKE authentication, signature_scheme_t */
|
||||
AUTH_RULE_IKE_SIGNATURE_SCHEME,
|
||||
/** certificatePolicy constraint, numerical OID as char* */
|
||||
AUTH_RULE_CERT_POLICY,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user