diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-07-05 07:33:09 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-07-05 07:33:09 +0000 |
commit | 4b199d582e807b346819d675ec7b942f1db5c06c (patch) | |
tree | e647471da57698439e93113773b6d26645dae67f | |
parent | 5d061bc520c1478edb3c8feef45a0609e7ddb08f (diff) |
Document ASN1 DN.
-rw-r--r-- | sbin/isakmpd/isakmpd.policy.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/isakmpd/isakmpd.policy.5 b/sbin/isakmpd/isakmpd.policy.5 index 5ee66b6fe28..35190cfd572 100644 --- a/sbin/isakmpd/isakmpd.policy.5 +++ b/sbin/isakmpd/isakmpd.policy.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.policy.5,v 1.20 2001/07/04 22:16:33 angelos Exp $ +.\" $OpenBSD: isakmpd.policy.5,v 1.21 2001/07/05 07:33:08 angelos Exp $ .\" $EOM: isakmpd.policy.5,v 1.24 2000/11/23 12:55:25 niklas Exp $ .\" .\" Copyright (c) 1999-2001, Angelos D. Keromytis. All rights reserved. @@ -150,7 +150,7 @@ characteristics: * The Licensees field can be an expression of passphrases used for authentication of the Main Mode exchanges, and/or public keys - (typically, X509 certificates), and/or X509 Canonical names. + (typically, X509 certificates), and/or X509 distinguished names. * The Conditions field contains an expression of attributes from the IPsec policy action set (see below as well as the keynote syntax man @@ -459,11 +459,16 @@ When the corresponding filter_type specifies an address range or subnet, these are set to the upper and lower part of the address space separated by a dash ('-') character (if the type specifies a single address, they are set to that address). +.Pp For FQDN and User FQDN types, these are set to the respective string. For Key ID, these are set to the hexadecimal representation of the associated byte string (lower-case letters used) if the Key ID payload contains non-printable characters. Otherwise, they are set to the respective string. +.Pp +For ASN1 DN, these are set to the text encoding of the Distinguished +Name in the payload sent or received. +The format is the same as that used in the Licensees field. .It remote_filter_port, local_filter_port, remote_id_port Set to the transport protocol port. .It remote_filter_proto, local_filter_proto, remote_id_proto |