bindbc.gnutls.ocsp

Undocumented in source.

Members

Aliases

gnutls_ocsp_req_const_t
alias gnutls_ocsp_req_const_t = const(gnutls_ocsp_req_int)*
Undocumented in source.
gnutls_ocsp_req_const_t
alias gnutls_ocsp_req_const_t = gnutls_ocsp_req_t
Undocumented in source.
gnutls_ocsp_req_t
alias gnutls_ocsp_req_t = gnutls_ocsp_req_int*
Undocumented in source.
gnutls_ocsp_resp_const_t
alias gnutls_ocsp_resp_const_t = const(gnutls_ocsp_resp_int)*
Undocumented in source.
gnutls_ocsp_resp_t
alias gnutls_ocsp_resp_t = gnutls_ocsp_resp_int*
Undocumented in source.
pgnutls_ocsp_req_add_cert
alias pgnutls_ocsp_req_add_cert = int function(gnutls_ocsp_req_t req, gnutls_digest_algorithm_t digest, gnutls_x509_crt_t issuer, gnutls_x509_crt_t cert)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_add_cert_id
alias pgnutls_ocsp_req_add_cert_id = int function(gnutls_ocsp_req_t req, gnutls_digest_algorithm_t digest, const(gnutls_datum_t)* issuer_name_hash, const(gnutls_datum_t)* issuer_key_hash, const(gnutls_datum_t)* serial_number)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_deinit
alias pgnutls_ocsp_req_deinit = void function(gnutls_ocsp_req_t req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_export
alias pgnutls_ocsp_req_export = int function(gnutls_ocsp_req_const_t req, gnutls_datum_t* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_get_cert_id
alias pgnutls_ocsp_req_get_cert_id = int function(gnutls_ocsp_req_const_t req, uint indx, gnutls_digest_algorithm_t* digest, gnutls_datum_t* issuer_name_hash, gnutls_datum_t* issuer_key_hash, gnutls_datum_t* serial_number)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_get_extension
alias pgnutls_ocsp_req_get_extension = int function(gnutls_ocsp_req_const_t req, uint indx, gnutls_datum_t* oid, uint* critical, gnutls_datum_t* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_get_nonce
alias pgnutls_ocsp_req_get_nonce = int function(gnutls_ocsp_req_const_t req, uint* critical, gnutls_datum_t* nonce)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_get_version
alias pgnutls_ocsp_req_get_version = int function(gnutls_ocsp_req_const_t req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_import
alias pgnutls_ocsp_req_import = int function(gnutls_ocsp_req_t req, const(gnutls_datum_t)* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_init
alias pgnutls_ocsp_req_init = int function(gnutls_ocsp_req_t* req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_print
alias pgnutls_ocsp_req_print = int function(gnutls_ocsp_req_const_t req, gnutls_ocsp_print_formats_t format, gnutls_datum_t* out_)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_randomize_nonce
alias pgnutls_ocsp_req_randomize_nonce = int function(gnutls_ocsp_req_t req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_set_extension
alias pgnutls_ocsp_req_set_extension = int function(gnutls_ocsp_req_t req, const(char)* oid, uint critical, const(gnutls_datum_t)* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_req_set_nonce
alias pgnutls_ocsp_req_set_nonce = int function(gnutls_ocsp_req_t req, uint critical, const(gnutls_datum_t)* nonce)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_check_crt
alias pgnutls_ocsp_resp_check_crt = int function(gnutls_ocsp_resp_const_t resp, uint indx, gnutls_x509_crt_t crt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_deinit
alias pgnutls_ocsp_resp_deinit = void function(gnutls_ocsp_resp_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_export
alias pgnutls_ocsp_resp_export = int function(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_export2
alias pgnutls_ocsp_resp_export2 = int function(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* data, gnutls_x509_crt_fmt_t fmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_certs
alias pgnutls_ocsp_resp_get_certs = int function(gnutls_ocsp_resp_const_t resp, gnutls_x509_crt_t** certs, size_t* ncerts)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_extension
alias pgnutls_ocsp_resp_get_extension = int function(gnutls_ocsp_resp_const_t resp, uint indx, gnutls_datum_t* oid, uint* critical, gnutls_datum_t* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_nonce
alias pgnutls_ocsp_resp_get_nonce = int function(gnutls_ocsp_resp_const_t resp, uint* critical, gnutls_datum_t* nonce)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_produced
alias pgnutls_ocsp_resp_get_produced = time_t function(gnutls_ocsp_resp_const_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_responder
alias pgnutls_ocsp_resp_get_responder = int function(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* dn)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_responder2
alias pgnutls_ocsp_resp_get_responder2 = int function(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* dn, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_responder_raw_id
alias pgnutls_ocsp_resp_get_responder_raw_id = int function(gnutls_ocsp_resp_const_t resp, uint type, gnutls_datum_t* raw)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_response
alias pgnutls_ocsp_resp_get_response = int function(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* response_type_oid, gnutls_datum_t* response)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_signature
alias pgnutls_ocsp_resp_get_signature = int function(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* sig)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_signature_algorithm
alias pgnutls_ocsp_resp_get_signature_algorithm = int function(gnutls_ocsp_resp_const_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_single
alias pgnutls_ocsp_resp_get_single = int function(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)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_status
alias pgnutls_ocsp_resp_get_status = int function(gnutls_ocsp_resp_const_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_get_version
alias pgnutls_ocsp_resp_get_version = int function(gnutls_ocsp_resp_const_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_import
alias pgnutls_ocsp_resp_import = int function(gnutls_ocsp_resp_t resp, const(gnutls_datum_t)* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_import2
alias pgnutls_ocsp_resp_import2 = int function(gnutls_ocsp_resp_t resp, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t fmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_init
alias pgnutls_ocsp_resp_init = int function(gnutls_ocsp_resp_t* resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_list_import2
alias pgnutls_ocsp_resp_list_import2 = int function(gnutls_ocsp_resp_t** ocsps, uint* size, const(gnutls_datum_t)* resp_data, gnutls_x509_crt_fmt_t format, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_print
alias pgnutls_ocsp_resp_print = int function(gnutls_ocsp_resp_const_t resp, gnutls_ocsp_print_formats_t format, gnutls_datum_t* out_)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_verify
alias pgnutls_ocsp_resp_verify = int function(gnutls_ocsp_resp_const_t resp, gnutls_x509_trust_list_t trustlist, uint* verify, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_resp_verify_direct
alias pgnutls_ocsp_resp_verify_direct = int function(gnutls_ocsp_resp_const_t resp, gnutls_x509_crt_t issuer, uint* verify, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Enums

gnutls_ocsp_cert_status_t
enum gnutls_ocsp_cert_status_t
Undocumented in source.
gnutls_ocsp_print_formats_t
enum gnutls_ocsp_print_formats_t
Undocumented in source.
gnutls_ocsp_resp_status_t
enum gnutls_ocsp_resp_status_t
Undocumented in source.
gnutls_ocsp_verify_reason_t
enum gnutls_ocsp_verify_reason_t
Undocumented in source.
gnutls_x509_crl_reason_t
enum gnutls_x509_crl_reason_t
Undocumented in source.

Functions

bindOcsp
void bindOcsp(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_ocsp_req_add_cert
int gnutls_ocsp_req_add_cert(gnutls_ocsp_req_t req, gnutls_digest_algorithm_t digest, gnutls_x509_crt_t issuer, gnutls_x509_crt_t cert)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_add_cert_id
int gnutls_ocsp_req_add_cert_id(gnutls_ocsp_req_t req, gnutls_digest_algorithm_t digest, const(gnutls_datum_t)* issuer_name_hash, const(gnutls_datum_t)* issuer_key_hash, const(gnutls_datum_t)* serial_number)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_deinit
void gnutls_ocsp_req_deinit(gnutls_ocsp_req_t req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_export
int gnutls_ocsp_req_export(gnutls_ocsp_req_const_t req, gnutls_datum_t* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_get_cert_id
int gnutls_ocsp_req_get_cert_id(gnutls_ocsp_req_const_t req, uint indx, gnutls_digest_algorithm_t* digest, gnutls_datum_t* issuer_name_hash, gnutls_datum_t* issuer_key_hash, gnutls_datum_t* serial_number)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_get_extension
int gnutls_ocsp_req_get_extension(gnutls_ocsp_req_const_t req, uint indx, gnutls_datum_t* oid, uint* critical, gnutls_datum_t* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_get_nonce
int gnutls_ocsp_req_get_nonce(gnutls_ocsp_req_const_t req, uint* critical, gnutls_datum_t* nonce)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_get_version
int gnutls_ocsp_req_get_version(gnutls_ocsp_req_const_t req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_import
int gnutls_ocsp_req_import(gnutls_ocsp_req_t req, const(gnutls_datum_t)* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_init
int gnutls_ocsp_req_init(gnutls_ocsp_req_t* req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_print
int gnutls_ocsp_req_print(gnutls_ocsp_req_const_t req, gnutls_ocsp_print_formats_t format, gnutls_datum_t* out_)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_randomize_nonce
int gnutls_ocsp_req_randomize_nonce(gnutls_ocsp_req_t req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_set_extension
int gnutls_ocsp_req_set_extension(gnutls_ocsp_req_t req, const(char)* oid, uint critical, const(gnutls_datum_t)* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_req_set_nonce
int gnutls_ocsp_req_set_nonce(gnutls_ocsp_req_t req, uint critical, const(gnutls_datum_t)* nonce)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_check_crt
int gnutls_ocsp_resp_check_crt(gnutls_ocsp_resp_const_t resp, uint indx, gnutls_x509_crt_t crt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_deinit
void gnutls_ocsp_resp_deinit(gnutls_ocsp_resp_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_export
int gnutls_ocsp_resp_export(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_export2
int gnutls_ocsp_resp_export2(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* data, gnutls_x509_crt_fmt_t fmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_certs
int gnutls_ocsp_resp_get_certs(gnutls_ocsp_resp_const_t resp, gnutls_x509_crt_t** certs, size_t* ncerts)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_extension
int gnutls_ocsp_resp_get_extension(gnutls_ocsp_resp_const_t resp, uint indx, gnutls_datum_t* oid, uint* critical, gnutls_datum_t* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_nonce
int gnutls_ocsp_resp_get_nonce(gnutls_ocsp_resp_const_t resp, uint* critical, gnutls_datum_t* nonce)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_produced
time_t gnutls_ocsp_resp_get_produced(gnutls_ocsp_resp_const_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_responder
int gnutls_ocsp_resp_get_responder(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* dn)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_responder2
int gnutls_ocsp_resp_get_responder2(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* dn, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_responder_raw_id
int gnutls_ocsp_resp_get_responder_raw_id(gnutls_ocsp_resp_const_t resp, uint type, gnutls_datum_t* raw)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_response
int gnutls_ocsp_resp_get_response(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* response_type_oid, gnutls_datum_t* response)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_signature
int gnutls_ocsp_resp_get_signature(gnutls_ocsp_resp_const_t resp, gnutls_datum_t* sig)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_signature_algorithm
int gnutls_ocsp_resp_get_signature_algorithm(gnutls_ocsp_resp_const_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_single
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)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_status
int gnutls_ocsp_resp_get_status(gnutls_ocsp_resp_const_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_get_version
int gnutls_ocsp_resp_get_version(gnutls_ocsp_resp_const_t resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_import
int gnutls_ocsp_resp_import(gnutls_ocsp_resp_t resp, const(gnutls_datum_t)* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_import2
int gnutls_ocsp_resp_import2(gnutls_ocsp_resp_t resp, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t fmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_init
int gnutls_ocsp_resp_init(gnutls_ocsp_resp_t* resp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_list_import2
int gnutls_ocsp_resp_list_import2(gnutls_ocsp_resp_t** ocsps, uint* size, const(gnutls_datum_t)* resp_data, gnutls_x509_crt_fmt_t format, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_print
int gnutls_ocsp_resp_print(gnutls_ocsp_resp_const_t resp, gnutls_ocsp_print_formats_t format, gnutls_datum_t* out_)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_verify
int gnutls_ocsp_resp_verify(gnutls_ocsp_resp_const_t resp, gnutls_x509_trust_list_t trustlist, uint* verify, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_resp_verify_direct
int gnutls_ocsp_resp_verify_direct(gnutls_ocsp_resp_const_t resp, gnutls_x509_crt_t issuer, uint* verify, uint flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Manifest constants

GNUTLS_OCSP_NONCE
enum GNUTLS_OCSP_NONCE;
Undocumented in source.
GNUTLS_OCSP_RESP_ID_DN
enum GNUTLS_OCSP_RESP_ID_DN;
Undocumented in source.
GNUTLS_OCSP_RESP_ID_KEY
enum GNUTLS_OCSP_RESP_ID_KEY;
Undocumented in source.

Static variables

gnutls_ocsp_req_add_cert
pgnutls_ocsp_req_add_cert gnutls_ocsp_req_add_cert;
Undocumented in source.
gnutls_ocsp_req_add_cert_id
pgnutls_ocsp_req_add_cert_id gnutls_ocsp_req_add_cert_id;
Undocumented in source.
gnutls_ocsp_req_deinit
pgnutls_ocsp_req_deinit gnutls_ocsp_req_deinit;
Undocumented in source.
gnutls_ocsp_req_export
pgnutls_ocsp_req_export gnutls_ocsp_req_export;
Undocumented in source.
gnutls_ocsp_req_get_cert_id
pgnutls_ocsp_req_get_cert_id gnutls_ocsp_req_get_cert_id;
Undocumented in source.
gnutls_ocsp_req_get_extension
pgnutls_ocsp_req_get_extension gnutls_ocsp_req_get_extension;
Undocumented in source.
gnutls_ocsp_req_get_nonce
pgnutls_ocsp_req_get_nonce gnutls_ocsp_req_get_nonce;
Undocumented in source.
gnutls_ocsp_req_get_version
pgnutls_ocsp_req_get_version gnutls_ocsp_req_get_version;
Undocumented in source.
gnutls_ocsp_req_import
pgnutls_ocsp_req_import gnutls_ocsp_req_import;
Undocumented in source.
gnutls_ocsp_req_init
pgnutls_ocsp_req_init gnutls_ocsp_req_init;
Undocumented in source.
gnutls_ocsp_req_print
pgnutls_ocsp_req_print gnutls_ocsp_req_print;
Undocumented in source.
gnutls_ocsp_req_randomize_nonce
pgnutls_ocsp_req_randomize_nonce gnutls_ocsp_req_randomize_nonce;
Undocumented in source.
gnutls_ocsp_req_set_extension
pgnutls_ocsp_req_set_extension gnutls_ocsp_req_set_extension;
Undocumented in source.
gnutls_ocsp_req_set_nonce
pgnutls_ocsp_req_set_nonce gnutls_ocsp_req_set_nonce;
Undocumented in source.
gnutls_ocsp_resp_check_crt
pgnutls_ocsp_resp_check_crt gnutls_ocsp_resp_check_crt;
Undocumented in source.
gnutls_ocsp_resp_deinit
pgnutls_ocsp_resp_deinit gnutls_ocsp_resp_deinit;
Undocumented in source.
gnutls_ocsp_resp_export
pgnutls_ocsp_resp_export gnutls_ocsp_resp_export;
Undocumented in source.
gnutls_ocsp_resp_export2
pgnutls_ocsp_resp_export2 gnutls_ocsp_resp_export2;
Undocumented in source.
gnutls_ocsp_resp_get_certs
pgnutls_ocsp_resp_get_certs gnutls_ocsp_resp_get_certs;
Undocumented in source.
gnutls_ocsp_resp_get_extension
pgnutls_ocsp_resp_get_extension gnutls_ocsp_resp_get_extension;
Undocumented in source.
gnutls_ocsp_resp_get_nonce
pgnutls_ocsp_resp_get_nonce gnutls_ocsp_resp_get_nonce;
Undocumented in source.
gnutls_ocsp_resp_get_produced
pgnutls_ocsp_resp_get_produced gnutls_ocsp_resp_get_produced;
Undocumented in source.
gnutls_ocsp_resp_get_responder
pgnutls_ocsp_resp_get_responder gnutls_ocsp_resp_get_responder;
Undocumented in source.
gnutls_ocsp_resp_get_responder2
pgnutls_ocsp_resp_get_responder2 gnutls_ocsp_resp_get_responder2;
Undocumented in source.
gnutls_ocsp_resp_get_responder_raw_id
pgnutls_ocsp_resp_get_responder_raw_id gnutls_ocsp_resp_get_responder_raw_id;
Undocumented in source.
gnutls_ocsp_resp_get_response
pgnutls_ocsp_resp_get_response gnutls_ocsp_resp_get_response;
Undocumented in source.
gnutls_ocsp_resp_get_signature
pgnutls_ocsp_resp_get_signature gnutls_ocsp_resp_get_signature;
Undocumented in source.
gnutls_ocsp_resp_get_signature_algorithm
pgnutls_ocsp_resp_get_signature_algorithm gnutls_ocsp_resp_get_signature_algorithm;
Undocumented in source.
gnutls_ocsp_resp_get_single
pgnutls_ocsp_resp_get_single gnutls_ocsp_resp_get_single;
Undocumented in source.
gnutls_ocsp_resp_get_status
pgnutls_ocsp_resp_get_status gnutls_ocsp_resp_get_status;
Undocumented in source.
gnutls_ocsp_resp_get_version
pgnutls_ocsp_resp_get_version gnutls_ocsp_resp_get_version;
Undocumented in source.
gnutls_ocsp_resp_import
pgnutls_ocsp_resp_import gnutls_ocsp_resp_import;
Undocumented in source.
gnutls_ocsp_resp_import2
pgnutls_ocsp_resp_import2 gnutls_ocsp_resp_import2;
Undocumented in source.
gnutls_ocsp_resp_init
pgnutls_ocsp_resp_init gnutls_ocsp_resp_init;
Undocumented in source.
gnutls_ocsp_resp_list_import2
pgnutls_ocsp_resp_list_import2 gnutls_ocsp_resp_list_import2;
Undocumented in source.
gnutls_ocsp_resp_print
pgnutls_ocsp_resp_print gnutls_ocsp_resp_print;
Undocumented in source.
gnutls_ocsp_resp_verify
pgnutls_ocsp_resp_verify gnutls_ocsp_resp_verify;
Undocumented in source.
gnutls_ocsp_resp_verify_direct
pgnutls_ocsp_resp_verify_direct gnutls_ocsp_resp_verify_direct;
Undocumented in source.

Structs

gnutls_ocsp_req_int
struct gnutls_ocsp_req_int
Undocumented in source.
gnutls_ocsp_resp_int
struct gnutls_ocsp_resp_int
Undocumented in source.

Meta