summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2006-06-02 17:40:33 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2006-06-02 17:40:33 +0000
commit31455635783211e1cd40a9de6bff86629b36901b (patch)
tree31975f1315162ac9359414cbda36fec4fbacd571 /usr.sbin
parent966313e84db5a5cb446166cb326e852be8a6f905 (diff)
grok AESCTR
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/tcpdump/ike.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/ike.h b/usr.sbin/tcpdump/ike.h
index be44d471586..9ae4448dde9 100644
--- a/usr.sbin/tcpdump/ike.h
+++ b/usr.sbin/tcpdump/ike.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ike.h,v 1.16 2006/05/27 21:06:16 hshoexer Exp $ */
+/* $OpenBSD: ike.h,v 1.17 2006/06/02 17:40:32 hshoexer Exp $ */
/*
* Copyright (c) 2001 Håkan Olsson. All rights reserved.
@@ -48,6 +48,7 @@
#define IKE_ATTR_ENCRYPT_INITIALIZER \
{ "NONE", "DES_CBC", "IDEA_CBC", "BLOWFISH_CBC", \
"RC5_R16_B64_CBC", "3DES_CBC", "CAST_CBC", "AES_CBC", \
+ "AES_128_CTR" \
}
#define IKE_ATTR_HASH_INITIALIZER \
{ "NONE", "MD5", "SHA", "TIGER", \
@@ -344,7 +345,7 @@
#define IPSEC_ESP_INITIALIZER \
{ "NONE", "DEV_IV64", "DES", "3DES", "RC5", "IDEA", \
"CAST", "BLOWFISH", "3IDEA", "DES_IV32", "RC4", \
- "NULL", "AES", \
+ "NULL", "AES", "AESCTR" \
}
#define IPCOMP_INITIALIZER \
{ "NONE", "OUI", "DEFLATE", "LZS", "V42BIS", \