summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-20 16:36:20 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-20 16:36:20 +0000
commit32f1a1fba758244143dcb6ce0a525b96e2c332df (patch)
treef16a935b02ed995465731054386b4cb0419bbe9f /sbin
parent6d7ee48ac36479e302ff0d90a15151874ee35248 (diff)
"hmac-sha", not "sha"
Diffstat (limited to 'sbin')
-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";