Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net add IANA number for camellia-cbc, copied from FreeBSD
details: https://anonhg.NetBSD.org/src/rev/dc730b420e1b
branches: trunk
changeset: 764814:dc730b420e1b
user: drochner <drochner%NetBSD.org@localhost>
date: Thu May 05 17:46:48 2011 +0000
description:
add IANA number for camellia-cbc, copied from FreeBSD
diffstat:
sys/net/pfkeyv2.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8811021565b5 -r dc730b420e1b sys/net/pfkeyv2.h
--- a/sys/net/pfkeyv2.h Thu May 05 17:44:39 2011 +0000
+++ b/sys/net/pfkeyv2.h Thu May 05 17:46:48 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pfkeyv2.h,v 1.27 2010/09/05 06:52:53 spz Exp $ */
+/* $NetBSD: pfkeyv2.h,v 1.28 2011/05/05 17:46:48 drochner Exp $ */
/* $KAME: pfkeyv2.h,v 1.36 2003/07/25 09:33:37 itojun Exp $ */
/*
@@ -370,6 +370,8 @@
#define SADB_X_EALG_RIJNDAELCBC 12
#define SADB_X_EALG_AES 12
#define SADB_X_EALG_AESCTR 13
+/* private allocations - based on RFC4312/IANA assignment */
+#define SADB_X_EALG_CAMELLIACBC 22
/* private allocations should use 249-255 (RFC2407) */
#define SADB_X_EALG_SKIPJACK 250
Home |
Main Index |
Thread Index |
Old Index