CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/12/12 11:45:29
Modified files:
lib/libcrypto/man: OCSP_response_status.3
Log message:
Document OCSP_RESPONSE_new(3), OCSP_RESPONSE_free(3),
OCSP_RESPBYTES_new(3), OCSP_RESPBYTES_free(3), OCSP_BASICRESP_new(3),
OCSP_BASICRESP_free(3), OCSP_RESPDATA_new(3), OCSP_RESPDATA_free(3),
OCSP_RESPID_new(3), and OCSP_RESPID_free(3), all in <openssl/ocsp.h>
and in OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL
documentation specifies the wrong header file.
Add some information about what these objects actually represent,
along with the pertinent STANDARDS reference.
Sort functions into a logical order and apply minor wording tweaks.