ikev2: Add new authentication method defined by RFC 7427
This commit is contained in:
@@ -84,6 +84,11 @@ enum auth_method_t {
|
||||
*/
|
||||
AUTH_NULL = 13,
|
||||
|
||||
/**
|
||||
* Digital Signature as specified in RFC 7427
|
||||
*/
|
||||
AUTH_DS = 14,
|
||||
|
||||
/**
|
||||
* BLISS Authentication Method
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user