diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-11-24 11:55:35 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-11-24 11:55:35 +0000 |
commit | 58ed25a0016556b709941db5c8d0e360655f6180 (patch) | |
tree | 6eefa0ee644ca4a09de113d5da31f41b23982767 /regress/sbin/ipsecctl | |
parent | 35d734bcf0a02d1954d6441b705da366b10902d2 (diff) |
ike has used hmac sha1/md5 since ever. So call 'em hmac-sha1/md5.
Diffstat (limited to 'regress/sbin/ipsecctl')
-rw-r--r-- | regress/sbin/ipsecctl/ike5.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/ipsecctl/ike5.in b/regress/sbin/ipsecctl/ike5.in index b46ddc016a7..8bcee20ec01 100644 --- a/regress/sbin/ipsecctl/ike5.in +++ b/regress/sbin/ipsecctl/ike5.in @@ -1,8 +1,8 @@ ike esp from 10.1.1.0/24 to 10.1.2.0/24 peer 131.188.33.29 \ - main auth sha1 enc 3des \ + main auth hmac-sha1 enc 3des \ quick auth hmac-sha1 enc 3des \ srcid sharleena.as10.net dstid faui31o.informatik.uni-erlangen.de ike esp from 131.188.33.51 to 131.188.33.29 \ - main auth sha1 enc aes \ + main auth hmac-sha1 enc aes \ quick auth hmac-sha2-256 enc aes \ srcid sharleena.as10.net dstid faui31o.informatik.uni-erlangen.de |