CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/02/15 03:01:33
Modified files:
lib/libcrypto/man: Makefile
Added files:
lib/libcrypto/man: X509_get0_notBefore.3
Log message:
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?