diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-09 23:27:32 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-09 23:27:32 +0000 |
commit | 3842a1e9b95d710ee955343ebeccb900e11841b6 (patch) | |
tree | 953e6251c0ede61b98b9a375c37a355242116020 /sbin/isakmpd/ipsec_num.cst | |
parent | bc95c273aef5629e3028841e49878206312c31fe (diff) |
samples/VPN-3way-template.conf: Merge with EOM 1.8
samples/VPN-east.conf: Merge with EOM 1.12
samples/VPN-west.conf: Merge with EOM 1.13
samples/policy: Merge with EOM 1.6
samples/singlehost-west.conf: Merge with EOM 1.9
samples/singlehost-east.conf: Merge with EOM 1.9
conf.c: Merge with EOM 1.37
ipsec.c: Merge with EOM 1.133
ipsec_num.cst: Merge with EOM 1.4
isakmpd.conf.5: Merge with EOM 1.48
isakmpd.policy.5: Merge with EOM 1.21
policy.c: Merge with EOM 1.46
author: angelos
AES support.
Diffstat (limited to 'sbin/isakmpd/ipsec_num.cst')
-rw-r--r-- | sbin/isakmpd/ipsec_num.cst | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sbin/isakmpd/ipsec_num.cst b/sbin/isakmpd/ipsec_num.cst index 1eace289740..8dee8ca79bc 100644 --- a/sbin/isakmpd/ipsec_num.cst +++ b/sbin/isakmpd/ipsec_num.cst @@ -1,5 +1,5 @@ -# $OpenBSD: ipsec_num.cst,v 1.5 1999/06/02 06:32:06 niklas Exp $ -# $EOM: ipsec_num.cst,v 1.3 1999/05/27 15:17:54 niklas Exp $ +# $OpenBSD: ipsec_num.cst,v 1.6 2000/10/09 23:27:31 niklas Exp $ +# $EOM: ipsec_num.cst,v 1.4 2000/10/09 22:08:29 angelos Exp $ # # Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -120,6 +120,7 @@ IKE_ENCRYPT RC5_R16_B64_CBC 4 3DES_CBC 5 CAST_CBC 6 + AES_CBC 7 . # IKE hash algorithm. @@ -127,6 +128,9 @@ IKE_HASH MD5 1 SHA 2 TIGER 3 + SHA2_256 4 + SHA2_384 5 + SHA2_512 6 . # IKE authentication method. @@ -188,6 +192,9 @@ IPSEC_AH MD5 2 SHA 3 DES 4 + SHA2_256 5 + SHA2_384 6 + SHA2_512 7 . # IPSEC ESP transform IDs. @@ -203,6 +210,7 @@ IPSEC_ESP DES_IV32 9 RC4 10 NULL 11 + AES 12 . # IPSEC IPCOMP transform IDs |