aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/authenticators
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2011-11-24 11:39:31 +0100
committerMartin Willi <martin@revosec.ch>2012-03-20 17:30:52 +0100
commite174e0d4455e30a8d9a1900916a195f20588afdb (patch)
tree104f28bb73af56724f74fe4e7edf6edd9e06d839 /src/libcharon/sa/authenticators
parentd08269c700d19bc362e6bd070abf69e87c42f025 (diff)
downloadstrongswan-e174e0d4455e30a8d9a1900916a195f20588afdb.tar.bz2
strongswan-e174e0d4455e30a8d9a1900916a195f20588afdb.tar.xz
Added not-yet used sa_payload parameters used in IKEv1
Diffstat (limited to 'src/libcharon/sa/authenticators')
-rw-r--r--src/libcharon/sa/authenticators/authenticator.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libcharon/sa/authenticators/authenticator.h b/src/libcharon/sa/authenticators/authenticator.h
index d27e006a3..a3850bb7f 100644
--- a/src/libcharon/sa/authenticators/authenticator.h
+++ b/src/libcharon/sa/authenticators/authenticator.h
@@ -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.