diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-10-02 22:14:40 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-10-02 22:14:40 +0000 |
commit | da54a58ad7ee68114ea272441fba55562b2c7ee4 (patch) | |
tree | 03c83ab35be9719df80c726b493fff163b5add8b /sbin | |
parent | 640932a148bcd552721cde822bc63a61cf8cfe20 (diff) |
Curve25519 is now specified in draft-ietf-ipsecme-safecurves-00 (along
with Curve448). And we already support it. Mention it here to update
the Id when it was assigned by IANA.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/iked/ikev2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iked/ikev2.h b/sbin/iked/ikev2.h index 210b52160f3..05df987fc40 100644 --- a/sbin/iked/ikev2.h +++ b/sbin/iked/ikev2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ikev2.h,v 1.21 2015/10/02 17:50:54 reyk Exp $ */ +/* $OpenBSD: ikev2.h,v 1.22 2015/10/02 22:14:39 reyk Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter <reyk@openbsd.org> @@ -243,7 +243,7 @@ extern struct iked_constmap ikev2_xformauth_map[]; #define IKEV2_XFORMDH_BRAINPOOL_P256R1 28 /* DH Group 28 */ #define IKEV2_XFORMDH_BRAINPOOL_P384R1 29 /* DH Group 29 */ #define IKEV2_XFORMDH_BRAINPOOL_P512R1 30 /* DH Group 30 */ -#define IKEV2_XFORMDH_X_CURVE25519 1034 /* curve25519 */ +#define IKEV2_XFORMDH_X_CURVE25519 1034 /* draft-ietf-ipsecme-safecurves-00 */ extern struct iked_constmap ikev2_xformdh_map[]; |