diff options
author | 2005-11-24 11:55:34 +0000 | |
---|---|---|
committer | 2005-11-24 11:55:34 +0000 | |
commit | 1678021bd0c07b39d7508a1427f175c7aaafda9f (patch) | |
tree | cefc2c486cb507993670aa4ae077556c8c3dfe3c | |
parent | remove tests for keyed md5/sha1, we only have hmacs (diff) | |
download | wireguard-openbsd-1678021bd0c07b39d7508a1427f175c7aaafda9f.tar.xz wireguard-openbsd-1678021bd0c07b39d7508a1427f175c7aaafda9f.zip |
ike has used hmac sha1/md5 since ever. So call 'em hmac-sha1/md5.
-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 |