summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-11-11 15:58:50 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-11-11 15:58:50 +0000
commit52d86637f15c90083b8616f75589aaaee675a38f (patch)
tree2f03c5949b28b67131f539a4d3261b29beadba18
parent4e2a253a397e7e47e4237988e3f0b3ca06c70ac7 (diff)
mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK
-rw-r--r--lib/libcrypto/man/X509_NAME_print_ex.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libcrypto/man/X509_NAME_print_ex.3 b/lib/libcrypto/man/X509_NAME_print_ex.3
index 494066ff9cf..8024d8380d5 100644
--- a/lib/libcrypto/man/X509_NAME_print_ex.3
+++ b/lib/libcrypto/man/X509_NAME_print_ex.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_NAME_print_ex.3,v 1.11 2018/05/19 22:05:58 schwarze Exp $
+.\" $OpenBSD: X509_NAME_print_ex.3,v 1.12 2021/11/11 15:58:49 schwarze Exp $
.\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400
.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
.\"
@@ -50,7 +50,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 19 2018 $
+.Dd $Mdocdate: November 11 2021 $
.Dt X509_NAME_PRINT_EX 3
.Os
.Sh NAME
@@ -189,6 +189,8 @@ this is more readable that plain comma and plus.
uses spaced semicolon and plus.
.Dv XN_FLAG_SEP_MULTILINE
uses spaced newline and plus respectively.
+.Dv XN_FLAG_SEP_MASK
+contains the bits used to represent these four options.
.Pp
If
.Dv XN_FLAG_DN_REV
@@ -204,6 +206,8 @@ determine how a field name is displayed.
It will use the short name (e.g. CN), the long name (e.g. commonName),
always use OID numerical form (normally OIDs are only used if the
field name is not recognised) and no field name, respectively.
+.Dv XN_FLAG_FN_MASK
+contains the bits used to represent these four options.
.Pp
If
.Dv XN_FLAG_SPC_EQ