CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/02/25 09:04:07
Modified files: lib/libcrypto/man: X509_STORE_CTX_get_error.3 X509_STORE_CTX_new.3 Log message: In x509_vfy.h rev. 1.21 2018/02/22 17:11:30, jsing@ provided X509_STORE_CTX_get0_chain(3). Adapt the documentation. It is absurd that OpenSSL documents the two almost identical functions X509_STORE_CTX_get0_chain(3) and X509_STORE_CTX_get1_chain(3) in two different manual pages, with quite different wordings, and without even referencing each other. It is very obvious that they have lost their way in their own mire of functions.