CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/12/05 07:38:56
Modified files: lib/libcrypto/man: X509_STORE_CTX_new.3 Log message: Document X509_STORE_CTX_set_flags() which is a handy way to change the verification param flags of a context. While this function is marked as likely to be deprecated in OpenSSL it seems that this may not happen. This is why we decided to still document it. OK and input from ingo@ tb@