From 8a991259e16662ce5398b3c5bdece1cbbd63427d Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 11 Nov 2021 15:58:49 +0000 Subject: mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK --- src/lib/libcrypto/man/X509_NAME_print_ex.3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/X509_NAME_print_ex.3 b/src/lib/libcrypto/man/X509_NAME_print_ex.3 index 494066ff9c..8024d8380d 100644 --- a/src/lib/libcrypto/man/X509_NAME_print_ex.3 +++ b/src/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 -- cgit v1.2.3-55-g6feb