diff options
author | schwarze <> | 2021-11-11 15:58:49 +0000 |
---|---|---|
committer | schwarze <> | 2021-11-11 15:58:49 +0000 |
commit | 8a991259e16662ce5398b3c5bdece1cbbd63427d (patch) | |
tree | ab5bf226022ab34b2a210cc587e2485d67e0bb70 /src/lib | |
parent | e748d61125ff6c49acc51485ceafe8c64f91c9d0 (diff) | |
download | openbsd-8a991259e16662ce5398b3c5bdece1cbbd63427d.tar.gz openbsd-8a991259e16662ce5398b3c5bdece1cbbd63427d.tar.bz2 openbsd-8a991259e16662ce5398b3c5bdece1cbbd63427d.zip |
mention the public constants XN_FLAG_SEP_MASK and XN_FLAG_FN_MASK
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/X509_NAME_print_ex.3 | 8 |
1 files changed, 6 insertions, 2 deletions
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 @@ | |||
1 | .\" $OpenBSD: X509_NAME_print_ex.3,v 1.11 2018/05/19 22:05:58 schwarze Exp $ | 1 | .\" $OpenBSD: X509_NAME_print_ex.3,v 1.12 2021/11/11 15:58:49 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 | 2 | .\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: May 19 2018 $ | 53 | .Dd $Mdocdate: November 11 2021 $ |
54 | .Dt X509_NAME_PRINT_EX 3 | 54 | .Dt X509_NAME_PRINT_EX 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -189,6 +189,8 @@ this is more readable that plain comma and plus. | |||
189 | uses spaced semicolon and plus. | 189 | uses spaced semicolon and plus. |
190 | .Dv XN_FLAG_SEP_MULTILINE | 190 | .Dv XN_FLAG_SEP_MULTILINE |
191 | uses spaced newline and plus respectively. | 191 | uses spaced newline and plus respectively. |
192 | .Dv XN_FLAG_SEP_MASK | ||
193 | contains the bits used to represent these four options. | ||
192 | .Pp | 194 | .Pp |
193 | If | 195 | If |
194 | .Dv XN_FLAG_DN_REV | 196 | .Dv XN_FLAG_DN_REV |
@@ -204,6 +206,8 @@ determine how a field name is displayed. | |||
204 | It will use the short name (e.g. CN), the long name (e.g. commonName), | 206 | It will use the short name (e.g. CN), the long name (e.g. commonName), |
205 | always use OID numerical form (normally OIDs are only used if the | 207 | always use OID numerical form (normally OIDs are only used if the |
206 | field name is not recognised) and no field name, respectively. | 208 | field name is not recognised) and no field name, respectively. |
209 | .Dv XN_FLAG_FN_MASK | ||
210 | contains the bits used to represent these four options. | ||
207 | .Pp | 211 | .Pp |
208 | If | 212 | If |
209 | .Dv XN_FLAG_SPC_EQ | 213 | .Dv XN_FLAG_SPC_EQ |