In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ provided
authorschwarze <schwarze@openbsd.org>
Thu, 18 Nov 2021 10:09:24 +0000 (10:09 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 18 Nov 2021 10:09:24 +0000 (10:09 +0000)
commit4819803b7fb67d38223277edb0a82cf117a5d7c7
tree5ab01af1344671e3cc9b76b065e73c5ee9caa520
parent3f58a729a92756bae5cf0569bf13c05537901399
In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ provided
X509_OBJECT_new(3) and X509_OBJECT_free(3); document them.

While here, stop talking about storing storing EVP_PKEY objects
and plain C strings in X509_OBJECT objects.  LibreSSL never fully
supported that, and it certainly no longer supports that now.
lib/libcrypto/man/X509_OBJECT_get0_X509.3
lib/libcrypto/man/X509_new.3