diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-06-10 09:08:27 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-06-10 09:08:27 +0000 |
commit | ea0823dffdc7f8ceff27038fc9a98ae833b6d683 (patch) | |
tree | 77ae00fbe28df50fb60359cc4f8a4678721e3de9 /src/pluto/constants.h | |
parent | 2904403e96465af4bb2e16595dbc6c772a725605 (diff) | |
download | strongswan-ea0823dffdc7f8ceff27038fc9a98ae833b6d683.tar.bz2 strongswan-ea0823dffdc7f8ceff27038fc9a98ae833b6d683.tar.xz |
ECDSA with OpenSSL
Diffstat (limited to 'src/pluto/constants.h')
-rw-r--r-- | src/pluto/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/constants.h b/src/pluto/constants.h index 7511e8427..989faeea3 100644 --- a/src/pluto/constants.h +++ b/src/pluto/constants.h @@ -877,6 +877,7 @@ extern const char *prettypolicy(lset_t policy); #define POLICY_BEET LELEM(22) /* bound end2end tunnel, IKEv2 */ #define POLICY_MOBIKE LELEM(23) /* enable MOBIKE for IKEv2 */ #define POLICY_FORCE_ENCAP LELEM(24) /* force UDP encapsulation (IKEv2) */ +#define POLICY_ECDSASIG LELEM(25) /* ecdsa signature (IKEv2) */ /* Any IPsec policy? If not, a connection description * is only for ISAKMP SA, not IPSEC SA. (A pun, I admit.) |