Split the functions operating on the X509_VERIFY_PARAM object out
authorschwarze <schwarze@openbsd.org>
Thu, 22 Jul 2021 17:11:14 +0000 (17:11 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 22 Jul 2021 17:11:14 +0000 (17:11 +0000)
commitb2a7570730904b40ee020dc25f80d7f63a55e10b
tree0c9cf30889f4838440c8053abc7ffde4eb000d4f
parent0258c1b1eb178f761b71f0eafb7ab61a552a7cdf
Split the functions operating on the X509_VERIFY_PARAM object out
of X509_STORE_CTX_new(3) because i'm about to document five additional
functions of this kind and the page X509_STORE_CTX_new(3) is growing
unwieldy.

No text change yet, except that i added an introductory sentence
to the beginning of the DESCRIPTION of the new page.
lib/libcrypto/man/Makefile
lib/libcrypto/man/X509_STORE_CTX_new.3
lib/libcrypto/man/X509_STORE_CTX_set_flags.3 [new file with mode: 0644]