CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2020/06/24 08:59:41
Modified files: lib/libcrypto/man: X509_get0_notBefore.3 Log message: Document eight additional pre-OpenSSL-1.1 accessor functions that are still widely used according to code searches on the web, so people reading existing code will occasionally want to look them up. While here, correct the return type of X509_CRL_get0_lastUpdate(3) and X509_CRL_get0_nextUpdate(3), which return const pointers. Also, add some precision regarding RETURN VALUES.