summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1999-08-26 22:29:42 +0000
committerniklas <niklas@openbsd.org>1999-08-26 22:29:42 +0000
commitb508c36d0c9abff8c1b7e40142aafc6a2a25852d (patch)
tree0be80d095a1728c0733201d82a2bbb1e0cc02603
parentregress/exchange/def-i.1: Merge with EOM (diff)
downloadwireguard-openbsd-b508c36d0c9abff8c1b7e40142aafc6a2a25852d.tar.xz
wireguard-openbsd-b508c36d0c9abff8c1b7e40142aafc6a2a25852d.zip
Merge with EOM 1.3
author: niklas A working way to add a RCS Id to a keynote policy author: angelos Complete policy work; tested for the shared-key case. Documentation needed.
-rw-r--r--sbin/isakmpd/samples/policy10
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/isakmpd/samples/policy b/sbin/isakmpd/samples/policy
index ff3590db9c2..2bc4442d989 100644
--- a/sbin/isakmpd/samples/policy
+++ b/sbin/isakmpd/samples/policy
@@ -1,6 +1,8 @@
KeyNote-Version: 2
-Comment: $OpenBSD: policy,v 1.1 1999/07/18 09:33:13 niklas Exp $
-Comment: $EOM: policy,v 1.1 1999/07/18 09:25:34 niklas Exp $
-Comment: This policy essentially accepts everything
+Comment: $OpenBSD: policy,v 1.2 1999/08/26 22:29:42 niklas Exp $
+# $EOM: policy,v 1.3 1999/08/26 11:51:37 niklas Exp $
+Comment: This policy accepts ESP SAs from a remote that uses the right password
Authorizer: "POLICY"
-Conditions: app_domain == "IPsec policy" -> "true";
+Licensees: "mekmitasdigoat"
+Conditions: app_domain == "IPsec policy" &&
+ esp_present == "yes" -> "true";