In x509.h rev. 1.28 2018/02/14 16:57:25, jsing@
authorschwarze <schwarze@openbsd.org>
Thu, 15 Feb 2018 10:01:33 +0000 (10:01 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 15 Feb 2018 10:01:33 +0000 (10:01 +0000)
commitdae0b1a27f8da2c9d15d48d26bf031e4227c9100
tree9b11425eeddee0a1d366a30866e7cd825d909ca0
parent65417f906abaef7631ab946549cc7c0b3d6194ef
In x509.h rev. 1.28 2018/02/14 16:57:25, jsing@
provided X509_get0_notBefore(3) and its three friends.
Write a manual page from scratch because what OpenSSL has
is confusing and incomplete.

By the way, providing two identical functions differing only
in the constness of the returned structure is crazy.
Are application programmers expected to be too stupid to write
const ASN1_TIME *notBefore = X509_getm_notBefore(x)
if that's what they want?
lib/libcrypto/man/Makefile
lib/libcrypto/man/X509_get0_notBefore.3 [new file with mode: 0644]