strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added not-yet used sa_payload parameters used in IKEv1
[strongswan.git]
/
src
/
libcharon
/
sa
/
authenticators
/
authenticator.h
diff --git
a/src/libcharon/sa/authenticators/authenticator.h
b/src/libcharon/sa/authenticators/authenticator.h
index
d27e006
..
a3850bb
100644
(file)
--- 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.