Convert openssl(1) x509 option handling
authorinoguchi <inoguchi@openbsd.org>
Wed, 24 Mar 2021 12:09:16 +0000 (12:09 +0000)
committerinoguchi <inoguchi@openbsd.org>
Wed, 24 Mar 2021 12:09:16 +0000 (12:09 +0000)
commit34d3f18243457028cc628d4113aef7d75e6e452a
treeff330050efd8d86345cee30217199094851d5e5e
parentac90832389e0cf11644bab4c6b4ea1d9da635daa
Convert openssl(1) x509 option handling

Apply new option handling to openssl(1) x509.
To handle incremental order value, using newly added OPTION_ORDER.

I left the descriptions for -CAform, -inform, and -outform as it was,
for now. These description would be fixed.
And digest option handler could be consolidated to one between
some subcommands in the future.

ok and comments from tb@,
and "I'd move forward with your current plan." from jsing@
usr.bin/openssl/x509.c