In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3),
authorschwarze <schwarze@openbsd.org>
Fri, 12 Nov 2021 11:41:50 +0000 (11:41 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 12 Nov 2021 11:41:50 +0000 (11:41 +0000)
commit6d5a2d04c5227254c667f877bc27f9c915aa8611
treeff3015272dbfb0473bbfe5864da3ea9932bfdc28
parent1fdfd19e4b449d505a851b530a602290b84d15f4
In x509_vfy.h rev. 1.41, tb@ provided X509_STORE_CTX_get_by_subject(3),
changed the return type of X509_OBJECT_get_type(3) and argument
types of X509_LOOKUP_by_subject(3), X509_LOOKUP_by_issuer_serial(3),
X509_LOOKUP_by_fingerprint(3), X509_LOOKUP_by_alias(3),
X509_OBJECT_idx_by_subject(3), X509_OBJECT_retrieve_by_subject(3),
and X509_STORE_get_by_subject(3) from int to X509_LOOKUP_TYPE, and
in rev. 1.42, he provided X509_STORE_CTX_get_obj_by_subject(3).

Adjust the documentation.
Joint work with and OK tb@.
lib/libcrypto/man/X509_LOOKUP_new.3
lib/libcrypto/man/X509_OBJECT_get0_X509.3
lib/libcrypto/man/X509_STORE_get_by_subject.3