Using serial number instead as subject if it is empty in openssl(1) ca
authorinoguchi <inoguchi@openbsd.org>
Sun, 5 Sep 2021 01:55:54 +0000 (01:55 +0000)
committerinoguchi <inoguchi@openbsd.org>
Sun, 5 Sep 2021 01:55:54 +0000 (01:55 +0000)
commit00f68246308c6a598053a3353eead2dcd365d71c
treeb99de19e36390418aff5d404210bf60841781a51
parentf2fc6f86654e3710708f4bbd492dcc0f40c900c7
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@
usr.bin/openssl/ca.c
usr.bin/openssl/openssl.1