diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/ipsec_num.cst | 9 |
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 |