In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ provided
authorschwarze <schwarze@openbsd.org>
Sun, 25 Feb 2018 17:46:38 +0000 (17:46 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 25 Feb 2018 17:46:38 +0000 (17:46 +0000)
commit47537faa79ee928dff058e1227531f946389e2ab
tree70c82daa944dd7cc406de114607807bcf8434952
parentc5229dce50491ae9bd8e656e1212d05ab5281205
In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ provided
X509_STORE_up_ref(3).  X509_STORE_new(3) and X509_STORE_free(3)
have already been available earlier.  Import the documentation from
OpenSSL, adding some precision.
lib/libcrypto/man/Makefile
lib/libcrypto/man/PKCS7_verify.3
lib/libcrypto/man/X509_STORE_CTX_new.3
lib/libcrypto/man/X509_STORE_load_locations.3
lib/libcrypto/man/X509_STORE_new.3 [new file with mode: 0644]
lib/libcrypto/man/X509_STORE_set1_param.3
lib/libcrypto/man/X509_STORE_set_verify_cb_func.3
lib/libssl/man/SSL_CTX_set_cert_store.3