Document more X509_STORE functions
authorBenjamin Kaduk <bkaduk@akamai.com>
Mon, 17 Jul 2017 17:44:03 +0000 (12:44 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 9 Mar 2018 23:02:26 +0000 (17:02 -0600)
commitd1142857e4453e3e5d8e0f122a31ded1754c4379
tree4d2de7e426aaa70cf314a1cc68a95df47d9a5bbd
parent379cc0893eb114b267eab5e6e86a8146c33d31e3
Document more X509_STORE functions

X509_STORE_set_verify_cb_func.pod has documentation for various callbacks
and function pointers that can be set and retrieved, but neither it nor
X509_STORE_new has much documentation for the actual purpose and usage
of X509_STORE objects.  Remedy this disparity with new documentation
for adding certificates and CRLs, expected usage, and for modifying
the default verifification behavior.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3958)
doc/man3/X509_STORE_add_cert.pod [new file with mode: 0644]