Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and document
authorschwarze <schwarze@openbsd.org>
Tue, 20 Jul 2021 17:31:32 +0000 (17:31 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 20 Jul 2021 17:31:32 +0000 (17:31 +0000)
commit5bf24b5e766078ed7aa78eced45e9029629f8110
tree7e74339964d494786da250ece2065823498c333d
parentdf21f681589a6dd561af8f4c4c6a3faa7bf2d626
Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and document
X509_issuer_name_hash(3), X509_subject_name_hash(3), and the _old variants.

Even though this is only tangentially related to decoding and encoding,
including a single function in d2i_X509_NAME(3) was probably OK,
but let's not bog down that page with six functions that are likely
to become obsolete at some point - even though right now, they are
still being used both internally and by external software.
lib/libcrypto/man/Makefile
lib/libcrypto/man/X509_NAME_hash.3 [new file with mode: 0644]
lib/libcrypto/man/X509_NAME_new.3
lib/libcrypto/man/d2i_X509_NAME.3