summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/samples/policy
blob: 7ae8e94c4ff9dc805d65f7d937b8c0e525098013 (plain)
1
2
3
4
5
6
7
8
9
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 $
	$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";