CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/12/12 15:48:02
Modified files:
lib/libcrypto/man: Makefile OCSP_REQUEST_new.3
OCSP_resp_find_status.3
Added files:
lib/libcrypto/man: OCSP_CRLID_new.3 OCSP_SERVICELOC_new.3
Log message:
Write OCSP_CRLID_new(3) and OCSP_SERVICELOC_new(3) from scratch.
These two and OCSP_CRLID_free(3) and OCSP_SERVICELOC_free(3) are
public by being in OpenSSL doc/man3/X509_dup.pod.
OCSP_crlID_new(3) and OCSP_url_svcloc_new(3) are related and,
even though completely undocumented in OpenSSL, obviously much
more important.
If you had told me a year ago that i would ever write such text,
i would have called you crazy.