From 8d4d91dc3c3f1d0b308ea956007b9c82f43f7df5 Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 11 Nov 2021 15:58:49 +0000 Subject: [PATCH] mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK --- lib/libcrypto/man/X509_NAME_print_ex.3 | 8 ++++++-- 1 file 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 -- 2.20.1