Implemented full BLISS support for IKEv2 public key authentication and the pki tool
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user