summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authorinoguchi <>2021-09-05 01:55:54 +0000
committerinoguchi <>2021-09-05 01:55:54 +0000
commit83ebf782e22a8260f1b7351fad667dea16e564e0 (patch)
tree2bea90f7763639386d4bddf8a150702b05a996b0 /src/usr.bin/openssl/openssl.1
parent7134aa2bffb65c1e99f76a6de8c4e8376d134e93 (diff)
downloadopenbsd-83ebf782e22a8260f1b7351fad667dea16e564e0.tar.gz
openbsd-83ebf782e22a8260f1b7351fad667dea16e564e0.tar.bz2
openbsd-83ebf782e22a8260f1b7351fad667dea16e564e0.zip
Using serial number instead as subject if it is empty in openssl(1) ca
This allows multiple entries without a subject even if unique_subject == yes. Referred to OpenSSL commit 5af88441 and arranged for our codebase. ok tb@
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r--src/usr.bin/openssl/openssl.18
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 9d9f5ca580..e698c33a0a 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.130 2021/08/29 12:33:15 tb Exp $ 1.\" $OpenBSD: openssl.1,v 1.131 2021/09/05 01:55:54 inoguchi Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: August 29 2021 $ 113.Dd $Mdocdate: September 5 2021 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -843,6 +843,10 @@ is given,
843several valid certificate entries may have the exact same subject. 843several valid certificate entries may have the exact same subject.
844The default value is 844The default value is
845.Cm yes . 845.Cm yes .
846.Pp
847Note that it is valid in some circumstances for certificates to be created
848without any subject. In the case where there are multiple certificates without
849subjects this does not count as a duplicate.
846.It Cm x509_extensions 850.It Cm x509_extensions
847The same as 851The same as
848.Fl extensions . 852.Fl extensions .