ikev2: Add new authentication method defined by RFC 7427

This commit is contained in:
Tobias Brunner
2015-03-04 13:54:08 +01:00
parent dd0ebb5483
commit 7cd8371da2
2 changed files with 9 additions and 3 deletions
+5
View File
@@ -84,6 +84,11 @@ enum auth_method_t {
*/
AUTH_NULL = 13,
/**
* Digital Signature as specified in RFC 7427
*/
AUTH_DS = 14,
/**
* BLISS Authentication Method
*/