CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/11/17 09:08:32
Modified files: lib/libcrypto/man: Makefile X509_STORE_CTX_get_error.3 X509_STORE_CTX_new.3 X509_STORE_CTX_set_flags.3 X509_STORE_CTX_set_verify_cb.3 X509_STORE_new.3 X509_STORE_set_verify_cb_func.3 X509_VERIFY_PARAM_set_flags.3 Added files: lib/libcrypto/man: X509_STORE_CTX_set_verify.3 Log message: In x509_vfy.h rev. 1.37 and x509_vfy.c rev. 1.91, tb@ provided X509_STORE_CTX_set_verify(3) and X509_STORE_CTX_get_verify(3). Document them. In the next bump, tb@ will also provide X509_STORE_CTX_verify_fn(3) and X509_STORE_set_verify(3) and restore X509_STORE_set_verify_func(3) to working order. For efficiency of documentation work, already document those three, too, but keep the text temporariy .if'ed out until they become available. Delete X509_STORE_set_verify_func(3) from X509_STORE_set_verify_cb_func(3) because it was misplaced in that page: it is not related to the verification callback. tb@ agrees with the general direction.