Implemented full BLISS support for IKEv2 public key authentication and the pki tool

This commit is contained in:
Andreas Steffen
2014-11-29 14:51:18 +01:00
parent 43d9247599
commit b6bb32e658
17 changed files with 97 additions and 18 deletions
+10
View File
@@ -79,6 +79,16 @@ enum auth_method_t {
*/
AUTH_GSPM = 12,
/**
* NULL Authentication Method as specified in draft-ietf-ipsecme-ikev2-null-auth
*/
AUTH_NULL = 13,
/**
* BLISS Authentication Method
*/
AUTH_BLISS = 220,
/**
* IKEv1 initiator XAUTH with PSK, outside of IANA range
*/