Added not-yet used sa_payload parameters used in IKEv1

This commit is contained in:
Martin Willi
2012-03-20 17:30:52 +01:00
parent d08269c700
commit e174e0d445
11 changed files with 194 additions and 32 deletions
@@ -34,6 +34,12 @@ typedef struct authenticator_t authenticator_t;
* Method to use for authentication, as defined in IKEv2.
*/
enum auth_method_t {
/**
* No authentication used.
*/
AUTH_NONE = 0,
/**
* Computed as specified in section 2.15 of RFC using
* an RSA private key over a PKCS#1 padded hash.