gnutls_ocsp_resp_get_single

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
  1. int gnutls_ocsp_resp_get_single(gnutls_ocsp_resp_const_t resp, uint indx, gnutls_digest_algorithm_t* digest, gnutls_datum_t* issuer_name_hash, gnutls_datum_t* issuer_key_hash, gnutls_datum_t* serial_number, uint* cert_status, time_t* this_update, time_t* next_update, time_t* revocation_time, uint* revocation_reason)
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system
    int
    gnutls_ocsp_resp_get_single
  2. pgnutls_ocsp_resp_get_single gnutls_ocsp_resp_get_single;

Meta