CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/05 13:18:19
Modified files:
lib/libcrypto/x509: x509_vfy.h x509_lu.c
Log message:
Prepare to provide X509_{set,get}_verify() and X509_STORE_get_verify_cb()
as well as the X509_STORE_CTX_verify_cb and X509_STORE_CTX_verify_fn types
This will fix the X509_STORE_set_verify_func macro which is currently
broken, as pointed out by schwarze.
ok inoguchi jsing
