Document X509_get0_signature_info()
authortb <tb@openbsd.org>
Wed, 28 Aug 2024 07:18:55 +0000 (07:18 +0000)
committertb <tb@openbsd.org>
Wed, 28 Aug 2024 07:18:55 +0000 (07:18 +0000)
commitbdbf14dd1cb4b4fdf9d3b71fa95accc1d1f5d543
tree3b1c2fdc83ec310e893172982fe825357a8d4085
parentc5d7bed5dd774f32fe3ef5eeee814d3acfe35920
Document X509_get0_signature_info()

Loosely based on the OpenSSL 1.1 documentation but extended quite a bit to
explain what the flags mean and what info they do (and do not) convey. With
the usual valuable feedback from jmc.

ok jmc
lib/libcrypto/man/X509_get0_signature.3