From 83ebf782e22a8260f1b7351fad667dea16e564e0 Mon Sep 17 00:00:00 2001 From: inoguchi <> Date: Sun, 5 Sep 2021 01:55:54 +0000 Subject: 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@ --- src/usr.bin/openssl/openssl.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/usr.bin/openssl/openssl.1') 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 @@ -.\" $OpenBSD: openssl.1,v 1.130 2021/08/29 12:33:15 tb Exp $ +.\" $OpenBSD: openssl.1,v 1.131 2021/09/05 01:55:54 inoguchi Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -110,7 +110,7 @@ .\" copied and put under another distribution licence .\" [including the GNU Public Licence.] .\" -.Dd $Mdocdate: August 29 2021 $ +.Dd $Mdocdate: September 5 2021 $ .Dt OPENSSL 1 .Os .Sh NAME @@ -843,6 +843,10 @@ is given, several valid certificate entries may have the exact same subject. The default value is .Cm yes . +.Pp +Note that it is valid in some circumstances for certificates to be created +without any subject. In the case where there are multiple certificates without +subjects this does not count as a duplicate. .It Cm x509_extensions The same as .Fl extensions . -- cgit v1.2.3-55-g6feb