gnutls_ocsp_resp_get_produced (3) Linux Manual Page
gnutls_ocsp_resp_get_produced – API function Synopsis#include <gnutls/ocsp.h> time_t gnutls_ocsp_resp_get_produced(gnutls_ocsp_resp_t resp); Argumentsgnutls_ocsp_resp_t resp should contain a gnutls_ocsp_resp_t structureDescriptionThis function will return the time when the OCSP response was signed. Returnssigning time, or (time_t)-1 on error. Reporting BugsReport bugs to <bugs [at] gnutls.org>. Home page: http://www.gnutls.org CopyrightCopyright © 2001-2014 Free Software Foundation, Inc.. Copying and distribution of this…
