First pass at updating verifier error docs
authortb <tb@openbsd.org>
Tue, 29 Nov 2022 12:31:43 +0000 (12:31 +0000)
committertb <tb@openbsd.org>
Tue, 29 Nov 2022 12:31:43 +0000 (12:31 +0000)
commit04f2b1b897ed4b0ef82e7064046c982bad71d494
treea11ff1ba2f4c12271087f73f4daaa32bf01d1847
parent70df63e98b5ce1022992f3601d06931d9fb7f246
First pass at updating verifier error docs

X509_verify_cert_error_string() is now thread safe as it no longer returns
a static buffer.  Document X509_V_ERR_UNSPECIFIED.  Stop asserting that the
X509_V_ERR_CERT_CHAIN_TOO_LONG code is unused, the new verifier can set it.
Add commented versions of various missing error codes in the proper spots
and move X509_V_ERR_UNNESTED_RESOURCE where it belongs.

prompted by claudio
lib/libcrypto/man/X509_STORE_CTX_get_error.3