summaryrefslogtreecommitdiff
path: root/sbin/isakmpd
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2003-05-12 21:42:12 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2003-05-12 21:42:12 +0000
commita0bfe61c3aa84320410c9894071f078865ea3506 (patch)
tree05f6ce540c6392aeb84d5359d185ac1e3e28236c /sbin/isakmpd
parent5c79a4cbddc6deecc2159b180635ff43e9c3eea6 (diff)
Add two more encapsulation types (UDP encap, potential future NAT-T)
Add BLOCK_SIZE attribute Rename IPSEC_ESP_AES -> IPSEC_ESP_AES_128_CBC.
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r--sbin/isakmpd/ipsec_num.cst9
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/isakmpd/ipsec_num.cst b/sbin/isakmpd/ipsec_num.cst
index 9a0745eac7a..90437424847 100644
--- a/sbin/isakmpd/ipsec_num.cst
+++ b/sbin/isakmpd/ipsec_num.cst
@@ -1,8 +1,9 @@
-# $OpenBSD: ipsec_num.cst,v 1.10 2002/06/14 12:43:11 ho Exp $
+# $OpenBSD: ipsec_num.cst,v 1.11 2003/05/12 21:42:11 ho Exp $
# $EOM: ipsec_num.cst,v 1.5 2000/10/13 17:56:52 angelos Exp $
#
# Copyright (c) 1998 Niklas Hallqvist. All rights reserved.
+# Copyright (c) 2003 Håkan Olsson. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -66,6 +67,8 @@ IPSEC_DURATION
IPSEC_ENCAP
TUNNEL 1
TRANSPORT 2
+ UDP_ENCAP_TUNNEL 3
+ UDP_ENCAP_TRANSPORT 4
.
# IPSEC authentication algorithm.
@@ -113,6 +116,7 @@ IKE_ATTR
KEY_LENGTH 14
FIELD_SIZE 15
GROUP_ORDER 16
+ BLOCK_SIZE 17
.
# XXX Fill in reserved ranges for the attributes below.
@@ -227,7 +231,8 @@ IPSEC_ESP
DES_IV32 9
RC4 10
NULL 11
- AES 12
+ AES_128_CBC 12
+ AES_128_CTR 13
AES_MARS 249
AES_RC6 250
AES_RIJNDAEL 251