summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>2001-06-20 16:36:19 +0000
committerangelos <angelos@openbsd.org>2001-06-20 16:36:19 +0000
commitee7c3da0012df5651d24cf63196b27e0b6b751ad (patch)
treefdbf27a6d79f2b8263d3bc2567ece68ad4e6062a
parentwe shouldn't use "/" in the beginning of the args in MANSUBDIR. (diff)
downloadwireguard-openbsd-ee7c3da0012df5651d24cf63196b27e0b6b751ad.tar.xz
wireguard-openbsd-ee7c3da0012df5651d24cf63196b27e0b6b751ad.zip
"hmac-sha", not "sha"
-rw-r--r--sbin/isakmpd/samples/policy4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/samples/policy b/sbin/isakmpd/samples/policy
index 7ae8e94c4ff..0e194aa9c9c 100644
--- a/sbin/isakmpd/samples/policy
+++ b/sbin/isakmpd/samples/policy
@@ -1,10 +1,10 @@
KeyNote-Version: 2
Comment: This policy accepts ESP SAs from a remote that uses the right password
- $OpenBSD: policy,v 1.5 2000/10/09 23:27:29 niklas Exp $
+ $OpenBSD: policy,v 1.6 2001/06/20 16:36:19 angelos Exp $
$EOM: policy,v 1.6 2000/10/09 22:08:30 angelos Exp $
Authorizer: "POLICY"
Licensees: "passphrase:mekmitasdigoat"
Conditions: app_domain == "IPsec policy" &&
esp_present == "yes" &&
esp_enc_alg == "aes" &&
- esp_auth_alg == "sha" -> "true";
+ esp_auth_alg == "hmac-sha" -> "true";