Use X509_*get0_pubkey() wherever possible to simplify and clean up
authortb <tb@openbsd.org>
Thu, 3 Feb 2022 17:44:04 +0000 (17:44 +0000)
committertb <tb@openbsd.org>
Thu, 3 Feb 2022 17:44:04 +0000 (17:44 +0000)
commit84dd6e9a37a097227c683944d1ab83c672cb4355
tree959496422df08605d91e7b359974cc840f49d5d1
parenta7bbf591fa92dd6bbe388bdb6f46156aeb487842
Use X509_*get0_pubkey() wherever possible to simplify and clean up
the code. Also add error checking where possible.

ok jsing
usr.bin/openssl/ca.c
usr.bin/openssl/req.c
usr.bin/openssl/s_client.c