In x509_vfy.h rev. 1.21 2018/02/22 17:11:30, jsing@ provided
authorschwarze <schwarze@openbsd.org>
Sun, 25 Feb 2018 16:04:07 +0000 (16:04 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 25 Feb 2018 16:04:07 +0000 (16:04 +0000)
commitd3125e1cd50ae383e04c7d6faea6ebf3f2ac9936
treeaa368f4f7a3101bd536a22efb20223111250a4c1
parentebe8b9f18f7e6dcde21f7ea61d340b5534860b8e
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.
lib/libcrypto/man/X509_STORE_CTX_get_error.3
lib/libcrypto/man/X509_STORE_CTX_new.3