diff options
author | Martin Willi <martin@strongswan.org> | 2006-06-15 11:09:11 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-06-15 11:09:11 +0000 |
commit | c095388f7f04930171eca643f29db972ec7d9ed5 (patch) | |
tree | 07acc62917bfd4a95a3a7fca76afa6431587c974 /src/stroke/stroke.h | |
parent | 3efbf983124b6cd89087a3967bdfdfe0ccc607e3 (diff) | |
download | strongswan-c095388f7f04930171eca643f29db972ec7d9ed5.tar.bz2 strongswan-c095388f7f04930171eca643f29db972ec7d9ed5.tar.xz |
added support for "ike" and "esp" keywords
fixed bugs in proposal code
algorithm selection for charon works now with ipsec.conf
a lot of other fixes
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r-- | src/stroke/stroke.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h index 0544ca8bf..64a538bbd 100644 --- a/src/stroke/stroke.h +++ b/src/stroke/stroke.h @@ -96,6 +96,10 @@ struct stroke_msg_t { char *name; bool ikev2; struct { + char *ike; + char *esp; + } algorithms; + struct { time_t ipsec_lifetime; time_t ike_lifetime; time_t margin; |