Convert openssl(1) ca option handling
authorinoguchi <inoguchi@openbsd.org>
Thu, 15 Jul 2021 09:56:32 +0000 (09:56 +0000)
committerinoguchi <inoguchi@openbsd.org>
Thu, 15 Jul 2021 09:56:32 +0000 (09:56 +0000)
commit63a81de5584c61ffbd7d44cf825aafee0619e3ce
treec291192844feff7c6ad23046d92785ef221bda69
parent5cab21566d4a2d16a43126c48087873b35d856d8
Convert openssl(1) ca option handling

New option handling for openssl(1) ca.
This diff is just replacing with new option handling, no functional change.
I'm using the word DN or RDN in description as manual uses them, rather than
replacing with "Distinguished Name" or "Relative Distinguished Name".

I would like to add another fixes below by follow-up diffs.
- remove space between '*' and pointer variable
- wrap 80+ long lines
- explicitly check pointer variable if it is NULL or not

comments and ok from jsing@
usr.bin/openssl/ca.c