bindbc.gnutls.x509

Undocumented in source.

Members

Aliases

gnutls_verify_output_function
alias gnutls_verify_output_function = int function(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer, gnutls_x509_crl_t crl, uint verification_output)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_x509_crl_get_certificate
alias gnutls_x509_crl_get_certificate = gnutls_x509_crl_get_crt_serial
Undocumented in source.
gnutls_x509_crl_get_certificate_count
alias gnutls_x509_crl_get_certificate_count = gnutls_x509_crl_get_crt_count
Undocumented in source.
gnutls_x509_crl_iter_t
alias gnutls_x509_crl_iter_t = gnutls_x509_crl_iter*
Undocumented in source.
gnutls_x509_dn_t
alias gnutls_x509_dn_t = gnutls_x509_dn_st*
Undocumented in source.
gnutls_x509_name_constraints_t
alias gnutls_x509_name_constraints_t = gnutls_name_constraints_st*
Undocumented in source.
gnutls_x509_spki_t
alias gnutls_x509_spki_t = gnutls_x509_spki_st*
Undocumented in source.
gnutls_x509_tlsfeatures_t
alias gnutls_x509_tlsfeatures_t = gnutls_x509_tlsfeatures_st*
Undocumented in source.
gnutls_x509_trust_list_iter_t
alias gnutls_x509_trust_list_iter_t = gnutls_x509_trust_list_iter*
Undocumented in source.
gnutls_x509_trust_list_t
alias gnutls_x509_trust_list_t = gnutls_x509_trust_list_st*
Undocumented in source.
pgnutls_certificate_get_trust_list
alias pgnutls_certificate_get_trust_list = void function(gnutls_certificate_credentials_t res, gnutls_x509_trust_list_t* tlist)
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_certificate_set_trust_list
alias pgnutls_certificate_set_trust_list = void function(gnutls_certificate_credentials_t res, gnutls_x509_trust_list_t tlist, 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_certificate_verification_profile_get_id
alias pgnutls_certificate_verification_profile_get_id = gnutls_certificate_verification_profiles_t function(const(char)* name)
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_certificate_verification_profile_get_name
alias pgnutls_certificate_verification_profile_get_name = const(char)* function(gnutls_certificate_verification_profiles_t id)
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_pkcs8_info
alias pgnutls_pkcs8_info = int function(const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format, uint* schema, uint* cipher, void* salt, uint* salt_size, uint* iter_count, char** oid)
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_pkcs_schema_get_name
alias pgnutls_pkcs_schema_get_name = const(char)* function(uint schema)
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_pkcs_schema_get_oid
alias pgnutls_pkcs_schema_get_oid = const(char)* function(uint schema)
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_x509_cidr_to_rfc5280
alias pgnutls_x509_cidr_to_rfc5280 = int function(const(char)* cidr, gnutls_datum_t* cidr_rfc5280)
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_x509_crl_check_issuer
alias pgnutls_x509_crl_check_issuer = uint function(gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer)
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_x509_crl_deinit
alias pgnutls_x509_crl_deinit = void function(gnutls_x509_crl_t crl)
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_x509_crl_export
alias pgnutls_x509_crl_export = int function(gnutls_x509_crl_t crl, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_crl_export2
alias pgnutls_x509_crl_export2 = int function(gnutls_x509_crl_t crl, gnutls_x509_crt_fmt_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_x509_crl_get_authority_key_gn_serial
alias pgnutls_x509_crl_get_authority_key_gn_serial = int function(gnutls_x509_crl_t crl, uint seq, void* alt, size_t* alt_size, uint* alt_type, void* serial, size_t* serial_size, uint* critical)
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_x509_crl_get_authority_key_id
alias pgnutls_x509_crl_get_authority_key_id = int function(gnutls_x509_crl_t crl, void* id, size_t* id_size, uint* critical)
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_x509_crl_get_crt_count
alias pgnutls_x509_crl_get_crt_count = int function(gnutls_x509_crl_t crl)
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_x509_crl_get_crt_serial
alias pgnutls_x509_crl_get_crt_serial = int function(gnutls_x509_crl_t crl, uint indx, ubyte* serial, size_t* serial_size, time_t* t)
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_x509_crl_get_dn_oid
alias pgnutls_x509_crl_get_dn_oid = int function(gnutls_x509_crl_t crl, uint indx, void* oid, size_t* sizeof_oid)
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_x509_crl_get_extension_data
alias pgnutls_x509_crl_get_extension_data = int function(gnutls_x509_crl_t crl, uint indx, void* data, size_t* sizeof_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_x509_crl_get_extension_data2
alias pgnutls_x509_crl_get_extension_data2 = int function(gnutls_x509_crl_t crl, uint indx, 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_x509_crl_get_extension_info
alias pgnutls_x509_crl_get_extension_info = int function(gnutls_x509_crl_t crl, uint indx, void* oid, size_t* sizeof_oid, uint* critical)
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_x509_crl_get_extension_oid
alias pgnutls_x509_crl_get_extension_oid = int function(gnutls_x509_crl_t crl, uint indx, void* oid, size_t* sizeof_oid)
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_x509_crl_get_issuer_dn
alias pgnutls_x509_crl_get_issuer_dn = int function(gnutls_x509_crl_t crl, char* buf, size_t* sizeof_buf)
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_x509_crl_get_issuer_dn2
alias pgnutls_x509_crl_get_issuer_dn2 = int function(gnutls_x509_crl_t crl, 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_x509_crl_get_issuer_dn3
alias pgnutls_x509_crl_get_issuer_dn3 = int function(gnutls_x509_crl_t crl, 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_x509_crl_get_issuer_dn_by_oid
alias pgnutls_x509_crl_get_issuer_dn_by_oid = int function(gnutls_x509_crl_t crl, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* sizeof_buf)
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_x509_crl_get_next_update
alias pgnutls_x509_crl_get_next_update = time_t function(gnutls_x509_crl_t crl)
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_x509_crl_get_number
alias pgnutls_x509_crl_get_number = int function(gnutls_x509_crl_t crl, void* ret, size_t* ret_size, uint* critical)
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_x509_crl_get_raw_issuer_dn
alias pgnutls_x509_crl_get_raw_issuer_dn = int function(gnutls_x509_crl_t crl, 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_x509_crl_get_signature
alias pgnutls_x509_crl_get_signature = int function(gnutls_x509_crl_t crl, char* sig, size_t* sizeof_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_x509_crl_get_signature_algorithm
alias pgnutls_x509_crl_get_signature_algorithm = int function(gnutls_x509_crl_t crl)
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_x509_crl_get_signature_oid
alias pgnutls_x509_crl_get_signature_oid = int function(gnutls_x509_crl_t crl, char* oid, size_t* oid_size)
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_x509_crl_get_this_update
alias pgnutls_x509_crl_get_this_update = time_t function(gnutls_x509_crl_t crl)
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_x509_crl_get_version
alias pgnutls_x509_crl_get_version = int function(gnutls_x509_crl_t crl)
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_x509_crl_import
alias pgnutls_x509_crl_import = int function(gnutls_x509_crl_t crl, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format)
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_x509_crl_init
alias pgnutls_x509_crl_init = int function(gnutls_x509_crl_t* crl)
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_x509_crl_iter_crt_serial
alias pgnutls_x509_crl_iter_crt_serial = int function(gnutls_x509_crl_t crl, gnutls_x509_crl_iter_t*, ubyte* serial, size_t* serial_size, time_t* t)
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_x509_crl_iter_deinit
alias pgnutls_x509_crl_iter_deinit = void function(gnutls_x509_crl_iter_t)
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_x509_crl_list_import
alias pgnutls_x509_crl_list_import = int function(gnutls_x509_crl_t* crls, uint* crl_max, const(gnutls_datum_t)* 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_x509_crl_list_import2
alias pgnutls_x509_crl_list_import2 = int function(gnutls_x509_crl_t** crls, uint* size, const(gnutls_datum_t)* 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_x509_crl_print
alias pgnutls_x509_crl_print = int function(gnutls_x509_crl_t crl, gnutls_certificate_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_x509_crl_set_authority_key_id
alias pgnutls_x509_crl_set_authority_key_id = int function(gnutls_x509_crl_t crl, const(void)* id, size_t id_size)
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_x509_crl_set_crt
alias pgnutls_x509_crl_set_crt = int function(gnutls_x509_crl_t crl, gnutls_x509_crt_t crt, time_t revocation_time)
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_x509_crl_set_crt_serial
alias pgnutls_x509_crl_set_crt_serial = int function(gnutls_x509_crl_t crl, const(void)* serial, size_t serial_size, time_t revocation_time)
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_x509_crl_set_next_update
alias pgnutls_x509_crl_set_next_update = int function(gnutls_x509_crl_t crl, time_t exp_time)
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_x509_crl_set_number
alias pgnutls_x509_crl_set_number = int function(gnutls_x509_crl_t crl, const(void)* nr, size_t nr_size)
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_x509_crl_set_this_update
alias pgnutls_x509_crl_set_this_update = int function(gnutls_x509_crl_t crl, time_t act_time)
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_x509_crl_set_version
alias pgnutls_x509_crl_set_version = int function(gnutls_x509_crl_t crl, uint version_)
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_x509_crl_sign
alias pgnutls_x509_crl_sign = int function(gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer, gnutls_x509_privkey_t issuer_key)
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_x509_crl_sign2
alias pgnutls_x509_crl_sign2 = int function(gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer, gnutls_x509_privkey_t issuer_key, gnutls_digest_algorithm_t dig, 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_x509_crl_verify
alias pgnutls_x509_crl_verify = int function(gnutls_x509_crl_t crl, const(gnutls_x509_crt_t)* CA_list, uint CA_list_length, uint flags, uint* verify)
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_x509_crq_deinit
alias pgnutls_x509_crq_deinit = void function(gnutls_x509_crq_t crq)
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_x509_crq_export
alias pgnutls_x509_crq_export = int function(gnutls_x509_crq_t crq, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_crq_export2
alias pgnutls_x509_crq_export2 = int function(gnutls_x509_crq_t crq, gnutls_x509_crt_fmt_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_x509_crq_get_attribute_by_oid
alias pgnutls_x509_crq_get_attribute_by_oid = int function(gnutls_x509_crq_t crq, const(char)* oid, uint indx, void* buf, size_t* sizeof_buf)
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_x509_crq_get_attribute_data
alias pgnutls_x509_crq_get_attribute_data = int function(gnutls_x509_crq_t crq, uint indx, void* data, size_t* sizeof_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_x509_crq_get_attribute_info
alias pgnutls_x509_crq_get_attribute_info = int function(gnutls_x509_crq_t crq, uint indx, void* oid, size_t* sizeof_oid)
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_x509_crq_get_basic_constraints
alias pgnutls_x509_crq_get_basic_constraints = int function(gnutls_x509_crq_t crq, uint* critical, uint* ca, int* pathlen)
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_x509_crq_get_challenge_password
alias pgnutls_x509_crq_get_challenge_password = int function(gnutls_x509_crq_t crq, char* pass, size_t* sizeof_pass)
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_x509_crq_get_dn
alias pgnutls_x509_crq_get_dn = int function(gnutls_x509_crq_t crq, char* buf, size_t* sizeof_buf)
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_x509_crq_get_dn2
alias pgnutls_x509_crq_get_dn2 = int function(gnutls_x509_crq_t crq, 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_x509_crq_get_dn3
alias pgnutls_x509_crq_get_dn3 = int function(gnutls_x509_crq_t crq, 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_x509_crq_get_dn_by_oid
alias pgnutls_x509_crq_get_dn_by_oid = int function(gnutls_x509_crq_t crq, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* sizeof_buf)
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_x509_crq_get_dn_oid
alias pgnutls_x509_crq_get_dn_oid = int function(gnutls_x509_crq_t crq, uint indx, void* oid, size_t* sizeof_oid)
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_x509_crq_get_extension_by_oid
alias pgnutls_x509_crq_get_extension_by_oid = int function(gnutls_x509_crq_t crq, const(char)* oid, uint indx, void* buf, size_t* sizeof_buf, uint* critical)
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_x509_crq_get_extension_by_oid2
alias pgnutls_x509_crq_get_extension_by_oid2 = int function(gnutls_x509_crq_t crq, const(char)* oid, uint indx, gnutls_datum_t* output, uint* critical)
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_x509_crq_get_extension_data
alias pgnutls_x509_crq_get_extension_data = int function(gnutls_x509_crq_t crq, uint indx, void* data, size_t* sizeof_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_x509_crq_get_extension_data2
alias pgnutls_x509_crq_get_extension_data2 = int function(gnutls_x509_crq_t crq, uint indx, 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_x509_crq_get_extension_info
alias pgnutls_x509_crq_get_extension_info = int function(gnutls_x509_crq_t crq, uint indx, void* oid, size_t* sizeof_oid, uint* critical)
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_x509_crq_get_key_id
alias pgnutls_x509_crq_get_key_id = int function(gnutls_x509_crq_t crq, uint flags, ubyte* output_data, size_t* output_data_size)
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_x509_crq_get_key_purpose_oid
alias pgnutls_x509_crq_get_key_purpose_oid = int function(gnutls_x509_crq_t crq, uint indx, void* oid, size_t* sizeof_oid, uint* critical)
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_x509_crq_get_key_rsa_raw
alias pgnutls_x509_crq_get_key_rsa_raw = int function(gnutls_x509_crq_t crq, gnutls_datum_t* m, gnutls_datum_t* e)
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_x509_crq_get_key_usage
alias pgnutls_x509_crq_get_key_usage = int function(gnutls_x509_crq_t crq, uint* key_usage, uint* critical)
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_x509_crq_get_pk_algorithm
alias pgnutls_x509_crq_get_pk_algorithm = int function(gnutls_x509_crq_t crq, uint* bits)
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_x509_crq_get_pk_oid
alias pgnutls_x509_crq_get_pk_oid = int function(gnutls_x509_crq_t crq, char* oid, size_t* oid_size)
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_x509_crq_get_private_key_usage_period
alias pgnutls_x509_crq_get_private_key_usage_period = int function(gnutls_x509_crq_t cert, time_t* activation, time_t* expiration, uint* critical)
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_x509_crq_get_signature_algorithm
alias pgnutls_x509_crq_get_signature_algorithm = int function(gnutls_x509_crq_t crq)
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_x509_crq_get_signature_oid
alias pgnutls_x509_crq_get_signature_oid = int function(gnutls_x509_crq_t crq, char* oid, size_t* oid_size)
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_x509_crq_get_spki
alias pgnutls_x509_crq_get_spki = int function(gnutls_x509_crq_t crq, gnutls_x509_spki_t spki, 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_x509_crq_get_subject_alt_name
alias pgnutls_x509_crq_get_subject_alt_name = int function(gnutls_x509_crq_t crq, uint seq, void* ret, size_t* ret_size, uint* ret_type, uint* critical)
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_x509_crq_get_subject_alt_othername_oid
alias pgnutls_x509_crq_get_subject_alt_othername_oid = int function(gnutls_x509_crq_t crq, uint seq, void* ret, size_t* ret_size)
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_x509_crq_get_tlsfeatures
alias pgnutls_x509_crq_get_tlsfeatures = int function(gnutls_x509_crq_t crq, gnutls_x509_tlsfeatures_t features, uint flags, uint* critical)
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_x509_crq_get_version
alias pgnutls_x509_crq_get_version = int function(gnutls_x509_crq_t crq)
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_x509_crq_import
alias pgnutls_x509_crq_import = int function(gnutls_x509_crq_t crq, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format)
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_x509_crq_init
alias pgnutls_x509_crq_init = int function(gnutls_x509_crq_t* crq)
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_x509_crq_print
alias pgnutls_x509_crq_print = int function(gnutls_x509_crq_t crq, gnutls_certificate_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_x509_crq_set_attribute_by_oid
alias pgnutls_x509_crq_set_attribute_by_oid = int function(gnutls_x509_crq_t crq, const(char)* oid, void* buf, size_t sizeof_buf)
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_x509_crq_set_basic_constraints
alias pgnutls_x509_crq_set_basic_constraints = int function(gnutls_x509_crq_t crq, uint ca, int pathLenConstraint)
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_x509_crq_set_challenge_password
alias pgnutls_x509_crq_set_challenge_password = int function(gnutls_x509_crq_t crq, const(char)* pass)
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_x509_crq_set_dn
alias pgnutls_x509_crq_set_dn = int function(gnutls_x509_crq_t crq, const(char)* dn, const(char*)* err)
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_x509_crq_set_dn_by_oid
alias pgnutls_x509_crq_set_dn_by_oid = int function(gnutls_x509_crq_t crq, const(char)* oid, uint raw_flag, const(void)* data, uint sizeof_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_x509_crq_set_extension_by_oid
alias pgnutls_x509_crq_set_extension_by_oid = int function(gnutls_x509_crq_t crq, const(char)* oid, const(void)* buf, size_t sizeof_buf, uint critical)
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_x509_crq_set_key
alias pgnutls_x509_crq_set_key = int function(gnutls_x509_crq_t crq, gnutls_x509_privkey_t key)
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_x509_crq_set_key_purpose_oid
alias pgnutls_x509_crq_set_key_purpose_oid = int function(gnutls_x509_crq_t crq, const(void)* oid, uint critical)
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_x509_crq_set_key_rsa_raw
alias pgnutls_x509_crq_set_key_rsa_raw = int function(gnutls_x509_crq_t crq, const(gnutls_datum_t)* m, const(gnutls_datum_t)* e)
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_x509_crq_set_key_usage
alias pgnutls_x509_crq_set_key_usage = int function(gnutls_x509_crq_t crq, uint usage)
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_x509_crq_set_private_key_usage_period
alias pgnutls_x509_crq_set_private_key_usage_period = int function(gnutls_x509_crq_t crq, time_t activation, time_t expiration)
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_x509_crq_set_spki
alias pgnutls_x509_crq_set_spki = int function(gnutls_x509_crq_t crq, const gnutls_x509_spki_t spki, 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_x509_crq_set_subject_alt_name
alias pgnutls_x509_crq_set_subject_alt_name = int function(gnutls_x509_crq_t crq, gnutls_x509_subject_alt_name_t nt, const(void)* data, uint data_size, 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_x509_crq_set_subject_alt_othername
alias pgnutls_x509_crq_set_subject_alt_othername = int function(gnutls_x509_crq_t crq, const(char)* oid, const(void)* data, uint data_size, 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_x509_crq_set_tlsfeatures
alias pgnutls_x509_crq_set_tlsfeatures = int function(gnutls_x509_crq_t crq, gnutls_x509_tlsfeatures_t features)
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_x509_crq_set_version
alias pgnutls_x509_crq_set_version = int function(gnutls_x509_crq_t crq, uint version_)
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_x509_crq_sign
alias pgnutls_x509_crq_sign = int function(gnutls_x509_crq_t crq, gnutls_x509_privkey_t key)
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_x509_crq_sign2
alias pgnutls_x509_crq_sign2 = int function(gnutls_x509_crq_t crq, gnutls_x509_privkey_t key, gnutls_digest_algorithm_t dig, 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_x509_crq_verify
alias pgnutls_x509_crq_verify = int function(gnutls_x509_crq_t crq, 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_x509_crt_check_email
alias pgnutls_x509_crt_check_email = uint function(gnutls_x509_crt_t cert, const(char)* email, 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_x509_crt_check_hostname
alias pgnutls_x509_crt_check_hostname = uint function(gnutls_x509_crt_t cert, const(char)* hostname)
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_x509_crt_check_hostname2
alias pgnutls_x509_crt_check_hostname2 = uint function(gnutls_x509_crt_t cert, const(char)* hostname, 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_x509_crt_check_ip
alias pgnutls_x509_crt_check_ip = uint function(gnutls_x509_crt_t cert, const(ubyte)* ip, uint ip_size, 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_x509_crt_check_issuer
alias pgnutls_x509_crt_check_issuer = uint function(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer)
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_x509_crt_check_key_purpose
alias pgnutls_x509_crt_check_key_purpose = uint function(gnutls_x509_crt_t cert, const(char)* purpose, 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_x509_crt_check_revocation
alias pgnutls_x509_crt_check_revocation = int function(gnutls_x509_crt_t cert, const(gnutls_x509_crl_t)* crl_list, uint crl_list_length)
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_x509_crt_cpy_crl_dist_points
alias pgnutls_x509_crt_cpy_crl_dist_points = int function(gnutls_x509_crt_t dst, gnutls_x509_crt_t src)
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_x509_crt_deinit
alias pgnutls_x509_crt_deinit = void function(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_x509_crt_equals
alias pgnutls_x509_crt_equals = uint function(gnutls_x509_crt_t cert1, gnutls_x509_crt_t cert2)
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_x509_crt_equals2
alias pgnutls_x509_crt_equals2 = uint function(gnutls_x509_crt_t cert1, const(gnutls_datum_t)* der)
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_x509_crt_export
alias pgnutls_x509_crt_export = int function(gnutls_x509_crt_t cert, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_crt_export2
alias pgnutls_x509_crt_export2 = int function(gnutls_x509_crt_t cert, gnutls_x509_crt_fmt_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_x509_crt_get_activation_time
alias pgnutls_x509_crt_get_activation_time = time_t function(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_x509_crt_get_authority_info_access
alias pgnutls_x509_crt_get_authority_info_access = int function(gnutls_x509_crt_t crt, uint seq, int what, gnutls_datum_t* data, uint* critical)
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_x509_crt_get_authority_key_gn_serial
alias pgnutls_x509_crt_get_authority_key_gn_serial = int function(gnutls_x509_crt_t cert, uint seq, void* alt, size_t* alt_size, uint* alt_type, void* serial, size_t* serial_size, uint* critical)
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_x509_crt_get_authority_key_id
alias pgnutls_x509_crt_get_authority_key_id = int function(gnutls_x509_crt_t cert, void* id, size_t* id_size, uint* critical)
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_x509_crt_get_basic_constraints
alias pgnutls_x509_crt_get_basic_constraints = int function(gnutls_x509_crt_t cert, uint* critical, uint* ca, int* pathlen)
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_x509_crt_get_ca_status
alias pgnutls_x509_crt_get_ca_status = int function(gnutls_x509_crt_t cert, uint* critical)
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_x509_crt_get_crl_dist_points
alias pgnutls_x509_crt_get_crl_dist_points = int function(gnutls_x509_crt_t cert, uint seq, void* ret, size_t* ret_size, uint* reason_flags, uint* critical)
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_x509_crt_get_dn
alias pgnutls_x509_crt_get_dn = int function(gnutls_x509_crt_t cert, char* buf, size_t* buf_size)
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_x509_crt_get_dn2
alias pgnutls_x509_crt_get_dn2 = int function(gnutls_x509_crt_t cert, 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_x509_crt_get_dn3
alias pgnutls_x509_crt_get_dn3 = int function(gnutls_x509_crt_t cert, 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_x509_crt_get_dn_by_oid
alias pgnutls_x509_crt_get_dn_by_oid = int function(gnutls_x509_crt_t cert, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* buf_size)
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_x509_crt_get_dn_oid
alias pgnutls_x509_crt_get_dn_oid = int function(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size)
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_x509_crt_get_expiration_time
alias pgnutls_x509_crt_get_expiration_time = time_t function(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_x509_crt_get_extension_by_oid
alias pgnutls_x509_crt_get_extension_by_oid = int function(gnutls_x509_crt_t cert, const(char)* oid, uint indx, void* buf, size_t* buf_size, uint* critical)
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_x509_crt_get_extension_by_oid2
alias pgnutls_x509_crt_get_extension_by_oid2 = int function(gnutls_x509_crt_t cert, const(char)* oid, uint indx, gnutls_datum_t* output, uint* critical)
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_x509_crt_get_extension_data
alias pgnutls_x509_crt_get_extension_data = int function(gnutls_x509_crt_t cert, uint indx, void* data, size_t* sizeof_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_x509_crt_get_extension_data2
alias pgnutls_x509_crt_get_extension_data2 = int function(gnutls_x509_crt_t cert, uint indx, 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_x509_crt_get_extension_info
alias pgnutls_x509_crt_get_extension_info = int function(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size, uint* critical)
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_x509_crt_get_extension_oid
alias pgnutls_x509_crt_get_extension_oid = int function(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size)
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_x509_crt_get_fingerprint
alias pgnutls_x509_crt_get_fingerprint = int function(gnutls_x509_crt_t cert, gnutls_digest_algorithm_t algo, void* buf, size_t* buf_size)
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_x509_crt_get_inhibit_anypolicy
alias pgnutls_x509_crt_get_inhibit_anypolicy = int function(gnutls_x509_crt_t cert, uint* skipcerts, uint* critical)
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_x509_crt_get_issuer
alias pgnutls_x509_crt_get_issuer = int function(gnutls_x509_crt_t cert, gnutls_x509_dn_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_x509_crt_get_issuer_alt_name
alias pgnutls_x509_crt_get_issuer_alt_name = int function(gnutls_x509_crt_t cert, uint seq, void* ian, size_t* ian_size, uint* critical)
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_x509_crt_get_issuer_alt_name2
alias pgnutls_x509_crt_get_issuer_alt_name2 = int function(gnutls_x509_crt_t cert, uint seq, void* ian, size_t* ian_size, uint* ian_type, uint* critical)
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_x509_crt_get_issuer_alt_othername_oid
alias pgnutls_x509_crt_get_issuer_alt_othername_oid = int function(gnutls_x509_crt_t cert, uint seq, void* ret, size_t* ret_size)
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_x509_crt_get_issuer_dn
alias pgnutls_x509_crt_get_issuer_dn = int function(gnutls_x509_crt_t cert, char* buf, size_t* buf_size)
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_x509_crt_get_issuer_dn2
alias pgnutls_x509_crt_get_issuer_dn2 = int function(gnutls_x509_crt_t cert, 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_x509_crt_get_issuer_dn3
alias pgnutls_x509_crt_get_issuer_dn3 = int function(gnutls_x509_crt_t cert, 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_x509_crt_get_issuer_dn_by_oid
alias pgnutls_x509_crt_get_issuer_dn_by_oid = int function(gnutls_x509_crt_t cert, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* buf_size)
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_x509_crt_get_issuer_dn_oid
alias pgnutls_x509_crt_get_issuer_dn_oid = int function(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size)
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_x509_crt_get_issuer_unique_id
alias pgnutls_x509_crt_get_issuer_unique_id = int function(gnutls_x509_crt_t crt, char* buf, size_t* buf_size)
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_x509_crt_get_key_id
alias pgnutls_x509_crt_get_key_id = int function(gnutls_x509_crt_t crt, uint flags, ubyte* output_data, size_t* output_data_size)
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_x509_crt_get_key_purpose_oid
alias pgnutls_x509_crt_get_key_purpose_oid = int function(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size, uint* critical)
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_x509_crt_get_key_usage
alias pgnutls_x509_crt_get_key_usage = int function(gnutls_x509_crt_t cert, uint* key_usage, uint* critical)
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_x509_crt_get_name_constraints
alias pgnutls_x509_crt_get_name_constraints = int function(gnutls_x509_crt_t crt, gnutls_x509_name_constraints_t nc, uint flags, uint* critical)
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_x509_crt_get_pk_algorithm
alias pgnutls_x509_crt_get_pk_algorithm = int function(gnutls_x509_crt_t cert, uint* bits)
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_x509_crt_get_pk_dsa_raw
alias pgnutls_x509_crt_get_pk_dsa_raw = int function(gnutls_x509_crt_t crt, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y)
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_x509_crt_get_pk_ecc_raw
alias pgnutls_x509_crt_get_pk_ecc_raw = int function(gnutls_x509_crt_t crt, gnutls_ecc_curve_t* curve, gnutls_datum_t* x, gnutls_datum_t* y)
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_x509_crt_get_pk_gost_raw
alias pgnutls_x509_crt_get_pk_gost_raw = int function(gnutls_x509_crt_t crt, gnutls_ecc_curve_t* curve, gnutls_digest_algorithm_t* digest, gnutls_gost_paramset_t* paramset, gnutls_datum_t* x, gnutls_datum_t* y)
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_x509_crt_get_pk_oid
alias pgnutls_x509_crt_get_pk_oid = int function(gnutls_x509_crt_t cert, char* oid, size_t* oid_size)
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_x509_crt_get_pk_rsa_raw
alias pgnutls_x509_crt_get_pk_rsa_raw = int function(gnutls_x509_crt_t crt, gnutls_datum_t* m, gnutls_datum_t* e)
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_x509_crt_get_policy
alias pgnutls_x509_crt_get_policy = int function(gnutls_x509_crt_t crt, uint indx, gnutls_x509_policy_st* policy, uint* critical)
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_x509_crt_get_private_key_usage_period
alias pgnutls_x509_crt_get_private_key_usage_period = int function(gnutls_x509_crt_t cert, time_t* activation, time_t* expiration, uint* critical)
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_x509_crt_get_proxy
alias pgnutls_x509_crt_get_proxy = int function(gnutls_x509_crt_t cert, uint* critical, int* pathlen, char** policyLanguage, char** policy, size_t* sizeof_policy)
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_x509_crt_get_raw_dn
alias pgnutls_x509_crt_get_raw_dn = int function(gnutls_x509_crt_t cert, gnutls_datum_t* start)
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_x509_crt_get_raw_issuer_dn
alias pgnutls_x509_crt_get_raw_issuer_dn = int function(gnutls_x509_crt_t cert, gnutls_datum_t* start)
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_x509_crt_get_serial
alias pgnutls_x509_crt_get_serial = int function(gnutls_x509_crt_t cert, void* result, size_t* result_size)
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_x509_crt_get_signature
alias pgnutls_x509_crt_get_signature = int function(gnutls_x509_crt_t cert, char* sig, size_t* sizeof_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_x509_crt_get_signature_algorithm
alias pgnutls_x509_crt_get_signature_algorithm = int function(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_x509_crt_get_signature_oid
alias pgnutls_x509_crt_get_signature_oid = int function(gnutls_x509_crt_t cert, char* oid, size_t* oid_size)
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_x509_crt_get_spki
alias pgnutls_x509_crt_get_spki = int function(gnutls_x509_crt_t cert, gnutls_x509_spki_t spki, 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_x509_crt_get_subject
alias pgnutls_x509_crt_get_subject = int function(gnutls_x509_crt_t cert, gnutls_x509_dn_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_x509_crt_get_subject_alt_name
alias pgnutls_x509_crt_get_subject_alt_name = int function(gnutls_x509_crt_t cert, uint seq, void* san, size_t* san_size, uint* critical)
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_x509_crt_get_subject_alt_name2
alias pgnutls_x509_crt_get_subject_alt_name2 = int function(gnutls_x509_crt_t cert, uint seq, void* san, size_t* san_size, uint* san_type, uint* critical)
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_x509_crt_get_subject_alt_othername_oid
alias pgnutls_x509_crt_get_subject_alt_othername_oid = int function(gnutls_x509_crt_t cert, uint seq, void* oid, size_t* oid_size)
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_x509_crt_get_subject_key_id
alias pgnutls_x509_crt_get_subject_key_id = int function(gnutls_x509_crt_t cert, void* ret, size_t* ret_size, uint* critical)
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_x509_crt_get_subject_unique_id
alias pgnutls_x509_crt_get_subject_unique_id = int function(gnutls_x509_crt_t crt, char* buf, size_t* buf_size)
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_x509_crt_get_tlsfeatures
alias pgnutls_x509_crt_get_tlsfeatures = int function(gnutls_x509_crt_t cert, gnutls_x509_tlsfeatures_t features, uint flags, uint* critical)
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_x509_crt_get_version
alias pgnutls_x509_crt_get_version = int function(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_x509_crt_import
alias pgnutls_x509_crt_import = int function(gnutls_x509_crt_t cert, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format)
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_x509_crt_import_url
alias pgnutls_x509_crt_import_url = int function(gnutls_x509_crt_t crt, const(char)* url, 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_x509_crt_init
alias pgnutls_x509_crt_init = int function(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_x509_crt_list_import
alias pgnutls_x509_crt_list_import = int function(gnutls_x509_crt_t* certs, uint* cert_max, const(gnutls_datum_t)* 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_x509_crt_list_import2
alias pgnutls_x509_crt_list_import2 = int function(gnutls_x509_crt_t** certs, uint* size, const(gnutls_datum_t)* 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_x509_crt_list_import_url
alias pgnutls_x509_crt_list_import_url = int function(gnutls_x509_crt_t** certs, uint* size, const(char)* url, gnutls_pin_callback_t pin_fn, void* pin_fn_userdata, 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_x509_crt_list_verify
alias pgnutls_x509_crt_list_verify = int function(const(gnutls_x509_crt_t)* cert_list, uint cert_list_length, const(gnutls_x509_crt_t)* CA_list, uint CA_list_length, const(gnutls_x509_crl_t)* CRL_list, uint CRL_list_length, uint flags, uint* verify)
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_x509_crt_print
alias pgnutls_x509_crt_print = int function(gnutls_x509_crt_t cert, gnutls_certificate_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_x509_crt_set_activation_time
alias pgnutls_x509_crt_set_activation_time = int function(gnutls_x509_crt_t cert, time_t act_time)
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_x509_crt_set_authority_info_access
alias pgnutls_x509_crt_set_authority_info_access = int function(gnutls_x509_crt_t crt, int what, 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_x509_crt_set_authority_key_id
alias pgnutls_x509_crt_set_authority_key_id = int function(gnutls_x509_crt_t cert, const(void)* id, size_t id_size)
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_x509_crt_set_basic_constraints
alias pgnutls_x509_crt_set_basic_constraints = int function(gnutls_x509_crt_t crt, uint ca, int pathLenConstraint)
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_x509_crt_set_ca_status
alias pgnutls_x509_crt_set_ca_status = int function(gnutls_x509_crt_t crt, uint ca)
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_x509_crt_set_crl_dist_points
alias pgnutls_x509_crt_set_crl_dist_points = int function(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(void)* data_string, uint reason_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_x509_crt_set_crl_dist_points2
alias pgnutls_x509_crt_set_crl_dist_points2 = int function(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(void)* data, uint data_size, uint reason_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_x509_crt_set_crq
alias pgnutls_x509_crt_set_crq = int function(gnutls_x509_crt_t crt, gnutls_x509_crq_t crq)
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_x509_crt_set_crq_extension_by_oid
alias pgnutls_x509_crt_set_crq_extension_by_oid = int function(gnutls_x509_crt_t crt, gnutls_x509_crq_t crq, const(char)* oid, 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_x509_crt_set_crq_extensions
alias pgnutls_x509_crt_set_crq_extensions = int function(gnutls_x509_crt_t crt, gnutls_x509_crq_t crq)
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_x509_crt_set_dn
alias pgnutls_x509_crt_set_dn = int function(gnutls_x509_crt_t crt, const(char)* dn, const(char*)* err)
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_x509_crt_set_dn_by_oid
alias pgnutls_x509_crt_set_dn_by_oid = int function(gnutls_x509_crt_t crt, const(char)* oid, uint raw_flag, const(void)* name, uint sizeof_name)
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_x509_crt_set_expiration_time
alias pgnutls_x509_crt_set_expiration_time = int function(gnutls_x509_crt_t cert, time_t exp_time)
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_x509_crt_set_extension_by_oid
alias pgnutls_x509_crt_set_extension_by_oid = int function(gnutls_x509_crt_t crt, const(char)* oid, const(void)* buf, size_t sizeof_buf, uint critical)
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_x509_crt_set_flags
alias pgnutls_x509_crt_set_flags = void function(gnutls_x509_crt_t cert, 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_x509_crt_set_inhibit_anypolicy
alias pgnutls_x509_crt_set_inhibit_anypolicy = int function(gnutls_x509_crt_t crt, uint skipcerts)
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_x509_crt_set_issuer_alt_name
alias pgnutls_x509_crt_set_issuer_alt_name = int function(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(void)* data, uint data_size, 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_x509_crt_set_issuer_alt_othername
alias pgnutls_x509_crt_set_issuer_alt_othername = int function(gnutls_x509_crt_t crt, const(char)* oid, const(void)* data, uint data_size, 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_x509_crt_set_issuer_dn
alias pgnutls_x509_crt_set_issuer_dn = int function(gnutls_x509_crt_t crt, const(char)* dn, const(char*)* err)
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_x509_crt_set_issuer_dn_by_oid
alias pgnutls_x509_crt_set_issuer_dn_by_oid = int function(gnutls_x509_crt_t crt, const(char)* oid, uint raw_flag, const(void)* name, uint sizeof_name)
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_x509_crt_set_issuer_unique_id
alias pgnutls_x509_crt_set_issuer_unique_id = int function(gnutls_x509_crt_t cert, const(void)* id, size_t id_size)
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_x509_crt_set_key
alias pgnutls_x509_crt_set_key = int function(gnutls_x509_crt_t crt, gnutls_x509_privkey_t key)
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_x509_crt_set_key_purpose_oid
alias pgnutls_x509_crt_set_key_purpose_oid = int function(gnutls_x509_crt_t cert, const(void)* oid, uint critical)
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_x509_crt_set_key_usage
alias pgnutls_x509_crt_set_key_usage = int function(gnutls_x509_crt_t crt, uint usage)
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_x509_crt_set_name_constraints
alias pgnutls_x509_crt_set_name_constraints = int function(gnutls_x509_crt_t crt, gnutls_x509_name_constraints_t nc, uint critical)
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_x509_crt_set_pin_function
alias pgnutls_x509_crt_set_pin_function = void function(gnutls_x509_crt_t crt, gnutls_pin_callback_t fn, void* userdata)
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_x509_crt_set_policy
alias pgnutls_x509_crt_set_policy = int function(gnutls_x509_crt_t crt, const(gnutls_x509_policy_st)* policy, uint critical)
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_x509_crt_set_private_key_usage_period
alias pgnutls_x509_crt_set_private_key_usage_period = int function(gnutls_x509_crt_t crt, time_t activation, time_t expiration)
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_x509_crt_set_proxy
alias pgnutls_x509_crt_set_proxy = int function(gnutls_x509_crt_t crt, int pathLenConstraint, const(char)* policyLanguage, const(char)* policy, size_t sizeof_policy)
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_x509_crt_set_proxy_dn
alias pgnutls_x509_crt_set_proxy_dn = int function(gnutls_x509_crt_t crt, gnutls_x509_crt_t eecrt, uint raw_flag, const(void)* name, uint sizeof_name)
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_x509_crt_set_serial
alias pgnutls_x509_crt_set_serial = int function(gnutls_x509_crt_t cert, const(void)* serial, size_t serial_size)
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_x509_crt_set_spki
alias pgnutls_x509_crt_set_spki = int function(gnutls_x509_crt_t crt, const gnutls_x509_spki_t spki, 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_x509_crt_set_subject_alt_name
alias pgnutls_x509_crt_set_subject_alt_name = int function(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(void)* data, uint data_size, 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_x509_crt_set_subject_alt_othername
alias pgnutls_x509_crt_set_subject_alt_othername = int function(gnutls_x509_crt_t crt, const(char)* oid, const(void)* data, uint data_size, 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_x509_crt_set_subject_alternative_name
alias pgnutls_x509_crt_set_subject_alternative_name = int function(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(char)* data_string)
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_x509_crt_set_subject_key_id
alias pgnutls_x509_crt_set_subject_key_id = int function(gnutls_x509_crt_t cert, const(void)* id, size_t id_size)
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_x509_crt_set_subject_unique_id
alias pgnutls_x509_crt_set_subject_unique_id = int function(gnutls_x509_crt_t cert, const(void)* id, size_t id_size)
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_x509_crt_set_tlsfeatures
alias pgnutls_x509_crt_set_tlsfeatures = int function(gnutls_x509_crt_t crt, gnutls_x509_tlsfeatures_t features)
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_x509_crt_set_version
alias pgnutls_x509_crt_set_version = int function(gnutls_x509_crt_t crt, uint version_)
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_x509_crt_sign
alias pgnutls_x509_crt_sign = int function(gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer, gnutls_x509_privkey_t issuer_key)
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_x509_crt_sign2
alias pgnutls_x509_crt_sign2 = int function(gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer, gnutls_x509_privkey_t issuer_key, gnutls_digest_algorithm_t dig, 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_x509_crt_verify
alias pgnutls_x509_crt_verify = int function(gnutls_x509_crt_t cert, const(gnutls_x509_crt_t)* CA_list, uint CA_list_length, uint flags, uint* verify)
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_x509_crt_verify_data2
alias pgnutls_x509_crt_verify_data2 = int function(gnutls_x509_crt_t crt, gnutls_sign_algorithm_t algo, uint flags, const(gnutls_datum_t)* data, const(gnutls_datum_t)* signature)
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_x509_dn_deinit
alias pgnutls_x509_dn_deinit = void function(gnutls_x509_dn_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_x509_dn_export
alias pgnutls_x509_dn_export = int function(gnutls_x509_dn_t dn, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_dn_export2
alias pgnutls_x509_dn_export2 = int function(gnutls_x509_dn_t dn, gnutls_x509_crt_fmt_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_x509_dn_get_rdn_ava
alias pgnutls_x509_dn_get_rdn_ava = int function(gnutls_x509_dn_t dn, int irdn, int iava, gnutls_x509_ava_st* ava)
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_x509_dn_get_str
alias pgnutls_x509_dn_get_str = int function(gnutls_x509_dn_t dn, gnutls_datum_t* str)
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_x509_dn_get_str2
alias pgnutls_x509_dn_get_str2 = int function(gnutls_x509_dn_t dn, gnutls_datum_t* str, 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_x509_dn_import
alias pgnutls_x509_dn_import = int function(gnutls_x509_dn_t dn, 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_x509_dn_init
alias pgnutls_x509_dn_init = int function(gnutls_x509_dn_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_x509_dn_oid_known
alias pgnutls_x509_dn_oid_known = int function(const(char)* oid)
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_x509_dn_oid_name
alias pgnutls_x509_dn_oid_name = const(char)* function(const(char)* oid, 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_x509_dn_set_str
alias pgnutls_x509_dn_set_str = int function(gnutls_x509_dn_t dn, const(char)* str, const(char*)* err)
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_x509_ext_deinit
alias pgnutls_x509_ext_deinit = void function(gnutls_x509_ext_st* ext)
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_x509_ext_print
alias pgnutls_x509_ext_print = int function(gnutls_x509_ext_st* exts, uint exts_size, gnutls_certificate_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_x509_name_constraints_add_excluded
alias pgnutls_x509_name_constraints_add_excluded = int function(gnutls_x509_name_constraints_t nc, gnutls_x509_subject_alt_name_t type, const(gnutls_datum_t)* name)
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_x509_name_constraints_add_permitted
alias pgnutls_x509_name_constraints_add_permitted = int function(gnutls_x509_name_constraints_t nc, gnutls_x509_subject_alt_name_t type, const(gnutls_datum_t)* name)
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_x509_name_constraints_check
alias pgnutls_x509_name_constraints_check = uint function(gnutls_x509_name_constraints_t nc, gnutls_x509_subject_alt_name_t type, const(gnutls_datum_t)* name)
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_x509_name_constraints_check_crt
alias pgnutls_x509_name_constraints_check_crt = uint function(gnutls_x509_name_constraints_t nc, gnutls_x509_subject_alt_name_t type, 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_x509_name_constraints_deinit
alias pgnutls_x509_name_constraints_deinit = void function(gnutls_x509_name_constraints_t nc)
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_x509_name_constraints_get_excluded
alias pgnutls_x509_name_constraints_get_excluded = int function(gnutls_x509_name_constraints_t nc, uint idx, uint* type, gnutls_datum_t* name)
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_x509_name_constraints_get_permitted
alias pgnutls_x509_name_constraints_get_permitted = int function(gnutls_x509_name_constraints_t nc, uint idx, uint* type, gnutls_datum_t* name)
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_x509_name_constraints_init
alias pgnutls_x509_name_constraints_init = int function(gnutls_x509_name_constraints_t* nc)
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_x509_policy_release
alias pgnutls_x509_policy_release = void function(gnutls_x509_policy_st* policy)
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_x509_privkey_cpy
alias pgnutls_x509_privkey_cpy = int function(gnutls_x509_privkey_t dst, gnutls_x509_privkey_t src)
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_x509_privkey_deinit
alias pgnutls_x509_privkey_deinit = void function(gnutls_x509_privkey_t key)
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_x509_privkey_export
alias pgnutls_x509_privkey_export = int function(gnutls_x509_privkey_t key, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_privkey_export2
alias pgnutls_x509_privkey_export2 = int function(gnutls_x509_privkey_t key, gnutls_x509_crt_fmt_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_x509_privkey_export2_pkcs8
alias pgnutls_x509_privkey_export2_pkcs8 = int function(gnutls_x509_privkey_t key, gnutls_x509_crt_fmt_t format, const(char)* password, uint flags, 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_x509_privkey_export_dsa_raw
alias pgnutls_x509_privkey_export_dsa_raw = int function(gnutls_x509_privkey_t key, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, gnutls_datum_t* x)
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_x509_privkey_export_ecc_raw
alias pgnutls_x509_privkey_export_ecc_raw = int function(gnutls_x509_privkey_t key, gnutls_ecc_curve_t* curve, gnutls_datum_t* x, gnutls_datum_t* y, gnutls_datum_t* k)
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_x509_privkey_export_gost_raw
alias pgnutls_x509_privkey_export_gost_raw = int function(gnutls_x509_privkey_t key, gnutls_ecc_curve_t* curve, gnutls_digest_algorithm_t* digest, gnutls_gost_paramset_t* paramset, gnutls_datum_t* x, gnutls_datum_t* y, gnutls_datum_t* k)
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_x509_privkey_export_pkcs8
alias pgnutls_x509_privkey_export_pkcs8 = int function(gnutls_x509_privkey_t key, gnutls_x509_crt_fmt_t format, const(char)* password, uint flags, void* output_data, size_t* output_data_size)
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_x509_privkey_export_rsa_raw
alias pgnutls_x509_privkey_export_rsa_raw = int function(gnutls_x509_privkey_t key, gnutls_datum_t* m, gnutls_datum_t* e, gnutls_datum_t* d, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* u)
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_x509_privkey_export_rsa_raw2
alias pgnutls_x509_privkey_export_rsa_raw2 = int function(gnutls_x509_privkey_t key, gnutls_datum_t* m, gnutls_datum_t* e, gnutls_datum_t* d, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* u, gnutls_datum_t* e1, gnutls_datum_t* e2)
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_x509_privkey_fix
alias pgnutls_x509_privkey_fix = int function(gnutls_x509_privkey_t key)
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_x509_privkey_generate
alias pgnutls_x509_privkey_generate = int function(gnutls_x509_privkey_t key, gnutls_pk_algorithm_t algo, uint bits, 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_x509_privkey_generate2
alias pgnutls_x509_privkey_generate2 = int function(gnutls_x509_privkey_t key, gnutls_pk_algorithm_t algo, uint bits, uint flags, const(gnutls_keygen_data_st)* data, uint data_size)
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_x509_privkey_get_key_id
alias pgnutls_x509_privkey_get_key_id = int function(gnutls_x509_privkey_t key, uint flags, ubyte* output_data, size_t* output_data_size)
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_x509_privkey_get_pk_algorithm
alias pgnutls_x509_privkey_get_pk_algorithm = int function(gnutls_x509_privkey_t key)
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_x509_privkey_get_pk_algorithm2
alias pgnutls_x509_privkey_get_pk_algorithm2 = int function(gnutls_x509_privkey_t key, uint* bits)
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_x509_privkey_get_seed
alias pgnutls_x509_privkey_get_seed = int function(gnutls_x509_privkey_t key, gnutls_digest_algorithm_t*, void* seed, size_t* seed_size)
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_x509_privkey_get_spki
alias pgnutls_x509_privkey_get_spki = int function(gnutls_x509_privkey_t key, gnutls_x509_spki_t spki, 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_x509_privkey_import
alias pgnutls_x509_privkey_import = int function(gnutls_x509_privkey_t key, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format)
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_x509_privkey_import2
alias pgnutls_x509_privkey_import2 = int function(gnutls_x509_privkey_t key, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format, const(char)* password, 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_x509_privkey_import_dsa_raw
alias pgnutls_x509_privkey_import_dsa_raw = int function(gnutls_x509_privkey_t key, const(gnutls_datum_t)* p, const(gnutls_datum_t)* q, const(gnutls_datum_t)* g, const(gnutls_datum_t)* y, const(gnutls_datum_t)* x)
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_x509_privkey_import_ecc_raw
alias pgnutls_x509_privkey_import_ecc_raw = int function(gnutls_x509_privkey_t key, gnutls_ecc_curve_t curve, const(gnutls_datum_t)* x, const(gnutls_datum_t)* y, const(gnutls_datum_t)* k)
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_x509_privkey_import_gost_raw
alias pgnutls_x509_privkey_import_gost_raw = int function(gnutls_x509_privkey_t key, gnutls_ecc_curve_t curve, gnutls_digest_algorithm_t digest, gnutls_gost_paramset_t paramset, const(gnutls_datum_t)* x, const(gnutls_datum_t)* y, const(gnutls_datum_t)* k)
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_x509_privkey_import_openssl
alias pgnutls_x509_privkey_import_openssl = int function(gnutls_x509_privkey_t key, const(gnutls_datum_t)* data, const(char)* password)
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_x509_privkey_import_pkcs8
alias pgnutls_x509_privkey_import_pkcs8 = int function(gnutls_x509_privkey_t key, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format, const(char)* password, 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_x509_privkey_import_rsa_raw
alias pgnutls_x509_privkey_import_rsa_raw = int function(gnutls_x509_privkey_t key, const(gnutls_datum_t)* m, const(gnutls_datum_t)* e, const(gnutls_datum_t)* d, const(gnutls_datum_t)* p, const(gnutls_datum_t)* q, const(gnutls_datum_t)* u)
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_x509_privkey_import_rsa_raw2
alias pgnutls_x509_privkey_import_rsa_raw2 = int function(gnutls_x509_privkey_t key, const(gnutls_datum_t)* m, const(gnutls_datum_t)* e, const(gnutls_datum_t)* d, const(gnutls_datum_t)* p, const(gnutls_datum_t)* q, const(gnutls_datum_t)* u, const(gnutls_datum_t)* e1, const(gnutls_datum_t)* e2)
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_x509_privkey_init
alias pgnutls_x509_privkey_init = int function(gnutls_x509_privkey_t* key)
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_x509_privkey_sec_param
alias pgnutls_x509_privkey_sec_param = gnutls_sec_param_t function(gnutls_x509_privkey_t key)
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_x509_privkey_set_flags
alias pgnutls_x509_privkey_set_flags = void function(gnutls_x509_privkey_t key, 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_x509_privkey_set_pin_function
alias pgnutls_x509_privkey_set_pin_function = void function(gnutls_x509_privkey_t key, gnutls_pin_callback_t fn, void* userdata)
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_x509_privkey_set_spki
alias pgnutls_x509_privkey_set_spki = int function(gnutls_x509_privkey_t key, const gnutls_x509_spki_t spki, 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_x509_privkey_sign_data
alias pgnutls_x509_privkey_sign_data = int function(gnutls_x509_privkey_t key, gnutls_digest_algorithm_t digest, uint flags, const(gnutls_datum_t)* data, void* signature, size_t* signature_size)
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_x509_privkey_verify_params
alias pgnutls_x509_privkey_verify_params = int function(gnutls_x509_privkey_t key)
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_x509_privkey_verify_seed
alias pgnutls_x509_privkey_verify_seed = int function(gnutls_x509_privkey_t key, gnutls_digest_algorithm_t, const(void)* seed, size_t seed_size)
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_x509_rdn_get
alias pgnutls_x509_rdn_get = int function(const(gnutls_datum_t)* idn, char* buf, size_t* sizeof_buf)
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_x509_rdn_get2
alias pgnutls_x509_rdn_get2 = int function(const(gnutls_datum_t)* idn, gnutls_datum_t* str, 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_x509_rdn_get_by_oid
alias pgnutls_x509_rdn_get_by_oid = int function(const(gnutls_datum_t)* idn, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* sizeof_buf)
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_x509_rdn_get_oid
alias pgnutls_x509_rdn_get_oid = int function(const(gnutls_datum_t)* idn, uint indx, void* buf, size_t* sizeof_buf)
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_x509_spki_deinit
alias pgnutls_x509_spki_deinit = void function(gnutls_x509_spki_t spki)
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_x509_spki_get_rsa_pss_params
alias pgnutls_x509_spki_get_rsa_pss_params = int function(gnutls_x509_spki_t spki, gnutls_digest_algorithm_t* dig, uint* salt_size)
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_x509_spki_init
alias pgnutls_x509_spki_init = int function(gnutls_x509_spki_t* spki)
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_x509_spki_set_rsa_pss_params
alias pgnutls_x509_spki_set_rsa_pss_params = void function(gnutls_x509_spki_t spki, gnutls_digest_algorithm_t dig, uint salt_size)
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_x509_tlsfeatures_check_crt
alias pgnutls_x509_tlsfeatures_check_crt = uint function(gnutls_x509_tlsfeatures_t feat, 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_x509_tlsfeatures_deinit
alias pgnutls_x509_tlsfeatures_deinit = void function(gnutls_x509_tlsfeatures_t)
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_x509_tlsfeatures_get
alias pgnutls_x509_tlsfeatures_get = int function(gnutls_x509_tlsfeatures_t f, uint idx, uint* feature)
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_x509_tlsfeatures_init
alias pgnutls_x509_tlsfeatures_init = int function(gnutls_x509_tlsfeatures_t* features)
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_x509_trust_list_add_cas
alias pgnutls_x509_trust_list_add_cas = int function(gnutls_x509_trust_list_t list, const(gnutls_x509_crt_t)* clist, uint clist_size, 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_x509_trust_list_add_crls
alias pgnutls_x509_trust_list_add_crls = int function(gnutls_x509_trust_list_t list, const(gnutls_x509_crl_t)* crl_list, uint crl_size, uint flags, uint verification_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_x509_trust_list_add_named_crt
alias pgnutls_x509_trust_list_add_named_crt = int function(gnutls_x509_trust_list_t list, gnutls_x509_crt_t cert, const(void)* name, size_t name_size, 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_x509_trust_list_add_system_trust
alias pgnutls_x509_trust_list_add_system_trust = int function(gnutls_x509_trust_list_t list, uint tl_flags, uint tl_vflags)
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_x509_trust_list_add_trust_dir
alias pgnutls_x509_trust_list_add_trust_dir = int function(gnutls_x509_trust_list_t list, const(char)* ca_dir, const(char)* crl_dir, gnutls_x509_crt_fmt_t type, uint tl_flags, uint tl_vflags)
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_x509_trust_list_add_trust_file
alias pgnutls_x509_trust_list_add_trust_file = int function(gnutls_x509_trust_list_t list, const(char)* ca_file, const(char)* crl_file, gnutls_x509_crt_fmt_t type, uint tl_flags, uint tl_vflags)
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_x509_trust_list_add_trust_mem
alias pgnutls_x509_trust_list_add_trust_mem = int function(gnutls_x509_trust_list_t list, const(gnutls_datum_t)* cas, const(gnutls_datum_t)* crls, gnutls_x509_crt_fmt_t type, uint tl_flags, uint tl_vflags)
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_x509_trust_list_deinit
alias pgnutls_x509_trust_list_deinit = void function(gnutls_x509_trust_list_t list, uint all)
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_x509_trust_list_get_issuer
alias pgnutls_x509_trust_list_get_issuer = int function(gnutls_x509_trust_list_t list, gnutls_x509_crt_t cert, gnutls_x509_crt_t* issuer, 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_x509_trust_list_get_issuer_by_dn
alias pgnutls_x509_trust_list_get_issuer_by_dn = int function(gnutls_x509_trust_list_t list, const(gnutls_datum_t)* dn, gnutls_x509_crt_t* issuer, 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_x509_trust_list_get_issuer_by_subject_key_id
alias pgnutls_x509_trust_list_get_issuer_by_subject_key_id = int function(gnutls_x509_trust_list_t list, const(gnutls_datum_t)* dn, const(gnutls_datum_t)* spki, gnutls_x509_crt_t* issuer, 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_x509_trust_list_init
alias pgnutls_x509_trust_list_init = int function(gnutls_x509_trust_list_t* list, uint size)
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_x509_trust_list_iter_deinit
alias pgnutls_x509_trust_list_iter_deinit = void function(gnutls_x509_trust_list_iter_t iter)
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_x509_trust_list_iter_get_ca
alias pgnutls_x509_trust_list_iter_get_ca = int function(gnutls_x509_trust_list_t list, gnutls_x509_trust_list_iter_t* iter, 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_x509_trust_list_remove_cas
alias pgnutls_x509_trust_list_remove_cas = int function(gnutls_x509_trust_list_t list, const(gnutls_x509_crt_t)* clist, uint clist_size)
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_x509_trust_list_remove_trust_file
alias pgnutls_x509_trust_list_remove_trust_file = int function(gnutls_x509_trust_list_t list, const(char)* ca_file, gnutls_x509_crt_fmt_t type)
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_x509_trust_list_remove_trust_mem
alias pgnutls_x509_trust_list_remove_trust_mem = int function(gnutls_x509_trust_list_t list, const(gnutls_datum_t)* cas, gnutls_x509_crt_fmt_t type)
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_x509_trust_list_verify_crt
alias pgnutls_x509_trust_list_verify_crt = int function(gnutls_x509_trust_list_t list, gnutls_x509_crt_t* cert_list, uint cert_list_size, uint flags, uint* verify, int function() func)
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_x509_trust_list_verify_crt2
alias pgnutls_x509_trust_list_verify_crt2 = int function(gnutls_x509_trust_list_t list, gnutls_x509_crt_t* cert_list, uint cert_list_size, gnutls_typed_vdata_st* data, uint elements, uint flags, uint* voutput, int function() func)
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_x509_trust_list_verify_named_crt
alias pgnutls_x509_trust_list_verify_named_crt = int function(gnutls_x509_trust_list_t list, gnutls_x509_crt_t cert, const(void)* name, size_t name_size, uint flags, uint* verify, int function() func)
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_certificate_import_flags
enum gnutls_certificate_import_flags
Undocumented in source.
gnutls_certificate_verification_profiles_t
enum gnutls_certificate_verification_profiles_t
Undocumented in source.
gnutls_certificate_verify_flags
enum gnutls_certificate_verify_flags
Undocumented in source.
gnutls_info_access_what_t
enum gnutls_info_access_what_t
Undocumented in source.
gnutls_keygen_types_t
enum gnutls_keygen_types_t
Undocumented in source.
gnutls_keyid_flags_t
enum gnutls_keyid_flags_t
Undocumented in source.
gnutls_pkcs_encrypt_flags_t
enum gnutls_pkcs_encrypt_flags_t
Undocumented in source.
gnutls_trust_list_flags_t
enum gnutls_trust_list_flags_t
Undocumented in source.
gnutls_x509_crl_reason_flags_t
enum gnutls_x509_crl_reason_flags_t
Undocumented in source.
gnutls_x509_crt_flags
enum gnutls_x509_crt_flags
Undocumented in source.
gnutls_x509_qualifier_t
enum gnutls_x509_qualifier_t
Undocumented in source.

Functions

GNUTLS_PKCS_CIPHER_MASK
uint GNUTLS_PKCS_CIPHER_MASK(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
GNUTLS_PROFILE_TO_VFLAGS
uint GNUTLS_PROFILE_TO_VFLAGS(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
GNUTLS_VFLAGS_TO_PROFILE
uint GNUTLS_VFLAGS_TO_PROFILE(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
bindX509
void bindX509(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_certificate_get_trust_list
void gnutls_certificate_get_trust_list(gnutls_certificate_credentials_t res, gnutls_x509_trust_list_t* tlist)
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_certificate_set_trust_list
void gnutls_certificate_set_trust_list(gnutls_certificate_credentials_t res, gnutls_x509_trust_list_t tlist, 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_certificate_verification_profile_get_id
gnutls_certificate_verification_profiles_t gnutls_certificate_verification_profile_get_id(const(char)* name)
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_certificate_verification_profile_get_name
const(char)* gnutls_certificate_verification_profile_get_name(gnutls_certificate_verification_profiles_t id)
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_pkcs8_info
int gnutls_pkcs8_info(const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format, uint* schema, uint* cipher, void* salt, uint* salt_size, uint* iter_count, char** oid)
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_pkcs_schema_get_name
const(char)* gnutls_pkcs_schema_get_name(uint schema)
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_pkcs_schema_get_oid
const(char)* gnutls_pkcs_schema_get_oid(uint schema)
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_x509_cidr_to_rfc5280
int gnutls_x509_cidr_to_rfc5280(const(char)* cidr, gnutls_datum_t* cidr_rfc5280)
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_x509_crl_check_issuer
uint gnutls_x509_crl_check_issuer(gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer)
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_x509_crl_deinit
void gnutls_x509_crl_deinit(gnutls_x509_crl_t crl)
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_x509_crl_export
int gnutls_x509_crl_export(gnutls_x509_crl_t crl, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_crl_export2
int gnutls_x509_crl_export2(gnutls_x509_crl_t crl, gnutls_x509_crt_fmt_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_x509_crl_get_authority_key_gn_serial
int gnutls_x509_crl_get_authority_key_gn_serial(gnutls_x509_crl_t crl, uint seq, void* alt, size_t* alt_size, uint* alt_type, void* serial, size_t* serial_size, uint* critical)
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_x509_crl_get_authority_key_id
int gnutls_x509_crl_get_authority_key_id(gnutls_x509_crl_t crl, void* id, size_t* id_size, uint* critical)
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_x509_crl_get_crt_count
int gnutls_x509_crl_get_crt_count(gnutls_x509_crl_t crl)
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_x509_crl_get_crt_serial
int gnutls_x509_crl_get_crt_serial(gnutls_x509_crl_t crl, uint indx, ubyte* serial, size_t* serial_size, time_t* t)
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_x509_crl_get_dn_oid
int gnutls_x509_crl_get_dn_oid(gnutls_x509_crl_t crl, uint indx, void* oid, size_t* sizeof_oid)
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_x509_crl_get_extension_data
int gnutls_x509_crl_get_extension_data(gnutls_x509_crl_t crl, uint indx, void* data, size_t* sizeof_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_x509_crl_get_extension_data2
int gnutls_x509_crl_get_extension_data2(gnutls_x509_crl_t crl, uint indx, 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_x509_crl_get_extension_info
int gnutls_x509_crl_get_extension_info(gnutls_x509_crl_t crl, uint indx, void* oid, size_t* sizeof_oid, uint* critical)
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_x509_crl_get_extension_oid
int gnutls_x509_crl_get_extension_oid(gnutls_x509_crl_t crl, uint indx, void* oid, size_t* sizeof_oid)
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_x509_crl_get_issuer_dn
int gnutls_x509_crl_get_issuer_dn(gnutls_x509_crl_t crl, char* buf, size_t* sizeof_buf)
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_x509_crl_get_issuer_dn2
int gnutls_x509_crl_get_issuer_dn2(gnutls_x509_crl_t crl, 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_x509_crl_get_issuer_dn3
int gnutls_x509_crl_get_issuer_dn3(gnutls_x509_crl_t crl, 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_x509_crl_get_issuer_dn_by_oid
int gnutls_x509_crl_get_issuer_dn_by_oid(gnutls_x509_crl_t crl, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* sizeof_buf)
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_x509_crl_get_next_update
time_t gnutls_x509_crl_get_next_update(gnutls_x509_crl_t crl)
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_x509_crl_get_number
int gnutls_x509_crl_get_number(gnutls_x509_crl_t crl, void* ret, size_t* ret_size, uint* critical)
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_x509_crl_get_raw_issuer_dn
int gnutls_x509_crl_get_raw_issuer_dn(gnutls_x509_crl_t crl, 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_x509_crl_get_signature
int gnutls_x509_crl_get_signature(gnutls_x509_crl_t crl, char* sig, size_t* sizeof_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_x509_crl_get_signature_algorithm
int gnutls_x509_crl_get_signature_algorithm(gnutls_x509_crl_t crl)
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_x509_crl_get_signature_oid
int gnutls_x509_crl_get_signature_oid(gnutls_x509_crl_t crl, char* oid, size_t* oid_size)
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_x509_crl_get_this_update
time_t gnutls_x509_crl_get_this_update(gnutls_x509_crl_t crl)
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_x509_crl_get_version
int gnutls_x509_crl_get_version(gnutls_x509_crl_t crl)
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_x509_crl_import
int gnutls_x509_crl_import(gnutls_x509_crl_t crl, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format)
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_x509_crl_init
int gnutls_x509_crl_init(gnutls_x509_crl_t* crl)
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_x509_crl_iter_crt_serial
int gnutls_x509_crl_iter_crt_serial(gnutls_x509_crl_t crl, gnutls_x509_crl_iter_t* , ubyte* serial, size_t* serial_size, time_t* t)
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_x509_crl_iter_deinit
void gnutls_x509_crl_iter_deinit(gnutls_x509_crl_iter_t )
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_x509_crl_list_import
int gnutls_x509_crl_list_import(gnutls_x509_crl_t* crls, uint* crl_max, const(gnutls_datum_t)* 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_x509_crl_list_import2
int gnutls_x509_crl_list_import2(gnutls_x509_crl_t** crls, uint* size, const(gnutls_datum_t)* 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_x509_crl_print
int gnutls_x509_crl_print(gnutls_x509_crl_t crl, gnutls_certificate_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_x509_crl_set_authority_key_id
int gnutls_x509_crl_set_authority_key_id(gnutls_x509_crl_t crl, const(void)* id, size_t id_size)
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_x509_crl_set_crt
int gnutls_x509_crl_set_crt(gnutls_x509_crl_t crl, gnutls_x509_crt_t crt, time_t revocation_time)
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_x509_crl_set_crt_serial
int gnutls_x509_crl_set_crt_serial(gnutls_x509_crl_t crl, const(void)* serial, size_t serial_size, time_t revocation_time)
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_x509_crl_set_next_update
int gnutls_x509_crl_set_next_update(gnutls_x509_crl_t crl, time_t exp_time)
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_x509_crl_set_number
int gnutls_x509_crl_set_number(gnutls_x509_crl_t crl, const(void)* nr, size_t nr_size)
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_x509_crl_set_this_update
int gnutls_x509_crl_set_this_update(gnutls_x509_crl_t crl, time_t act_time)
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_x509_crl_set_version
int gnutls_x509_crl_set_version(gnutls_x509_crl_t crl, uint version_)
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_x509_crl_sign
int gnutls_x509_crl_sign(gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer, gnutls_x509_privkey_t issuer_key)
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_x509_crl_sign2
int gnutls_x509_crl_sign2(gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer, gnutls_x509_privkey_t issuer_key, gnutls_digest_algorithm_t dig, 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_x509_crl_verify
int gnutls_x509_crl_verify(gnutls_x509_crl_t crl, const(gnutls_x509_crt_t)* CA_list, uint CA_list_length, uint flags, uint* verify)
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_x509_crq_deinit
void gnutls_x509_crq_deinit(gnutls_x509_crq_t crq)
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_x509_crq_export
int gnutls_x509_crq_export(gnutls_x509_crq_t crq, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_crq_export2
int gnutls_x509_crq_export2(gnutls_x509_crq_t crq, gnutls_x509_crt_fmt_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_x509_crq_get_attribute_by_oid
int gnutls_x509_crq_get_attribute_by_oid(gnutls_x509_crq_t crq, const(char)* oid, uint indx, void* buf, size_t* sizeof_buf)
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_x509_crq_get_attribute_data
int gnutls_x509_crq_get_attribute_data(gnutls_x509_crq_t crq, uint indx, void* data, size_t* sizeof_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_x509_crq_get_attribute_info
int gnutls_x509_crq_get_attribute_info(gnutls_x509_crq_t crq, uint indx, void* oid, size_t* sizeof_oid)
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_x509_crq_get_basic_constraints
int gnutls_x509_crq_get_basic_constraints(gnutls_x509_crq_t crq, uint* critical, uint* ca, int* pathlen)
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_x509_crq_get_challenge_password
int gnutls_x509_crq_get_challenge_password(gnutls_x509_crq_t crq, char* pass, size_t* sizeof_pass)
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_x509_crq_get_dn
int gnutls_x509_crq_get_dn(gnutls_x509_crq_t crq, char* buf, size_t* sizeof_buf)
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_x509_crq_get_dn2
int gnutls_x509_crq_get_dn2(gnutls_x509_crq_t crq, 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_x509_crq_get_dn3
int gnutls_x509_crq_get_dn3(gnutls_x509_crq_t crq, 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_x509_crq_get_dn_by_oid
int gnutls_x509_crq_get_dn_by_oid(gnutls_x509_crq_t crq, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* sizeof_buf)
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_x509_crq_get_dn_oid
int gnutls_x509_crq_get_dn_oid(gnutls_x509_crq_t crq, uint indx, void* oid, size_t* sizeof_oid)
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_x509_crq_get_extension_by_oid
int gnutls_x509_crq_get_extension_by_oid(gnutls_x509_crq_t crq, const(char)* oid, uint indx, void* buf, size_t* sizeof_buf, uint* critical)
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_x509_crq_get_extension_by_oid2
int gnutls_x509_crq_get_extension_by_oid2(gnutls_x509_crq_t crq, const(char)* oid, uint indx, gnutls_datum_t* output, uint* critical)
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_x509_crq_get_extension_data
int gnutls_x509_crq_get_extension_data(gnutls_x509_crq_t crq, uint indx, void* data, size_t* sizeof_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_x509_crq_get_extension_data2
int gnutls_x509_crq_get_extension_data2(gnutls_x509_crq_t crq, uint indx, 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_x509_crq_get_extension_info
int gnutls_x509_crq_get_extension_info(gnutls_x509_crq_t crq, uint indx, void* oid, size_t* sizeof_oid, uint* critical)
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_x509_crq_get_key_id
int gnutls_x509_crq_get_key_id(gnutls_x509_crq_t crq, uint flags, ubyte* output_data, size_t* output_data_size)
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_x509_crq_get_key_purpose_oid
int gnutls_x509_crq_get_key_purpose_oid(gnutls_x509_crq_t crq, uint indx, void* oid, size_t* sizeof_oid, uint* critical)
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_x509_crq_get_key_rsa_raw
int gnutls_x509_crq_get_key_rsa_raw(gnutls_x509_crq_t crq, gnutls_datum_t* m, gnutls_datum_t* e)
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_x509_crq_get_key_usage
int gnutls_x509_crq_get_key_usage(gnutls_x509_crq_t crq, uint* key_usage, uint* critical)
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_x509_crq_get_pk_algorithm
int gnutls_x509_crq_get_pk_algorithm(gnutls_x509_crq_t crq, uint* bits)
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_x509_crq_get_pk_oid
int gnutls_x509_crq_get_pk_oid(gnutls_x509_crq_t crq, char* oid, size_t* oid_size)
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_x509_crq_get_private_key_usage_period
int gnutls_x509_crq_get_private_key_usage_period(gnutls_x509_crq_t cert, time_t* activation, time_t* expiration, uint* critical)
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_x509_crq_get_signature_algorithm
int gnutls_x509_crq_get_signature_algorithm(gnutls_x509_crq_t crq)
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_x509_crq_get_signature_oid
int gnutls_x509_crq_get_signature_oid(gnutls_x509_crq_t crq, char* oid, size_t* oid_size)
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_x509_crq_get_spki
int gnutls_x509_crq_get_spki(gnutls_x509_crq_t crq, gnutls_x509_spki_t spki, 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_x509_crq_get_subject_alt_name
int gnutls_x509_crq_get_subject_alt_name(gnutls_x509_crq_t crq, uint seq, void* ret, size_t* ret_size, uint* ret_type, uint* critical)
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_x509_crq_get_subject_alt_othername_oid
int gnutls_x509_crq_get_subject_alt_othername_oid(gnutls_x509_crq_t crq, uint seq, void* ret, size_t* ret_size)
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_x509_crq_get_tlsfeatures
int gnutls_x509_crq_get_tlsfeatures(gnutls_x509_crq_t crq, gnutls_x509_tlsfeatures_t features, uint flags, uint* critical)
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_x509_crq_get_version
int gnutls_x509_crq_get_version(gnutls_x509_crq_t crq)
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_x509_crq_import
int gnutls_x509_crq_import(gnutls_x509_crq_t crq, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format)
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_x509_crq_init
int gnutls_x509_crq_init(gnutls_x509_crq_t* crq)
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_x509_crq_print
int gnutls_x509_crq_print(gnutls_x509_crq_t crq, gnutls_certificate_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_x509_crq_set_attribute_by_oid
int gnutls_x509_crq_set_attribute_by_oid(gnutls_x509_crq_t crq, const(char)* oid, void* buf, size_t sizeof_buf)
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_x509_crq_set_basic_constraints
int gnutls_x509_crq_set_basic_constraints(gnutls_x509_crq_t crq, uint ca, int pathLenConstraint)
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_x509_crq_set_challenge_password
int gnutls_x509_crq_set_challenge_password(gnutls_x509_crq_t crq, const(char)* pass)
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_x509_crq_set_dn
int gnutls_x509_crq_set_dn(gnutls_x509_crq_t crq, const(char)* dn, const(char*)* err)
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_x509_crq_set_dn_by_oid
int gnutls_x509_crq_set_dn_by_oid(gnutls_x509_crq_t crq, const(char)* oid, uint raw_flag, const(void)* data, uint sizeof_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_x509_crq_set_extension_by_oid
int gnutls_x509_crq_set_extension_by_oid(gnutls_x509_crq_t crq, const(char)* oid, const(void)* buf, size_t sizeof_buf, uint critical)
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_x509_crq_set_key
int gnutls_x509_crq_set_key(gnutls_x509_crq_t crq, gnutls_x509_privkey_t key)
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_x509_crq_set_key_purpose_oid
int gnutls_x509_crq_set_key_purpose_oid(gnutls_x509_crq_t crq, const(void)* oid, uint critical)
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_x509_crq_set_key_rsa_raw
int gnutls_x509_crq_set_key_rsa_raw(gnutls_x509_crq_t crq, const(gnutls_datum_t)* m, const(gnutls_datum_t)* e)
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_x509_crq_set_key_usage
int gnutls_x509_crq_set_key_usage(gnutls_x509_crq_t crq, uint usage)
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_x509_crq_set_private_key_usage_period
int gnutls_x509_crq_set_private_key_usage_period(gnutls_x509_crq_t crq, time_t activation, time_t expiration)
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_x509_crq_set_spki
int gnutls_x509_crq_set_spki(gnutls_x509_crq_t crq, gnutls_x509_spki_t spki, 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_x509_crq_set_subject_alt_name
int gnutls_x509_crq_set_subject_alt_name(gnutls_x509_crq_t crq, gnutls_x509_subject_alt_name_t nt, const(void)* data, uint data_size, 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_x509_crq_set_subject_alt_othername
int gnutls_x509_crq_set_subject_alt_othername(gnutls_x509_crq_t crq, const(char)* oid, const(void)* data, uint data_size, 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_x509_crq_set_tlsfeatures
int gnutls_x509_crq_set_tlsfeatures(gnutls_x509_crq_t crq, gnutls_x509_tlsfeatures_t features)
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_x509_crq_set_version
int gnutls_x509_crq_set_version(gnutls_x509_crq_t crq, uint version_)
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_x509_crq_sign
int gnutls_x509_crq_sign(gnutls_x509_crq_t crq, gnutls_x509_privkey_t key)
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_x509_crq_sign2
int gnutls_x509_crq_sign2(gnutls_x509_crq_t crq, gnutls_x509_privkey_t key, gnutls_digest_algorithm_t dig, 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_x509_crq_verify
int gnutls_x509_crq_verify(gnutls_x509_crq_t crq, 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_x509_crt_check_email
uint gnutls_x509_crt_check_email(gnutls_x509_crt_t cert, const(char)* email, 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_x509_crt_check_hostname
uint gnutls_x509_crt_check_hostname(gnutls_x509_crt_t cert, const(char)* hostname)
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_x509_crt_check_hostname2
uint gnutls_x509_crt_check_hostname2(gnutls_x509_crt_t cert, const(char)* hostname, 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_x509_crt_check_ip
uint gnutls_x509_crt_check_ip(gnutls_x509_crt_t cert, const(ubyte)* ip, uint ip_size, 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_x509_crt_check_issuer
uint gnutls_x509_crt_check_issuer(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer)
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_x509_crt_check_key_purpose
uint gnutls_x509_crt_check_key_purpose(gnutls_x509_crt_t cert, const(char)* purpose, 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_x509_crt_check_revocation
int gnutls_x509_crt_check_revocation(gnutls_x509_crt_t cert, const(gnutls_x509_crl_t)* crl_list, uint crl_list_length)
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_x509_crt_cpy_crl_dist_points
int gnutls_x509_crt_cpy_crl_dist_points(gnutls_x509_crt_t dst, gnutls_x509_crt_t src)
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_x509_crt_deinit
void gnutls_x509_crt_deinit(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_x509_crt_equals
uint gnutls_x509_crt_equals(gnutls_x509_crt_t cert1, gnutls_x509_crt_t cert2)
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_x509_crt_equals2
uint gnutls_x509_crt_equals2(gnutls_x509_crt_t cert1, const(gnutls_datum_t)* der)
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_x509_crt_export
int gnutls_x509_crt_export(gnutls_x509_crt_t cert, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_crt_export2
int gnutls_x509_crt_export2(gnutls_x509_crt_t cert, gnutls_x509_crt_fmt_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_x509_crt_get_activation_time
time_t gnutls_x509_crt_get_activation_time(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_x509_crt_get_authority_info_access
int gnutls_x509_crt_get_authority_info_access(gnutls_x509_crt_t crt, uint seq, int what, gnutls_datum_t* data, uint* critical)
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_x509_crt_get_authority_key_gn_serial
int gnutls_x509_crt_get_authority_key_gn_serial(gnutls_x509_crt_t cert, uint seq, void* alt, size_t* alt_size, uint* alt_type, void* serial, size_t* serial_size, uint* critical)
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_x509_crt_get_authority_key_id
int gnutls_x509_crt_get_authority_key_id(gnutls_x509_crt_t cert, void* id, size_t* id_size, uint* critical)
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_x509_crt_get_basic_constraints
int gnutls_x509_crt_get_basic_constraints(gnutls_x509_crt_t cert, uint* critical, uint* ca, int* pathlen)
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_x509_crt_get_ca_status
int gnutls_x509_crt_get_ca_status(gnutls_x509_crt_t cert, uint* critical)
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_x509_crt_get_crl_dist_points
int gnutls_x509_crt_get_crl_dist_points(gnutls_x509_crt_t cert, uint seq, void* ret, size_t* ret_size, uint* reason_flags, uint* critical)
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_x509_crt_get_dn
int gnutls_x509_crt_get_dn(gnutls_x509_crt_t cert, char* buf, size_t* buf_size)
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_x509_crt_get_dn2
int gnutls_x509_crt_get_dn2(gnutls_x509_crt_t cert, 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_x509_crt_get_dn3
int gnutls_x509_crt_get_dn3(gnutls_x509_crt_t cert, 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_x509_crt_get_dn_by_oid
int gnutls_x509_crt_get_dn_by_oid(gnutls_x509_crt_t cert, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* buf_size)
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_x509_crt_get_dn_oid
int gnutls_x509_crt_get_dn_oid(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size)
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_x509_crt_get_expiration_time
time_t gnutls_x509_crt_get_expiration_time(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_x509_crt_get_extension_by_oid
int gnutls_x509_crt_get_extension_by_oid(gnutls_x509_crt_t cert, const(char)* oid, uint indx, void* buf, size_t* buf_size, uint* critical)
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_x509_crt_get_extension_by_oid2
int gnutls_x509_crt_get_extension_by_oid2(gnutls_x509_crt_t cert, const(char)* oid, uint indx, gnutls_datum_t* output, uint* critical)
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_x509_crt_get_extension_data
int gnutls_x509_crt_get_extension_data(gnutls_x509_crt_t cert, uint indx, void* data, size_t* sizeof_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_x509_crt_get_extension_data2
int gnutls_x509_crt_get_extension_data2(gnutls_x509_crt_t cert, uint indx, 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_x509_crt_get_extension_info
int gnutls_x509_crt_get_extension_info(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size, uint* critical)
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_x509_crt_get_extension_oid
int gnutls_x509_crt_get_extension_oid(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size)
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_x509_crt_get_fingerprint
int gnutls_x509_crt_get_fingerprint(gnutls_x509_crt_t cert, gnutls_digest_algorithm_t algo, void* buf, size_t* buf_size)
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_x509_crt_get_inhibit_anypolicy
int gnutls_x509_crt_get_inhibit_anypolicy(gnutls_x509_crt_t cert, uint* skipcerts, uint* critical)
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_x509_crt_get_issuer
int gnutls_x509_crt_get_issuer(gnutls_x509_crt_t cert, gnutls_x509_dn_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_x509_crt_get_issuer_alt_name
int gnutls_x509_crt_get_issuer_alt_name(gnutls_x509_crt_t cert, uint seq, void* ian, size_t* ian_size, uint* critical)
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_x509_crt_get_issuer_alt_name2
int gnutls_x509_crt_get_issuer_alt_name2(gnutls_x509_crt_t cert, uint seq, void* ian, size_t* ian_size, uint* ian_type, uint* critical)
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_x509_crt_get_issuer_alt_othername_oid
int gnutls_x509_crt_get_issuer_alt_othername_oid(gnutls_x509_crt_t cert, uint seq, void* ret, size_t* ret_size)
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_x509_crt_get_issuer_dn
int gnutls_x509_crt_get_issuer_dn(gnutls_x509_crt_t cert, char* buf, size_t* buf_size)
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_x509_crt_get_issuer_dn2
int gnutls_x509_crt_get_issuer_dn2(gnutls_x509_crt_t cert, 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_x509_crt_get_issuer_dn3
int gnutls_x509_crt_get_issuer_dn3(gnutls_x509_crt_t cert, 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_x509_crt_get_issuer_dn_by_oid
int gnutls_x509_crt_get_issuer_dn_by_oid(gnutls_x509_crt_t cert, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* buf_size)
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_x509_crt_get_issuer_dn_oid
int gnutls_x509_crt_get_issuer_dn_oid(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size)
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_x509_crt_get_issuer_unique_id
int gnutls_x509_crt_get_issuer_unique_id(gnutls_x509_crt_t crt, char* buf, size_t* buf_size)
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_x509_crt_get_key_id
int gnutls_x509_crt_get_key_id(gnutls_x509_crt_t crt, uint flags, ubyte* output_data, size_t* output_data_size)
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_x509_crt_get_key_purpose_oid
int gnutls_x509_crt_get_key_purpose_oid(gnutls_x509_crt_t cert, uint indx, void* oid, size_t* oid_size, uint* critical)
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_x509_crt_get_key_usage
int gnutls_x509_crt_get_key_usage(gnutls_x509_crt_t cert, uint* key_usage, uint* critical)
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_x509_crt_get_name_constraints
int gnutls_x509_crt_get_name_constraints(gnutls_x509_crt_t crt, gnutls_x509_name_constraints_t nc, uint flags, uint* critical)
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_x509_crt_get_pk_algorithm
int gnutls_x509_crt_get_pk_algorithm(gnutls_x509_crt_t cert, uint* bits)
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_x509_crt_get_pk_dsa_raw
int gnutls_x509_crt_get_pk_dsa_raw(gnutls_x509_crt_t crt, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y)
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_x509_crt_get_pk_ecc_raw
int gnutls_x509_crt_get_pk_ecc_raw(gnutls_x509_crt_t crt, gnutls_ecc_curve_t* curve, gnutls_datum_t* x, gnutls_datum_t* y)
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_x509_crt_get_pk_gost_raw
int gnutls_x509_crt_get_pk_gost_raw(gnutls_x509_crt_t crt, gnutls_ecc_curve_t* curve, gnutls_digest_algorithm_t* digest, gnutls_gost_paramset_t* paramset, gnutls_datum_t* x, gnutls_datum_t* y)
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_x509_crt_get_pk_oid
int gnutls_x509_crt_get_pk_oid(gnutls_x509_crt_t cert, char* oid, size_t* oid_size)
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_x509_crt_get_pk_rsa_raw
int gnutls_x509_crt_get_pk_rsa_raw(gnutls_x509_crt_t crt, gnutls_datum_t* m, gnutls_datum_t* e)
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_x509_crt_get_policy
int gnutls_x509_crt_get_policy(gnutls_x509_crt_t crt, uint indx, gnutls_x509_policy_st* policy, uint* critical)
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_x509_crt_get_private_key_usage_period
int gnutls_x509_crt_get_private_key_usage_period(gnutls_x509_crt_t cert, time_t* activation, time_t* expiration, uint* critical)
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_x509_crt_get_proxy
int gnutls_x509_crt_get_proxy(gnutls_x509_crt_t cert, uint* critical, int* pathlen, char** policyLanguage, char** policy, size_t* sizeof_policy)
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_x509_crt_get_raw_dn
int gnutls_x509_crt_get_raw_dn(gnutls_x509_crt_t cert, gnutls_datum_t* start)
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_x509_crt_get_raw_issuer_dn
int gnutls_x509_crt_get_raw_issuer_dn(gnutls_x509_crt_t cert, gnutls_datum_t* start)
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_x509_crt_get_serial
int gnutls_x509_crt_get_serial(gnutls_x509_crt_t cert, void* result, size_t* result_size)
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_x509_crt_get_signature
int gnutls_x509_crt_get_signature(gnutls_x509_crt_t cert, char* sig, size_t* sizeof_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_x509_crt_get_signature_algorithm
int gnutls_x509_crt_get_signature_algorithm(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_x509_crt_get_signature_oid
int gnutls_x509_crt_get_signature_oid(gnutls_x509_crt_t cert, char* oid, size_t* oid_size)
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_x509_crt_get_spki
int gnutls_x509_crt_get_spki(gnutls_x509_crt_t cert, gnutls_x509_spki_t spki, 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_x509_crt_get_subject
int gnutls_x509_crt_get_subject(gnutls_x509_crt_t cert, gnutls_x509_dn_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_x509_crt_get_subject_alt_name
int gnutls_x509_crt_get_subject_alt_name(gnutls_x509_crt_t cert, uint seq, void* san, size_t* san_size, uint* critical)
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_x509_crt_get_subject_alt_name2
int gnutls_x509_crt_get_subject_alt_name2(gnutls_x509_crt_t cert, uint seq, void* san, size_t* san_size, uint* san_type, uint* critical)
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_x509_crt_get_subject_alt_othername_oid
int gnutls_x509_crt_get_subject_alt_othername_oid(gnutls_x509_crt_t cert, uint seq, void* oid, size_t* oid_size)
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_x509_crt_get_subject_key_id
int gnutls_x509_crt_get_subject_key_id(gnutls_x509_crt_t cert, void* ret, size_t* ret_size, uint* critical)
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_x509_crt_get_subject_unique_id
int gnutls_x509_crt_get_subject_unique_id(gnutls_x509_crt_t crt, char* buf, size_t* buf_size)
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_x509_crt_get_tlsfeatures
int gnutls_x509_crt_get_tlsfeatures(gnutls_x509_crt_t cert, gnutls_x509_tlsfeatures_t features, uint flags, uint* critical)
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_x509_crt_get_version
int gnutls_x509_crt_get_version(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_x509_crt_import
int gnutls_x509_crt_import(gnutls_x509_crt_t cert, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format)
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_x509_crt_import_url
int gnutls_x509_crt_import_url(gnutls_x509_crt_t crt, const(char)* url, 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_x509_crt_init
int gnutls_x509_crt_init(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_x509_crt_list_import
int gnutls_x509_crt_list_import(gnutls_x509_crt_t* certs, uint* cert_max, const(gnutls_datum_t)* 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_x509_crt_list_import2
int gnutls_x509_crt_list_import2(gnutls_x509_crt_t** certs, uint* size, const(gnutls_datum_t)* 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_x509_crt_list_import_url
int gnutls_x509_crt_list_import_url(gnutls_x509_crt_t** certs, uint* size, const(char)* url, gnutls_pin_callback_t pin_fn, void* pin_fn_userdata, 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_x509_crt_list_verify
int gnutls_x509_crt_list_verify(const(gnutls_x509_crt_t)* cert_list, uint cert_list_length, const(gnutls_x509_crt_t)* CA_list, uint CA_list_length, const(gnutls_x509_crl_t)* CRL_list, uint CRL_list_length, uint flags, uint* verify)
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_x509_crt_print
int gnutls_x509_crt_print(gnutls_x509_crt_t cert, gnutls_certificate_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_x509_crt_set_activation_time
int gnutls_x509_crt_set_activation_time(gnutls_x509_crt_t cert, time_t act_time)
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_x509_crt_set_authority_info_access
int gnutls_x509_crt_set_authority_info_access(gnutls_x509_crt_t crt, int what, 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_x509_crt_set_authority_key_id
int gnutls_x509_crt_set_authority_key_id(gnutls_x509_crt_t cert, const(void)* id, size_t id_size)
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_x509_crt_set_basic_constraints
int gnutls_x509_crt_set_basic_constraints(gnutls_x509_crt_t crt, uint ca, int pathLenConstraint)
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_x509_crt_set_ca_status
int gnutls_x509_crt_set_ca_status(gnutls_x509_crt_t crt, uint ca)
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_x509_crt_set_crl_dist_points
int gnutls_x509_crt_set_crl_dist_points(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(void)* data_string, uint reason_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_x509_crt_set_crl_dist_points2
int gnutls_x509_crt_set_crl_dist_points2(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(void)* data, uint data_size, uint reason_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_x509_crt_set_crq
int gnutls_x509_crt_set_crq(gnutls_x509_crt_t crt, gnutls_x509_crq_t crq)
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_x509_crt_set_crq_extension_by_oid
int gnutls_x509_crt_set_crq_extension_by_oid(gnutls_x509_crt_t crt, gnutls_x509_crq_t crq, const(char)* oid, 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_x509_crt_set_crq_extensions
int gnutls_x509_crt_set_crq_extensions(gnutls_x509_crt_t crt, gnutls_x509_crq_t crq)
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_x509_crt_set_dn
int gnutls_x509_crt_set_dn(gnutls_x509_crt_t crt, const(char)* dn, const(char*)* err)
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_x509_crt_set_dn_by_oid
int gnutls_x509_crt_set_dn_by_oid(gnutls_x509_crt_t crt, const(char)* oid, uint raw_flag, const(void)* name, uint sizeof_name)
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_x509_crt_set_expiration_time
int gnutls_x509_crt_set_expiration_time(gnutls_x509_crt_t cert, time_t exp_time)
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_x509_crt_set_extension_by_oid
int gnutls_x509_crt_set_extension_by_oid(gnutls_x509_crt_t crt, const(char)* oid, const(void)* buf, size_t sizeof_buf, uint critical)
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_x509_crt_set_flags
void gnutls_x509_crt_set_flags(gnutls_x509_crt_t cert, 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_x509_crt_set_inhibit_anypolicy
int gnutls_x509_crt_set_inhibit_anypolicy(gnutls_x509_crt_t crt, uint skipcerts)
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_x509_crt_set_issuer_alt_name
int gnutls_x509_crt_set_issuer_alt_name(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(void)* data, uint data_size, 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_x509_crt_set_issuer_alt_othername
int gnutls_x509_crt_set_issuer_alt_othername(gnutls_x509_crt_t crt, const(char)* oid, const(void)* data, uint data_size, 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_x509_crt_set_issuer_dn
int gnutls_x509_crt_set_issuer_dn(gnutls_x509_crt_t crt, const(char)* dn, const(char*)* err)
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_x509_crt_set_issuer_dn_by_oid
int gnutls_x509_crt_set_issuer_dn_by_oid(gnutls_x509_crt_t crt, const(char)* oid, uint raw_flag, const(void)* name, uint sizeof_name)
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_x509_crt_set_issuer_unique_id
int gnutls_x509_crt_set_issuer_unique_id(gnutls_x509_crt_t cert, const(void)* id, size_t id_size)
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_x509_crt_set_key
int gnutls_x509_crt_set_key(gnutls_x509_crt_t crt, gnutls_x509_privkey_t key)
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_x509_crt_set_key_purpose_oid
int gnutls_x509_crt_set_key_purpose_oid(gnutls_x509_crt_t cert, const(void)* oid, uint critical)
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_x509_crt_set_key_usage
int gnutls_x509_crt_set_key_usage(gnutls_x509_crt_t crt, uint usage)
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_x509_crt_set_name_constraints
int gnutls_x509_crt_set_name_constraints(gnutls_x509_crt_t crt, gnutls_x509_name_constraints_t nc, uint critical)
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_x509_crt_set_pin_function
void gnutls_x509_crt_set_pin_function(gnutls_x509_crt_t crt, gnutls_pin_callback_t fn, void* userdata)
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_x509_crt_set_policy
int gnutls_x509_crt_set_policy(gnutls_x509_crt_t crt, const(gnutls_x509_policy_st)* policy, uint critical)
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_x509_crt_set_private_key_usage_period
int gnutls_x509_crt_set_private_key_usage_period(gnutls_x509_crt_t crt, time_t activation, time_t expiration)
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_x509_crt_set_proxy
int gnutls_x509_crt_set_proxy(gnutls_x509_crt_t crt, int pathLenConstraint, const(char)* policyLanguage, const(char)* policy, size_t sizeof_policy)
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_x509_crt_set_proxy_dn
int gnutls_x509_crt_set_proxy_dn(gnutls_x509_crt_t crt, gnutls_x509_crt_t eecrt, uint raw_flag, const(void)* name, uint sizeof_name)
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_x509_crt_set_serial
int gnutls_x509_crt_set_serial(gnutls_x509_crt_t cert, const(void)* serial, size_t serial_size)
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_x509_crt_set_spki
int gnutls_x509_crt_set_spki(gnutls_x509_crt_t crt, gnutls_x509_spki_t spki, 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_x509_crt_set_subject_alt_name
int gnutls_x509_crt_set_subject_alt_name(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(void)* data, uint data_size, 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_x509_crt_set_subject_alt_othername
int gnutls_x509_crt_set_subject_alt_othername(gnutls_x509_crt_t crt, const(char)* oid, const(void)* data, uint data_size, 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_x509_crt_set_subject_alternative_name
int gnutls_x509_crt_set_subject_alternative_name(gnutls_x509_crt_t crt, gnutls_x509_subject_alt_name_t type, const(char)* data_string)
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_x509_crt_set_subject_key_id
int gnutls_x509_crt_set_subject_key_id(gnutls_x509_crt_t cert, const(void)* id, size_t id_size)
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_x509_crt_set_subject_unique_id
int gnutls_x509_crt_set_subject_unique_id(gnutls_x509_crt_t cert, const(void)* id, size_t id_size)
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_x509_crt_set_tlsfeatures
int gnutls_x509_crt_set_tlsfeatures(gnutls_x509_crt_t crt, gnutls_x509_tlsfeatures_t features)
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_x509_crt_set_version
int gnutls_x509_crt_set_version(gnutls_x509_crt_t crt, uint version_)
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_x509_crt_sign
int gnutls_x509_crt_sign(gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer, gnutls_x509_privkey_t issuer_key)
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_x509_crt_sign2
int gnutls_x509_crt_sign2(gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer, gnutls_x509_privkey_t issuer_key, gnutls_digest_algorithm_t dig, 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_x509_crt_verify
int gnutls_x509_crt_verify(gnutls_x509_crt_t cert, const(gnutls_x509_crt_t)* CA_list, uint CA_list_length, uint flags, uint* verify)
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_x509_crt_verify_data2
int gnutls_x509_crt_verify_data2(gnutls_x509_crt_t crt, gnutls_sign_algorithm_t algo, uint flags, const(gnutls_datum_t)* data, const(gnutls_datum_t)* signature)
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_x509_dn_deinit
void gnutls_x509_dn_deinit(gnutls_x509_dn_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_x509_dn_export
int gnutls_x509_dn_export(gnutls_x509_dn_t dn, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_dn_export2
int gnutls_x509_dn_export2(gnutls_x509_dn_t dn, gnutls_x509_crt_fmt_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_x509_dn_get_rdn_ava
int gnutls_x509_dn_get_rdn_ava(gnutls_x509_dn_t dn, int irdn, int iava, gnutls_x509_ava_st* ava)
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_x509_dn_get_str
int gnutls_x509_dn_get_str(gnutls_x509_dn_t dn, gnutls_datum_t* str)
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_x509_dn_get_str2
int gnutls_x509_dn_get_str2(gnutls_x509_dn_t dn, gnutls_datum_t* str, 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_x509_dn_import
int gnutls_x509_dn_import(gnutls_x509_dn_t dn, 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_x509_dn_init
int gnutls_x509_dn_init(gnutls_x509_dn_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_x509_dn_oid_known
int gnutls_x509_dn_oid_known(const(char)* oid)
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_x509_dn_oid_name
const(char)* gnutls_x509_dn_oid_name(const(char)* oid, 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_x509_dn_set_str
int gnutls_x509_dn_set_str(gnutls_x509_dn_t dn, const(char)* str, const(char*)* err)
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_x509_ext_deinit
void gnutls_x509_ext_deinit(gnutls_x509_ext_st* ext)
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_x509_ext_print
int gnutls_x509_ext_print(gnutls_x509_ext_st* exts, uint exts_size, gnutls_certificate_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_x509_name_constraints_add_excluded
int gnutls_x509_name_constraints_add_excluded(gnutls_x509_name_constraints_t nc, gnutls_x509_subject_alt_name_t type, const(gnutls_datum_t)* name)
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_x509_name_constraints_add_permitted
int gnutls_x509_name_constraints_add_permitted(gnutls_x509_name_constraints_t nc, gnutls_x509_subject_alt_name_t type, const(gnutls_datum_t)* name)
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_x509_name_constraints_check
uint gnutls_x509_name_constraints_check(gnutls_x509_name_constraints_t nc, gnutls_x509_subject_alt_name_t type, const(gnutls_datum_t)* name)
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_x509_name_constraints_check_crt
uint gnutls_x509_name_constraints_check_crt(gnutls_x509_name_constraints_t nc, gnutls_x509_subject_alt_name_t type, 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_x509_name_constraints_deinit
void gnutls_x509_name_constraints_deinit(gnutls_x509_name_constraints_t nc)
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_x509_name_constraints_get_excluded
int gnutls_x509_name_constraints_get_excluded(gnutls_x509_name_constraints_t nc, uint idx, uint* type, gnutls_datum_t* name)
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_x509_name_constraints_get_permitted
int gnutls_x509_name_constraints_get_permitted(gnutls_x509_name_constraints_t nc, uint idx, uint* type, gnutls_datum_t* name)
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_x509_name_constraints_init
int gnutls_x509_name_constraints_init(gnutls_x509_name_constraints_t* nc)
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_x509_policy_release
void gnutls_x509_policy_release(gnutls_x509_policy_st* policy)
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_x509_privkey_cpy
int gnutls_x509_privkey_cpy(gnutls_x509_privkey_t dst, gnutls_x509_privkey_t src)
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_x509_privkey_deinit
void gnutls_x509_privkey_deinit(gnutls_x509_privkey_t key)
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_x509_privkey_export
int gnutls_x509_privkey_export(gnutls_x509_privkey_t key, gnutls_x509_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_x509_privkey_export2
int gnutls_x509_privkey_export2(gnutls_x509_privkey_t key, gnutls_x509_crt_fmt_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_x509_privkey_export2_pkcs8
int gnutls_x509_privkey_export2_pkcs8(gnutls_x509_privkey_t key, gnutls_x509_crt_fmt_t format, const(char)* password, uint flags, 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_x509_privkey_export_dsa_raw
int gnutls_x509_privkey_export_dsa_raw(gnutls_x509_privkey_t key, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, gnutls_datum_t* x)
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_x509_privkey_export_ecc_raw
int gnutls_x509_privkey_export_ecc_raw(gnutls_x509_privkey_t key, gnutls_ecc_curve_t* curve, gnutls_datum_t* x, gnutls_datum_t* y, gnutls_datum_t* k)
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_x509_privkey_export_gost_raw
int gnutls_x509_privkey_export_gost_raw(gnutls_x509_privkey_t key, gnutls_ecc_curve_t* curve, gnutls_digest_algorithm_t* digest, gnutls_gost_paramset_t* paramset, gnutls_datum_t* x, gnutls_datum_t* y, gnutls_datum_t* k)
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_x509_privkey_export_pkcs8
int gnutls_x509_privkey_export_pkcs8(gnutls_x509_privkey_t key, gnutls_x509_crt_fmt_t format, const(char)* password, uint flags, void* output_data, size_t* output_data_size)
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_x509_privkey_export_rsa_raw
int gnutls_x509_privkey_export_rsa_raw(gnutls_x509_privkey_t key, gnutls_datum_t* m, gnutls_datum_t* e, gnutls_datum_t* d, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* u)
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_x509_privkey_export_rsa_raw2
int gnutls_x509_privkey_export_rsa_raw2(gnutls_x509_privkey_t key, gnutls_datum_t* m, gnutls_datum_t* e, gnutls_datum_t* d, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* u, gnutls_datum_t* e1, gnutls_datum_t* e2)
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_x509_privkey_fix
int gnutls_x509_privkey_fix(gnutls_x509_privkey_t key)
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_x509_privkey_generate
int gnutls_x509_privkey_generate(gnutls_x509_privkey_t key, gnutls_pk_algorithm_t algo, uint bits, 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_x509_privkey_generate2
int gnutls_x509_privkey_generate2(gnutls_x509_privkey_t key, gnutls_pk_algorithm_t algo, uint bits, uint flags, const(gnutls_keygen_data_st)* data, uint data_size)
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_x509_privkey_get_key_id
int gnutls_x509_privkey_get_key_id(gnutls_x509_privkey_t key, uint flags, ubyte* output_data, size_t* output_data_size)
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_x509_privkey_get_pk_algorithm
int gnutls_x509_privkey_get_pk_algorithm(gnutls_x509_privkey_t key)
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_x509_privkey_get_pk_algorithm2
int gnutls_x509_privkey_get_pk_algorithm2(gnutls_x509_privkey_t key, uint* bits)
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_x509_privkey_get_seed
int gnutls_x509_privkey_get_seed(gnutls_x509_privkey_t key, gnutls_digest_algorithm_t* , void* seed, size_t* seed_size)
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_x509_privkey_get_spki
int gnutls_x509_privkey_get_spki(gnutls_x509_privkey_t key, gnutls_x509_spki_t spki, 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_x509_privkey_import
int gnutls_x509_privkey_import(gnutls_x509_privkey_t key, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format)
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_x509_privkey_import2
int gnutls_x509_privkey_import2(gnutls_x509_privkey_t key, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format, const(char)* password, 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_x509_privkey_import_dsa_raw
int gnutls_x509_privkey_import_dsa_raw(gnutls_x509_privkey_t key, const(gnutls_datum_t)* p, const(gnutls_datum_t)* q, const(gnutls_datum_t)* g, const(gnutls_datum_t)* y, const(gnutls_datum_t)* x)
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_x509_privkey_import_ecc_raw
int gnutls_x509_privkey_import_ecc_raw(gnutls_x509_privkey_t key, gnutls_ecc_curve_t curve, const(gnutls_datum_t)* x, const(gnutls_datum_t)* y, const(gnutls_datum_t)* k)
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_x509_privkey_import_gost_raw
int gnutls_x509_privkey_import_gost_raw(gnutls_x509_privkey_t key, gnutls_ecc_curve_t curve, gnutls_digest_algorithm_t digest, gnutls_gost_paramset_t paramset, const(gnutls_datum_t)* x, const(gnutls_datum_t)* y, const(gnutls_datum_t)* k)
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_x509_privkey_import_openssl
int gnutls_x509_privkey_import_openssl(gnutls_x509_privkey_t key, const(gnutls_datum_t)* data, const(char)* password)
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_x509_privkey_import_pkcs8
int gnutls_x509_privkey_import_pkcs8(gnutls_x509_privkey_t key, const(gnutls_datum_t)* data, gnutls_x509_crt_fmt_t format, const(char)* password, 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_x509_privkey_import_rsa_raw
int gnutls_x509_privkey_import_rsa_raw(gnutls_x509_privkey_t key, const(gnutls_datum_t)* m, const(gnutls_datum_t)* e, const(gnutls_datum_t)* d, const(gnutls_datum_t)* p, const(gnutls_datum_t)* q, const(gnutls_datum_t)* u)
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_x509_privkey_import_rsa_raw2
int gnutls_x509_privkey_import_rsa_raw2(gnutls_x509_privkey_t key, const(gnutls_datum_t)* m, const(gnutls_datum_t)* e, const(gnutls_datum_t)* d, const(gnutls_datum_t)* p, const(gnutls_datum_t)* q, const(gnutls_datum_t)* u, const(gnutls_datum_t)* e1, const(gnutls_datum_t)* e2)
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_x509_privkey_init
int gnutls_x509_privkey_init(gnutls_x509_privkey_t* key)
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_x509_privkey_sec_param
gnutls_sec_param_t gnutls_x509_privkey_sec_param(gnutls_x509_privkey_t key)
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_x509_privkey_set_flags
void gnutls_x509_privkey_set_flags(gnutls_x509_privkey_t key, 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_x509_privkey_set_pin_function
void gnutls_x509_privkey_set_pin_function(gnutls_x509_privkey_t key, gnutls_pin_callback_t fn, void* userdata)
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_x509_privkey_set_spki
int gnutls_x509_privkey_set_spki(gnutls_x509_privkey_t key, gnutls_x509_spki_t spki, 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_x509_privkey_sign_data
int gnutls_x509_privkey_sign_data(gnutls_x509_privkey_t key, gnutls_digest_algorithm_t digest, uint flags, const(gnutls_datum_t)* data, void* signature, size_t* signature_size)
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_x509_privkey_verify_params
int gnutls_x509_privkey_verify_params(gnutls_x509_privkey_t key)
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_x509_privkey_verify_seed
int gnutls_x509_privkey_verify_seed(gnutls_x509_privkey_t key, gnutls_digest_algorithm_t , const(void)* seed, size_t seed_size)
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_x509_rdn_get
int gnutls_x509_rdn_get(const(gnutls_datum_t)* idn, char* buf, size_t* sizeof_buf)
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_x509_rdn_get2
int gnutls_x509_rdn_get2(const(gnutls_datum_t)* idn, gnutls_datum_t* str, 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_x509_rdn_get_by_oid
int gnutls_x509_rdn_get_by_oid(const(gnutls_datum_t)* idn, const(char)* oid, uint indx, uint raw_flag, void* buf, size_t* sizeof_buf)
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_x509_rdn_get_oid
int gnutls_x509_rdn_get_oid(const(gnutls_datum_t)* idn, uint indx, void* buf, size_t* sizeof_buf)
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_x509_spki_deinit
void gnutls_x509_spki_deinit(gnutls_x509_spki_t spki)
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_x509_spki_get_rsa_pss_params
int gnutls_x509_spki_get_rsa_pss_params(gnutls_x509_spki_t spki, gnutls_digest_algorithm_t* dig, uint* salt_size)
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_x509_spki_init
int gnutls_x509_spki_init(gnutls_x509_spki_t* spki)
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_x509_spki_set_rsa_pss_params
void gnutls_x509_spki_set_rsa_pss_params(gnutls_x509_spki_t spki, gnutls_digest_algorithm_t dig, uint salt_size)
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_x509_tlsfeatures_check_crt
uint gnutls_x509_tlsfeatures_check_crt(gnutls_x509_tlsfeatures_t feat, 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_x509_tlsfeatures_deinit
void gnutls_x509_tlsfeatures_deinit(gnutls_x509_tlsfeatures_t )
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_x509_tlsfeatures_get
int gnutls_x509_tlsfeatures_get(gnutls_x509_tlsfeatures_t f, uint idx, uint* feature)
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_x509_tlsfeatures_init
int gnutls_x509_tlsfeatures_init(gnutls_x509_tlsfeatures_t* features)
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_x509_trust_list_add_cas
int gnutls_x509_trust_list_add_cas(gnutls_x509_trust_list_t list, const(gnutls_x509_crt_t)* clist, uint clist_size, 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_x509_trust_list_add_crls
int gnutls_x509_trust_list_add_crls(gnutls_x509_trust_list_t list, const(gnutls_x509_crl_t)* crl_list, uint crl_size, uint flags, uint verification_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_x509_trust_list_add_named_crt
int gnutls_x509_trust_list_add_named_crt(gnutls_x509_trust_list_t list, gnutls_x509_crt_t cert, const(void)* name, size_t name_size, 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_x509_trust_list_add_system_trust
int gnutls_x509_trust_list_add_system_trust(gnutls_x509_trust_list_t list, uint tl_flags, uint tl_vflags)
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_x509_trust_list_add_trust_dir
int gnutls_x509_trust_list_add_trust_dir(gnutls_x509_trust_list_t list, const(char)* ca_dir, const(char)* crl_dir, gnutls_x509_crt_fmt_t type, uint tl_flags, uint tl_vflags)
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_x509_trust_list_add_trust_file
int gnutls_x509_trust_list_add_trust_file(gnutls_x509_trust_list_t list, const(char)* ca_file, const(char)* crl_file, gnutls_x509_crt_fmt_t type, uint tl_flags, uint tl_vflags)
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_x509_trust_list_add_trust_mem
int gnutls_x509_trust_list_add_trust_mem(gnutls_x509_trust_list_t list, const(gnutls_datum_t)* cas, const(gnutls_datum_t)* crls, gnutls_x509_crt_fmt_t type, uint tl_flags, uint tl_vflags)
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_x509_trust_list_deinit
void gnutls_x509_trust_list_deinit(gnutls_x509_trust_list_t list, uint all)
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_x509_trust_list_get_issuer
int gnutls_x509_trust_list_get_issuer(gnutls_x509_trust_list_t list, gnutls_x509_crt_t cert, gnutls_x509_crt_t* issuer, 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_x509_trust_list_get_issuer_by_dn
int gnutls_x509_trust_list_get_issuer_by_dn(gnutls_x509_trust_list_t list, const(gnutls_datum_t)* dn, gnutls_x509_crt_t* issuer, 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_x509_trust_list_get_issuer_by_subject_key_id
int gnutls_x509_trust_list_get_issuer_by_subject_key_id(gnutls_x509_trust_list_t list, const(gnutls_datum_t)* dn, const(gnutls_datum_t)* spki, gnutls_x509_crt_t* issuer, 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_x509_trust_list_init
int gnutls_x509_trust_list_init(gnutls_x509_trust_list_t* list, uint size)
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_x509_trust_list_iter_deinit
void gnutls_x509_trust_list_iter_deinit(gnutls_x509_trust_list_iter_t iter)
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_x509_trust_list_iter_get_ca
int gnutls_x509_trust_list_iter_get_ca(gnutls_x509_trust_list_t list, gnutls_x509_trust_list_iter_t* iter, 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_x509_trust_list_remove_cas
int gnutls_x509_trust_list_remove_cas(gnutls_x509_trust_list_t list, const(gnutls_x509_crt_t)* clist, uint clist_size)
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_x509_trust_list_remove_trust_file
int gnutls_x509_trust_list_remove_trust_file(gnutls_x509_trust_list_t list, const(char)* ca_file, gnutls_x509_crt_fmt_t type)
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_x509_trust_list_remove_trust_mem
int gnutls_x509_trust_list_remove_trust_mem(gnutls_x509_trust_list_t list, const(gnutls_datum_t)* cas, gnutls_x509_crt_fmt_t type)
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_x509_trust_list_verify_crt
int gnutls_x509_trust_list_verify_crt(gnutls_x509_trust_list_t list, gnutls_x509_crt_t* cert_list, uint cert_list_size, uint flags, uint* verify, int function() func)
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_x509_trust_list_verify_crt2
int gnutls_x509_trust_list_verify_crt2(gnutls_x509_trust_list_t list, gnutls_x509_crt_t* cert_list, uint cert_list_size, gnutls_typed_vdata_st* data, uint elements, uint flags, uint* voutput, int function() func)
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_x509_trust_list_verify_named_crt
int gnutls_x509_trust_list_verify_named_crt(gnutls_x509_trust_list_t list, gnutls_x509_crt_t cert, const(void)* name, size_t name_size, uint flags, uint* verify, int function() func)
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_EXT_FLAG_APPEND
enum GNUTLS_EXT_FLAG_APPEND;
Undocumented in source.
GNUTLS_FSAN_APPEND
enum GNUTLS_FSAN_APPEND;
Undocumented in source.
GNUTLS_FSAN_ENCODE_OCTET_STRING
enum GNUTLS_FSAN_ENCODE_OCTET_STRING;
Undocumented in source.
GNUTLS_FSAN_ENCODE_UTF8_STRING
enum GNUTLS_FSAN_ENCODE_UTF8_STRING;
Undocumented in source.
GNUTLS_FSAN_SET
enum GNUTLS_FSAN_SET;
Undocumented in source.
GNUTLS_KP_ANY
enum GNUTLS_KP_ANY;
Undocumented in source.
GNUTLS_KP_CODE_SIGNING
enum GNUTLS_KP_CODE_SIGNING;
Undocumented in source.
GNUTLS_KP_EMAIL_PROTECTION
enum GNUTLS_KP_EMAIL_PROTECTION;
Undocumented in source.
GNUTLS_KP_FLAG_DISALLOW_ANY
enum GNUTLS_KP_FLAG_DISALLOW_ANY;
Undocumented in source.
GNUTLS_KP_IPSEC_IKE
enum GNUTLS_KP_IPSEC_IKE;
Undocumented in source.
GNUTLS_KP_MS_SMART_CARD_LOGON
enum GNUTLS_KP_MS_SMART_CARD_LOGON;
Undocumented in source.
GNUTLS_KP_OCSP_SIGNING
enum GNUTLS_KP_OCSP_SIGNING;
Undocumented in source.
GNUTLS_KP_TIME_STAMPING
enum GNUTLS_KP_TIME_STAMPING;
Undocumented in source.
GNUTLS_KP_TLS_WWW_CLIENT
enum GNUTLS_KP_TLS_WWW_CLIENT;
Undocumented in source.
GNUTLS_KP_TLS_WWW_SERVER
enum GNUTLS_KP_TLS_WWW_SERVER;
Undocumented in source.
GNUTLS_MAX_QUALIFIERS
enum GNUTLS_MAX_QUALIFIERS;
Undocumented in source.
GNUTLS_NAME_CONSTRAINTS_FLAG_APPEND
enum GNUTLS_NAME_CONSTRAINTS_FLAG_APPEND;
Undocumented in source.
GNUTLS_OID_AD_CAISSUERS
enum GNUTLS_OID_AD_CAISSUERS;
Undocumented in source.
GNUTLS_OID_AD_OCSP
enum GNUTLS_OID_AD_OCSP;
Undocumented in source.
GNUTLS_OID_AIA
enum GNUTLS_OID_AIA;
Undocumented in source.
GNUTLS_OID_LDAP_DC
enum GNUTLS_OID_LDAP_DC;
Undocumented in source.
GNUTLS_OID_LDAP_UID
enum GNUTLS_OID_LDAP_UID;
Undocumented in source.
GNUTLS_OID_PKCS9_EMAIL
enum GNUTLS_OID_PKCS9_EMAIL;
Undocumented in source.
GNUTLS_OID_PKIX_COUNTRY_OF_CITIZENSHIP
enum GNUTLS_OID_PKIX_COUNTRY_OF_CITIZENSHIP;
Undocumented in source.
GNUTLS_OID_PKIX_COUNTRY_OF_RESIDENCE
enum GNUTLS_OID_PKIX_COUNTRY_OF_RESIDENCE;
Undocumented in source.
GNUTLS_OID_PKIX_DATE_OF_BIRTH
enum GNUTLS_OID_PKIX_DATE_OF_BIRTH;
Undocumented in source.
GNUTLS_OID_PKIX_GENDER
enum GNUTLS_OID_PKIX_GENDER;
Undocumented in source.
GNUTLS_OID_PKIX_PLACE_OF_BIRTH
enum GNUTLS_OID_PKIX_PLACE_OF_BIRTH;
Undocumented in source.
GNUTLS_OID_X520_COMMON_NAME
enum GNUTLS_OID_X520_COMMON_NAME;
Undocumented in source.
GNUTLS_OID_X520_COUNTRY_NAME
enum GNUTLS_OID_X520_COUNTRY_NAME;
Undocumented in source.
GNUTLS_OID_X520_DN_QUALIFIER
enum GNUTLS_OID_X520_DN_QUALIFIER;
Undocumented in source.
GNUTLS_OID_X520_GENERATION_QUALIFIER
enum GNUTLS_OID_X520_GENERATION_QUALIFIER;
Undocumented in source.
GNUTLS_OID_X520_GIVEN_NAME
enum GNUTLS_OID_X520_GIVEN_NAME;
Undocumented in source.
GNUTLS_OID_X520_INITIALS
enum GNUTLS_OID_X520_INITIALS;
Undocumented in source.
GNUTLS_OID_X520_LOCALITY_NAME
enum GNUTLS_OID_X520_LOCALITY_NAME;
Undocumented in source.
GNUTLS_OID_X520_NAME
enum GNUTLS_OID_X520_NAME;
Undocumented in source.
GNUTLS_OID_X520_ORGANIZATIONAL_UNIT_NAME
enum GNUTLS_OID_X520_ORGANIZATIONAL_UNIT_NAME;
Undocumented in source.
GNUTLS_OID_X520_ORGANIZATION_NAME
enum GNUTLS_OID_X520_ORGANIZATION_NAME;
Undocumented in source.
GNUTLS_OID_X520_POSTALCODE
enum GNUTLS_OID_X520_POSTALCODE;
Undocumented in source.
GNUTLS_OID_X520_PSEUDONYM
enum GNUTLS_OID_X520_PSEUDONYM;
Undocumented in source.
GNUTLS_OID_X520_STATE_OR_PROVINCE_NAME
enum GNUTLS_OID_X520_STATE_OR_PROVINCE_NAME;
Undocumented in source.
GNUTLS_OID_X520_SURNAME
enum GNUTLS_OID_X520_SURNAME;
Undocumented in source.
GNUTLS_OID_X520_TITLE
enum GNUTLS_OID_X520_TITLE;
Undocumented in source.
GNUTLS_PKCS8_PLAIN
enum GNUTLS_PKCS8_PLAIN;
Undocumented in source.
GNUTLS_PKCS8_USE_PKCS12_3DES
enum GNUTLS_PKCS8_USE_PKCS12_3DES;
Undocumented in source.
GNUTLS_PKCS8_USE_PKCS12_ARCFOUR
enum GNUTLS_PKCS8_USE_PKCS12_ARCFOUR;
Undocumented in source.
GNUTLS_PKCS8_USE_PKCS12_RC2_40
enum GNUTLS_PKCS8_USE_PKCS12_RC2_40;
Undocumented in source.
GNUTLS_PKCS_USE_PBES2_3DES
enum GNUTLS_PKCS_USE_PBES2_3DES;
Undocumented in source.
GNUTLS_PKCS_USE_PBES2_AES_128
enum GNUTLS_PKCS_USE_PBES2_AES_128;
Undocumented in source.
GNUTLS_PKCS_USE_PBES2_AES_192
enum GNUTLS_PKCS_USE_PBES2_AES_192;
Undocumented in source.
GNUTLS_PKCS_USE_PBES2_AES_256
enum GNUTLS_PKCS_USE_PBES2_AES_256;
Undocumented in source.
GNUTLS_PKCS_USE_PBES2_GOST_CPA
enum GNUTLS_PKCS_USE_PBES2_GOST_CPA;
Undocumented in source.
GNUTLS_PKCS_USE_PBES2_GOST_CPB
enum GNUTLS_PKCS_USE_PBES2_GOST_CPB;
Undocumented in source.
GNUTLS_PKCS_USE_PBES2_GOST_CPC
enum GNUTLS_PKCS_USE_PBES2_GOST_CPC;
Undocumented in source.
GNUTLS_PKCS_USE_PBES2_GOST_CPD
enum GNUTLS_PKCS_USE_PBES2_GOST_CPD;
Undocumented in source.
GNUTLS_PKCS_USE_PBES2_GOST_TC26Z
enum GNUTLS_PKCS_USE_PBES2_GOST_TC26Z;
Undocumented in source.
GNUTLS_PKCS_USE_PKCS12_3DES
enum GNUTLS_PKCS_USE_PKCS12_3DES;
Undocumented in source.
GNUTLS_PKCS_USE_PKCS12_ARCFOUR
enum GNUTLS_PKCS_USE_PKCS12_ARCFOUR;
Undocumented in source.
GNUTLS_PKCS_USE_PKCS12_RC2_40
enum GNUTLS_PKCS_USE_PKCS12_RC2_40;
Undocumented in source.
GNUTLS_VERIFY_ALLOW_BROKEN
enum GNUTLS_VERIFY_ALLOW_BROKEN;
Undocumented in source.
GNUTLS_VFLAGS_PROFILE_MASK
enum GNUTLS_VFLAGS_PROFILE_MASK;
Undocumented in source.
GNUTLS_X509EXT_OID_AUTHORITY_INFO_ACCESS
enum GNUTLS_X509EXT_OID_AUTHORITY_INFO_ACCESS;
Undocumented in source.
GNUTLS_X509EXT_OID_AUTHORITY_KEY_ID
enum GNUTLS_X509EXT_OID_AUTHORITY_KEY_ID;
Undocumented in source.
GNUTLS_X509EXT_OID_BASIC_CONSTRAINTS
enum GNUTLS_X509EXT_OID_BASIC_CONSTRAINTS;
Undocumented in source.
GNUTLS_X509EXT_OID_CRL_DIST_POINTS
enum GNUTLS_X509EXT_OID_CRL_DIST_POINTS;
Undocumented in source.
GNUTLS_X509EXT_OID_CRT_POLICY
enum GNUTLS_X509EXT_OID_CRT_POLICY;
Undocumented in source.
GNUTLS_X509EXT_OID_EXTENDED_KEY_USAGE
enum GNUTLS_X509EXT_OID_EXTENDED_KEY_USAGE;
Undocumented in source.
GNUTLS_X509EXT_OID_IAN
enum GNUTLS_X509EXT_OID_IAN;
Undocumented in source.
GNUTLS_X509EXT_OID_INHIBIT_ANYPOLICY
enum GNUTLS_X509EXT_OID_INHIBIT_ANYPOLICY;
Undocumented in source.
GNUTLS_X509EXT_OID_KEY_USAGE
enum GNUTLS_X509EXT_OID_KEY_USAGE;
Undocumented in source.
GNUTLS_X509EXT_OID_NAME_CONSTRAINTS
enum GNUTLS_X509EXT_OID_NAME_CONSTRAINTS;
Undocumented in source.
GNUTLS_X509EXT_OID_PRIVATE_KEY_USAGE_PERIOD
enum GNUTLS_X509EXT_OID_PRIVATE_KEY_USAGE_PERIOD;
Undocumented in source.
GNUTLS_X509EXT_OID_PROXY_CRT_INFO
enum GNUTLS_X509EXT_OID_PROXY_CRT_INFO;
Undocumented in source.
GNUTLS_X509EXT_OID_SAN
enum GNUTLS_X509EXT_OID_SAN;
Undocumented in source.
GNUTLS_X509EXT_OID_SUBJECT_KEY_ID
enum GNUTLS_X509EXT_OID_SUBJECT_KEY_ID;
Undocumented in source.
GNUTLS_X509EXT_OID_TLSFEATURES
enum GNUTLS_X509EXT_OID_TLSFEATURES;
Undocumented in source.
GNUTLS_X509_DN_FLAG_COMPAT
enum GNUTLS_X509_DN_FLAG_COMPAT;
Undocumented in source.
GNUTLS_X509_DN_OID_RETURN_OID
enum GNUTLS_X509_DN_OID_RETURN_OID;
Undocumented in source.
GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION
enum GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION;
Undocumented in source.
GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION
deprecated enum GNUTLS_X509_NO_WELL_DEFINED_EXPIRATION;
Undocumented in source.
GNUTLS_X509_OID_POLICY_ANY
enum GNUTLS_X509_OID_POLICY_ANY;
Undocumented in source.

Static variables

gnutls_certificate_get_trust_list
pgnutls_certificate_get_trust_list gnutls_certificate_get_trust_list;
Undocumented in source.
gnutls_certificate_set_trust_list
pgnutls_certificate_set_trust_list gnutls_certificate_set_trust_list;
Undocumented in source.
gnutls_certificate_verification_profile_get_id
pgnutls_certificate_verification_profile_get_id gnutls_certificate_verification_profile_get_id;
Undocumented in source.
gnutls_certificate_verification_profile_get_name
pgnutls_certificate_verification_profile_get_name gnutls_certificate_verification_profile_get_name;
Undocumented in source.
gnutls_pkcs8_info
pgnutls_pkcs8_info gnutls_pkcs8_info;
Undocumented in source.
gnutls_pkcs_schema_get_name
pgnutls_pkcs_schema_get_name gnutls_pkcs_schema_get_name;
Undocumented in source.
gnutls_pkcs_schema_get_oid
pgnutls_pkcs_schema_get_oid gnutls_pkcs_schema_get_oid;
Undocumented in source.
gnutls_x509_cidr_to_rfc5280
pgnutls_x509_cidr_to_rfc5280 gnutls_x509_cidr_to_rfc5280;
Undocumented in source.
gnutls_x509_crl_check_issuer
pgnutls_x509_crl_check_issuer gnutls_x509_crl_check_issuer;
Undocumented in source.
gnutls_x509_crl_deinit
pgnutls_x509_crl_deinit gnutls_x509_crl_deinit;
Undocumented in source.
gnutls_x509_crl_export
pgnutls_x509_crl_export gnutls_x509_crl_export;
Undocumented in source.
gnutls_x509_crl_export2
pgnutls_x509_crl_export2 gnutls_x509_crl_export2;
Undocumented in source.
gnutls_x509_crl_get_authority_key_gn_serial
pgnutls_x509_crl_get_authority_key_gn_serial gnutls_x509_crl_get_authority_key_gn_serial;
Undocumented in source.
gnutls_x509_crl_get_authority_key_id
pgnutls_x509_crl_get_authority_key_id gnutls_x509_crl_get_authority_key_id;
Undocumented in source.
gnutls_x509_crl_get_crt_count
pgnutls_x509_crl_get_crt_count gnutls_x509_crl_get_crt_count;
Undocumented in source.
gnutls_x509_crl_get_crt_serial
pgnutls_x509_crl_get_crt_serial gnutls_x509_crl_get_crt_serial;
Undocumented in source.
gnutls_x509_crl_get_dn_oid
pgnutls_x509_crl_get_dn_oid gnutls_x509_crl_get_dn_oid;
Undocumented in source.
gnutls_x509_crl_get_extension_data
pgnutls_x509_crl_get_extension_data gnutls_x509_crl_get_extension_data;
Undocumented in source.
gnutls_x509_crl_get_extension_data2
pgnutls_x509_crl_get_extension_data2 gnutls_x509_crl_get_extension_data2;
Undocumented in source.
gnutls_x509_crl_get_extension_info
pgnutls_x509_crl_get_extension_info gnutls_x509_crl_get_extension_info;
Undocumented in source.
gnutls_x509_crl_get_extension_oid
pgnutls_x509_crl_get_extension_oid gnutls_x509_crl_get_extension_oid;
Undocumented in source.
gnutls_x509_crl_get_issuer_dn
pgnutls_x509_crl_get_issuer_dn gnutls_x509_crl_get_issuer_dn;
Undocumented in source.
gnutls_x509_crl_get_issuer_dn2
pgnutls_x509_crl_get_issuer_dn2 gnutls_x509_crl_get_issuer_dn2;
Undocumented in source.
gnutls_x509_crl_get_issuer_dn3
pgnutls_x509_crl_get_issuer_dn3 gnutls_x509_crl_get_issuer_dn3;
Undocumented in source.
gnutls_x509_crl_get_issuer_dn_by_oid
pgnutls_x509_crl_get_issuer_dn_by_oid gnutls_x509_crl_get_issuer_dn_by_oid;
Undocumented in source.
gnutls_x509_crl_get_next_update
pgnutls_x509_crl_get_next_update gnutls_x509_crl_get_next_update;
Undocumented in source.
gnutls_x509_crl_get_number
pgnutls_x509_crl_get_number gnutls_x509_crl_get_number;
Undocumented in source.
gnutls_x509_crl_get_raw_issuer_dn
pgnutls_x509_crl_get_raw_issuer_dn gnutls_x509_crl_get_raw_issuer_dn;
Undocumented in source.
gnutls_x509_crl_get_signature
pgnutls_x509_crl_get_signature gnutls_x509_crl_get_signature;
Undocumented in source.
gnutls_x509_crl_get_signature_algorithm
pgnutls_x509_crl_get_signature_algorithm gnutls_x509_crl_get_signature_algorithm;
Undocumented in source.
gnutls_x509_crl_get_signature_oid
pgnutls_x509_crl_get_signature_oid gnutls_x509_crl_get_signature_oid;
Undocumented in source.
gnutls_x509_crl_get_this_update
pgnutls_x509_crl_get_this_update gnutls_x509_crl_get_this_update;
Undocumented in source.
gnutls_x509_crl_get_version
pgnutls_x509_crl_get_version gnutls_x509_crl_get_version;
Undocumented in source.
gnutls_x509_crl_import
pgnutls_x509_crl_import gnutls_x509_crl_import;
Undocumented in source.
gnutls_x509_crl_init
pgnutls_x509_crl_init gnutls_x509_crl_init;
Undocumented in source.
gnutls_x509_crl_iter_crt_serial
pgnutls_x509_crl_iter_crt_serial gnutls_x509_crl_iter_crt_serial;
Undocumented in source.
gnutls_x509_crl_iter_deinit
pgnutls_x509_crl_iter_deinit gnutls_x509_crl_iter_deinit;
Undocumented in source.
gnutls_x509_crl_list_import
pgnutls_x509_crl_list_import gnutls_x509_crl_list_import;
Undocumented in source.
gnutls_x509_crl_list_import2
pgnutls_x509_crl_list_import2 gnutls_x509_crl_list_import2;
Undocumented in source.
gnutls_x509_crl_print
pgnutls_x509_crl_print gnutls_x509_crl_print;
Undocumented in source.
gnutls_x509_crl_set_authority_key_id
pgnutls_x509_crl_set_authority_key_id gnutls_x509_crl_set_authority_key_id;
Undocumented in source.
gnutls_x509_crl_set_crt
pgnutls_x509_crl_set_crt gnutls_x509_crl_set_crt;
Undocumented in source.
gnutls_x509_crl_set_crt_serial
pgnutls_x509_crl_set_crt_serial gnutls_x509_crl_set_crt_serial;
Undocumented in source.
gnutls_x509_crl_set_next_update
pgnutls_x509_crl_set_next_update gnutls_x509_crl_set_next_update;
Undocumented in source.
gnutls_x509_crl_set_number
pgnutls_x509_crl_set_number gnutls_x509_crl_set_number;
Undocumented in source.
gnutls_x509_crl_set_this_update
pgnutls_x509_crl_set_this_update gnutls_x509_crl_set_this_update;
Undocumented in source.
gnutls_x509_crl_set_version
pgnutls_x509_crl_set_version gnutls_x509_crl_set_version;
Undocumented in source.
gnutls_x509_crl_sign
pgnutls_x509_crl_sign gnutls_x509_crl_sign;
Undocumented in source.
gnutls_x509_crl_sign2
pgnutls_x509_crl_sign2 gnutls_x509_crl_sign2;
Undocumented in source.
gnutls_x509_crl_verify
pgnutls_x509_crl_verify gnutls_x509_crl_verify;
Undocumented in source.
gnutls_x509_crq_deinit
pgnutls_x509_crq_deinit gnutls_x509_crq_deinit;
Undocumented in source.
gnutls_x509_crq_export
pgnutls_x509_crq_export gnutls_x509_crq_export;
Undocumented in source.
gnutls_x509_crq_export2
pgnutls_x509_crq_export2 gnutls_x509_crq_export2;
Undocumented in source.
gnutls_x509_crq_get_attribute_by_oid
pgnutls_x509_crq_get_attribute_by_oid gnutls_x509_crq_get_attribute_by_oid;
Undocumented in source.
gnutls_x509_crq_get_attribute_data
pgnutls_x509_crq_get_attribute_data gnutls_x509_crq_get_attribute_data;
Undocumented in source.
gnutls_x509_crq_get_attribute_info
pgnutls_x509_crq_get_attribute_info gnutls_x509_crq_get_attribute_info;
Undocumented in source.
gnutls_x509_crq_get_basic_constraints
pgnutls_x509_crq_get_basic_constraints gnutls_x509_crq_get_basic_constraints;
Undocumented in source.
gnutls_x509_crq_get_challenge_password
pgnutls_x509_crq_get_challenge_password gnutls_x509_crq_get_challenge_password;
Undocumented in source.
gnutls_x509_crq_get_dn
pgnutls_x509_crq_get_dn gnutls_x509_crq_get_dn;
Undocumented in source.
gnutls_x509_crq_get_dn2
pgnutls_x509_crq_get_dn2 gnutls_x509_crq_get_dn2;
Undocumented in source.
gnutls_x509_crq_get_dn3
pgnutls_x509_crq_get_dn3 gnutls_x509_crq_get_dn3;
Undocumented in source.
gnutls_x509_crq_get_dn_by_oid
pgnutls_x509_crq_get_dn_by_oid gnutls_x509_crq_get_dn_by_oid;
Undocumented in source.
gnutls_x509_crq_get_dn_oid
pgnutls_x509_crq_get_dn_oid gnutls_x509_crq_get_dn_oid;
Undocumented in source.
gnutls_x509_crq_get_extension_by_oid
pgnutls_x509_crq_get_extension_by_oid gnutls_x509_crq_get_extension_by_oid;
Undocumented in source.
gnutls_x509_crq_get_extension_by_oid2
pgnutls_x509_crq_get_extension_by_oid2 gnutls_x509_crq_get_extension_by_oid2;
Undocumented in source.
gnutls_x509_crq_get_extension_data
pgnutls_x509_crq_get_extension_data gnutls_x509_crq_get_extension_data;
Undocumented in source.
gnutls_x509_crq_get_extension_data2
pgnutls_x509_crq_get_extension_data2 gnutls_x509_crq_get_extension_data2;
Undocumented in source.
gnutls_x509_crq_get_extension_info
pgnutls_x509_crq_get_extension_info gnutls_x509_crq_get_extension_info;
Undocumented in source.
gnutls_x509_crq_get_key_id
pgnutls_x509_crq_get_key_id gnutls_x509_crq_get_key_id;
Undocumented in source.
gnutls_x509_crq_get_key_purpose_oid
pgnutls_x509_crq_get_key_purpose_oid gnutls_x509_crq_get_key_purpose_oid;
Undocumented in source.
gnutls_x509_crq_get_key_rsa_raw
pgnutls_x509_crq_get_key_rsa_raw gnutls_x509_crq_get_key_rsa_raw;
Undocumented in source.
gnutls_x509_crq_get_key_usage
pgnutls_x509_crq_get_key_usage gnutls_x509_crq_get_key_usage;
Undocumented in source.
gnutls_x509_crq_get_pk_algorithm
pgnutls_x509_crq_get_pk_algorithm gnutls_x509_crq_get_pk_algorithm;
Undocumented in source.
gnutls_x509_crq_get_pk_oid
pgnutls_x509_crq_get_pk_oid gnutls_x509_crq_get_pk_oid;
Undocumented in source.
gnutls_x509_crq_get_private_key_usage_period
pgnutls_x509_crq_get_private_key_usage_period gnutls_x509_crq_get_private_key_usage_period;
Undocumented in source.
gnutls_x509_crq_get_signature_algorithm
pgnutls_x509_crq_get_signature_algorithm gnutls_x509_crq_get_signature_algorithm;
Undocumented in source.
gnutls_x509_crq_get_signature_oid
pgnutls_x509_crq_get_signature_oid gnutls_x509_crq_get_signature_oid;
Undocumented in source.
gnutls_x509_crq_get_spki
pgnutls_x509_crq_get_spki gnutls_x509_crq_get_spki;
Undocumented in source.
gnutls_x509_crq_get_subject_alt_name
pgnutls_x509_crq_get_subject_alt_name gnutls_x509_crq_get_subject_alt_name;
Undocumented in source.
gnutls_x509_crq_get_subject_alt_othername_oid
pgnutls_x509_crq_get_subject_alt_othername_oid gnutls_x509_crq_get_subject_alt_othername_oid;
Undocumented in source.
gnutls_x509_crq_get_tlsfeatures
pgnutls_x509_crq_get_tlsfeatures gnutls_x509_crq_get_tlsfeatures;
Undocumented in source.
gnutls_x509_crq_get_version
pgnutls_x509_crq_get_version gnutls_x509_crq_get_version;
Undocumented in source.
gnutls_x509_crq_import
pgnutls_x509_crq_import gnutls_x509_crq_import;
Undocumented in source.
gnutls_x509_crq_init
pgnutls_x509_crq_init gnutls_x509_crq_init;
Undocumented in source.
gnutls_x509_crq_print
pgnutls_x509_crq_print gnutls_x509_crq_print;
Undocumented in source.
gnutls_x509_crq_set_attribute_by_oid
pgnutls_x509_crq_set_attribute_by_oid gnutls_x509_crq_set_attribute_by_oid;
Undocumented in source.
gnutls_x509_crq_set_basic_constraints
pgnutls_x509_crq_set_basic_constraints gnutls_x509_crq_set_basic_constraints;
Undocumented in source.
gnutls_x509_crq_set_challenge_password
pgnutls_x509_crq_set_challenge_password gnutls_x509_crq_set_challenge_password;
Undocumented in source.
gnutls_x509_crq_set_dn
pgnutls_x509_crq_set_dn gnutls_x509_crq_set_dn;
Undocumented in source.
gnutls_x509_crq_set_dn_by_oid
pgnutls_x509_crq_set_dn_by_oid gnutls_x509_crq_set_dn_by_oid;
Undocumented in source.
gnutls_x509_crq_set_extension_by_oid
pgnutls_x509_crq_set_extension_by_oid gnutls_x509_crq_set_extension_by_oid;
Undocumented in source.
gnutls_x509_crq_set_key
pgnutls_x509_crq_set_key gnutls_x509_crq_set_key;
Undocumented in source.
gnutls_x509_crq_set_key_purpose_oid
pgnutls_x509_crq_set_key_purpose_oid gnutls_x509_crq_set_key_purpose_oid;
Undocumented in source.
gnutls_x509_crq_set_key_rsa_raw
pgnutls_x509_crq_set_key_rsa_raw gnutls_x509_crq_set_key_rsa_raw;
Undocumented in source.
gnutls_x509_crq_set_key_usage
pgnutls_x509_crq_set_key_usage gnutls_x509_crq_set_key_usage;
Undocumented in source.
gnutls_x509_crq_set_private_key_usage_period
pgnutls_x509_crq_set_private_key_usage_period gnutls_x509_crq_set_private_key_usage_period;
Undocumented in source.
gnutls_x509_crq_set_spki
pgnutls_x509_crq_set_spki gnutls_x509_crq_set_spki;
Undocumented in source.
gnutls_x509_crq_set_subject_alt_name
pgnutls_x509_crq_set_subject_alt_name gnutls_x509_crq_set_subject_alt_name;
Undocumented in source.
gnutls_x509_crq_set_subject_alt_othername
pgnutls_x509_crq_set_subject_alt_othername gnutls_x509_crq_set_subject_alt_othername;
Undocumented in source.
gnutls_x509_crq_set_tlsfeatures
pgnutls_x509_crq_set_tlsfeatures gnutls_x509_crq_set_tlsfeatures;
Undocumented in source.
gnutls_x509_crq_set_version
pgnutls_x509_crq_set_version gnutls_x509_crq_set_version;
Undocumented in source.
gnutls_x509_crq_sign
pgnutls_x509_crq_sign gnutls_x509_crq_sign;
Undocumented in source.
gnutls_x509_crq_sign2
pgnutls_x509_crq_sign2 gnutls_x509_crq_sign2;
Undocumented in source.
gnutls_x509_crq_verify
pgnutls_x509_crq_verify gnutls_x509_crq_verify;
Undocumented in source.
gnutls_x509_crt_check_email
pgnutls_x509_crt_check_email gnutls_x509_crt_check_email;
Undocumented in source.
gnutls_x509_crt_check_hostname
pgnutls_x509_crt_check_hostname gnutls_x509_crt_check_hostname;
Undocumented in source.
gnutls_x509_crt_check_hostname2
pgnutls_x509_crt_check_hostname2 gnutls_x509_crt_check_hostname2;
Undocumented in source.
gnutls_x509_crt_check_ip
pgnutls_x509_crt_check_ip gnutls_x509_crt_check_ip;
Undocumented in source.
gnutls_x509_crt_check_issuer
pgnutls_x509_crt_check_issuer gnutls_x509_crt_check_issuer;
Undocumented in source.
gnutls_x509_crt_check_key_purpose
pgnutls_x509_crt_check_key_purpose gnutls_x509_crt_check_key_purpose;
Undocumented in source.
gnutls_x509_crt_check_revocation
pgnutls_x509_crt_check_revocation gnutls_x509_crt_check_revocation;
Undocumented in source.
gnutls_x509_crt_cpy_crl_dist_points
pgnutls_x509_crt_cpy_crl_dist_points gnutls_x509_crt_cpy_crl_dist_points;
Undocumented in source.
gnutls_x509_crt_deinit
pgnutls_x509_crt_deinit gnutls_x509_crt_deinit;
Undocumented in source.
gnutls_x509_crt_equals
pgnutls_x509_crt_equals gnutls_x509_crt_equals;
Undocumented in source.
gnutls_x509_crt_equals2
pgnutls_x509_crt_equals2 gnutls_x509_crt_equals2;
Undocumented in source.
gnutls_x509_crt_export
pgnutls_x509_crt_export gnutls_x509_crt_export;
Undocumented in source.
gnutls_x509_crt_export2
pgnutls_x509_crt_export2 gnutls_x509_crt_export2;
Undocumented in source.
gnutls_x509_crt_get_activation_time
pgnutls_x509_crt_get_activation_time gnutls_x509_crt_get_activation_time;
Undocumented in source.
gnutls_x509_crt_get_authority_info_access
pgnutls_x509_crt_get_authority_info_access gnutls_x509_crt_get_authority_info_access;
Undocumented in source.
gnutls_x509_crt_get_authority_key_gn_serial
pgnutls_x509_crt_get_authority_key_gn_serial gnutls_x509_crt_get_authority_key_gn_serial;
Undocumented in source.
gnutls_x509_crt_get_authority_key_id
pgnutls_x509_crt_get_authority_key_id gnutls_x509_crt_get_authority_key_id;
Undocumented in source.
gnutls_x509_crt_get_basic_constraints
pgnutls_x509_crt_get_basic_constraints gnutls_x509_crt_get_basic_constraints;
Undocumented in source.
gnutls_x509_crt_get_ca_status
pgnutls_x509_crt_get_ca_status gnutls_x509_crt_get_ca_status;
Undocumented in source.
gnutls_x509_crt_get_crl_dist_points
pgnutls_x509_crt_get_crl_dist_points gnutls_x509_crt_get_crl_dist_points;
Undocumented in source.
gnutls_x509_crt_get_dn
pgnutls_x509_crt_get_dn gnutls_x509_crt_get_dn;
Undocumented in source.
gnutls_x509_crt_get_dn2
pgnutls_x509_crt_get_dn2 gnutls_x509_crt_get_dn2;
Undocumented in source.
gnutls_x509_crt_get_dn3
pgnutls_x509_crt_get_dn3 gnutls_x509_crt_get_dn3;
Undocumented in source.
gnutls_x509_crt_get_dn_by_oid
pgnutls_x509_crt_get_dn_by_oid gnutls_x509_crt_get_dn_by_oid;
Undocumented in source.
gnutls_x509_crt_get_dn_oid
pgnutls_x509_crt_get_dn_oid gnutls_x509_crt_get_dn_oid;
Undocumented in source.
gnutls_x509_crt_get_expiration_time
pgnutls_x509_crt_get_expiration_time gnutls_x509_crt_get_expiration_time;
Undocumented in source.
gnutls_x509_crt_get_extension_by_oid
pgnutls_x509_crt_get_extension_by_oid gnutls_x509_crt_get_extension_by_oid;
Undocumented in source.
gnutls_x509_crt_get_extension_by_oid2
pgnutls_x509_crt_get_extension_by_oid2 gnutls_x509_crt_get_extension_by_oid2;
Undocumented in source.
gnutls_x509_crt_get_extension_data
pgnutls_x509_crt_get_extension_data gnutls_x509_crt_get_extension_data;
Undocumented in source.
gnutls_x509_crt_get_extension_data2
pgnutls_x509_crt_get_extension_data2 gnutls_x509_crt_get_extension_data2;
Undocumented in source.
gnutls_x509_crt_get_extension_info
pgnutls_x509_crt_get_extension_info gnutls_x509_crt_get_extension_info;
Undocumented in source.
gnutls_x509_crt_get_extension_oid
pgnutls_x509_crt_get_extension_oid gnutls_x509_crt_get_extension_oid;
Undocumented in source.
gnutls_x509_crt_get_fingerprint
pgnutls_x509_crt_get_fingerprint gnutls_x509_crt_get_fingerprint;
Undocumented in source.
gnutls_x509_crt_get_inhibit_anypolicy
pgnutls_x509_crt_get_inhibit_anypolicy gnutls_x509_crt_get_inhibit_anypolicy;
Undocumented in source.
gnutls_x509_crt_get_issuer
pgnutls_x509_crt_get_issuer gnutls_x509_crt_get_issuer;
Undocumented in source.
gnutls_x509_crt_get_issuer_alt_name
pgnutls_x509_crt_get_issuer_alt_name gnutls_x509_crt_get_issuer_alt_name;
Undocumented in source.
gnutls_x509_crt_get_issuer_alt_name2
pgnutls_x509_crt_get_issuer_alt_name2 gnutls_x509_crt_get_issuer_alt_name2;
Undocumented in source.
gnutls_x509_crt_get_issuer_alt_othername_oid
pgnutls_x509_crt_get_issuer_alt_othername_oid gnutls_x509_crt_get_issuer_alt_othername_oid;
Undocumented in source.
gnutls_x509_crt_get_issuer_dn
pgnutls_x509_crt_get_issuer_dn gnutls_x509_crt_get_issuer_dn;
Undocumented in source.
gnutls_x509_crt_get_issuer_dn2
pgnutls_x509_crt_get_issuer_dn2 gnutls_x509_crt_get_issuer_dn2;
Undocumented in source.
gnutls_x509_crt_get_issuer_dn3
pgnutls_x509_crt_get_issuer_dn3 gnutls_x509_crt_get_issuer_dn3;
Undocumented in source.
gnutls_x509_crt_get_issuer_dn_by_oid
pgnutls_x509_crt_get_issuer_dn_by_oid gnutls_x509_crt_get_issuer_dn_by_oid;
Undocumented in source.
gnutls_x509_crt_get_issuer_dn_oid
pgnutls_x509_crt_get_issuer_dn_oid gnutls_x509_crt_get_issuer_dn_oid;
Undocumented in source.
gnutls_x509_crt_get_issuer_unique_id
pgnutls_x509_crt_get_issuer_unique_id gnutls_x509_crt_get_issuer_unique_id;
Undocumented in source.
gnutls_x509_crt_get_key_id
pgnutls_x509_crt_get_key_id gnutls_x509_crt_get_key_id;
Undocumented in source.
gnutls_x509_crt_get_key_purpose_oid
pgnutls_x509_crt_get_key_purpose_oid gnutls_x509_crt_get_key_purpose_oid;
Undocumented in source.
gnutls_x509_crt_get_key_usage
pgnutls_x509_crt_get_key_usage gnutls_x509_crt_get_key_usage;
Undocumented in source.
gnutls_x509_crt_get_name_constraints
pgnutls_x509_crt_get_name_constraints gnutls_x509_crt_get_name_constraints;
Undocumented in source.
gnutls_x509_crt_get_pk_algorithm
pgnutls_x509_crt_get_pk_algorithm gnutls_x509_crt_get_pk_algorithm;
Undocumented in source.
gnutls_x509_crt_get_pk_dsa_raw
pgnutls_x509_crt_get_pk_dsa_raw gnutls_x509_crt_get_pk_dsa_raw;
Undocumented in source.
gnutls_x509_crt_get_pk_ecc_raw
pgnutls_x509_crt_get_pk_ecc_raw gnutls_x509_crt_get_pk_ecc_raw;
Undocumented in source.
gnutls_x509_crt_get_pk_gost_raw
pgnutls_x509_crt_get_pk_gost_raw gnutls_x509_crt_get_pk_gost_raw;
Undocumented in source.
gnutls_x509_crt_get_pk_oid
pgnutls_x509_crt_get_pk_oid gnutls_x509_crt_get_pk_oid;
Undocumented in source.
gnutls_x509_crt_get_pk_rsa_raw
pgnutls_x509_crt_get_pk_rsa_raw gnutls_x509_crt_get_pk_rsa_raw;
Undocumented in source.
gnutls_x509_crt_get_policy
pgnutls_x509_crt_get_policy gnutls_x509_crt_get_policy;
Undocumented in source.
gnutls_x509_crt_get_private_key_usage_period
pgnutls_x509_crt_get_private_key_usage_period gnutls_x509_crt_get_private_key_usage_period;
Undocumented in source.
gnutls_x509_crt_get_proxy
pgnutls_x509_crt_get_proxy gnutls_x509_crt_get_proxy;
Undocumented in source.
gnutls_x509_crt_get_raw_dn
pgnutls_x509_crt_get_raw_dn gnutls_x509_crt_get_raw_dn;
Undocumented in source.
gnutls_x509_crt_get_raw_issuer_dn
pgnutls_x509_crt_get_raw_issuer_dn gnutls_x509_crt_get_raw_issuer_dn;
Undocumented in source.
gnutls_x509_crt_get_serial
pgnutls_x509_crt_get_serial gnutls_x509_crt_get_serial;
Undocumented in source.
gnutls_x509_crt_get_signature
pgnutls_x509_crt_get_signature gnutls_x509_crt_get_signature;
Undocumented in source.
gnutls_x509_crt_get_signature_algorithm
pgnutls_x509_crt_get_signature_algorithm gnutls_x509_crt_get_signature_algorithm;
Undocumented in source.
gnutls_x509_crt_get_signature_oid
pgnutls_x509_crt_get_signature_oid gnutls_x509_crt_get_signature_oid;
Undocumented in source.
gnutls_x509_crt_get_spki
pgnutls_x509_crt_get_spki gnutls_x509_crt_get_spki;
Undocumented in source.
gnutls_x509_crt_get_subject
pgnutls_x509_crt_get_subject gnutls_x509_crt_get_subject;
Undocumented in source.
gnutls_x509_crt_get_subject_alt_name
pgnutls_x509_crt_get_subject_alt_name gnutls_x509_crt_get_subject_alt_name;
Undocumented in source.
gnutls_x509_crt_get_subject_alt_name2
pgnutls_x509_crt_get_subject_alt_name2 gnutls_x509_crt_get_subject_alt_name2;
Undocumented in source.
gnutls_x509_crt_get_subject_alt_othername_oid
pgnutls_x509_crt_get_subject_alt_othername_oid gnutls_x509_crt_get_subject_alt_othername_oid;
Undocumented in source.
gnutls_x509_crt_get_subject_key_id
pgnutls_x509_crt_get_subject_key_id gnutls_x509_crt_get_subject_key_id;
Undocumented in source.
gnutls_x509_crt_get_subject_unique_id
pgnutls_x509_crt_get_subject_unique_id gnutls_x509_crt_get_subject_unique_id;
Undocumented in source.
gnutls_x509_crt_get_tlsfeatures
pgnutls_x509_crt_get_tlsfeatures gnutls_x509_crt_get_tlsfeatures;
Undocumented in source.
gnutls_x509_crt_get_version
pgnutls_x509_crt_get_version gnutls_x509_crt_get_version;
Undocumented in source.
gnutls_x509_crt_import
pgnutls_x509_crt_import gnutls_x509_crt_import;
Undocumented in source.
gnutls_x509_crt_import_url
pgnutls_x509_crt_import_url gnutls_x509_crt_import_url;
Undocumented in source.
gnutls_x509_crt_init
pgnutls_x509_crt_init gnutls_x509_crt_init;
Undocumented in source.
gnutls_x509_crt_list_import
pgnutls_x509_crt_list_import gnutls_x509_crt_list_import;
Undocumented in source.
gnutls_x509_crt_list_import2
pgnutls_x509_crt_list_import2 gnutls_x509_crt_list_import2;
Undocumented in source.
gnutls_x509_crt_list_import_url
pgnutls_x509_crt_list_import_url gnutls_x509_crt_list_import_url;
Undocumented in source.
gnutls_x509_crt_list_verify
pgnutls_x509_crt_list_verify gnutls_x509_crt_list_verify;
Undocumented in source.
gnutls_x509_crt_print
pgnutls_x509_crt_print gnutls_x509_crt_print;
Undocumented in source.
gnutls_x509_crt_set_activation_time
pgnutls_x509_crt_set_activation_time gnutls_x509_crt_set_activation_time;
Undocumented in source.
gnutls_x509_crt_set_authority_info_access
pgnutls_x509_crt_set_authority_info_access gnutls_x509_crt_set_authority_info_access;
Undocumented in source.
gnutls_x509_crt_set_authority_key_id
pgnutls_x509_crt_set_authority_key_id gnutls_x509_crt_set_authority_key_id;
Undocumented in source.
gnutls_x509_crt_set_basic_constraints
pgnutls_x509_crt_set_basic_constraints gnutls_x509_crt_set_basic_constraints;
Undocumented in source.
gnutls_x509_crt_set_ca_status
pgnutls_x509_crt_set_ca_status gnutls_x509_crt_set_ca_status;
Undocumented in source.
gnutls_x509_crt_set_crl_dist_points
pgnutls_x509_crt_set_crl_dist_points gnutls_x509_crt_set_crl_dist_points;
Undocumented in source.
gnutls_x509_crt_set_crl_dist_points2
pgnutls_x509_crt_set_crl_dist_points2 gnutls_x509_crt_set_crl_dist_points2;
Undocumented in source.
gnutls_x509_crt_set_crq
pgnutls_x509_crt_set_crq gnutls_x509_crt_set_crq;
Undocumented in source.
gnutls_x509_crt_set_crq_extension_by_oid
pgnutls_x509_crt_set_crq_extension_by_oid gnutls_x509_crt_set_crq_extension_by_oid;
Undocumented in source.
gnutls_x509_crt_set_crq_extensions
pgnutls_x509_crt_set_crq_extensions gnutls_x509_crt_set_crq_extensions;
Undocumented in source.
gnutls_x509_crt_set_dn
pgnutls_x509_crt_set_dn gnutls_x509_crt_set_dn;
Undocumented in source.
gnutls_x509_crt_set_dn_by_oid
pgnutls_x509_crt_set_dn_by_oid gnutls_x509_crt_set_dn_by_oid;
Undocumented in source.
gnutls_x509_crt_set_expiration_time
pgnutls_x509_crt_set_expiration_time gnutls_x509_crt_set_expiration_time;
Undocumented in source.
gnutls_x509_crt_set_extension_by_oid
pgnutls_x509_crt_set_extension_by_oid gnutls_x509_crt_set_extension_by_oid;
Undocumented in source.
gnutls_x509_crt_set_flags
pgnutls_x509_crt_set_flags gnutls_x509_crt_set_flags;
Undocumented in source.
gnutls_x509_crt_set_inhibit_anypolicy
pgnutls_x509_crt_set_inhibit_anypolicy gnutls_x509_crt_set_inhibit_anypolicy;
Undocumented in source.
gnutls_x509_crt_set_issuer_alt_name
pgnutls_x509_crt_set_issuer_alt_name gnutls_x509_crt_set_issuer_alt_name;
Undocumented in source.
gnutls_x509_crt_set_issuer_alt_othername
pgnutls_x509_crt_set_issuer_alt_othername gnutls_x509_crt_set_issuer_alt_othername;
Undocumented in source.
gnutls_x509_crt_set_issuer_dn
pgnutls_x509_crt_set_issuer_dn gnutls_x509_crt_set_issuer_dn;
Undocumented in source.
gnutls_x509_crt_set_issuer_dn_by_oid
pgnutls_x509_crt_set_issuer_dn_by_oid gnutls_x509_crt_set_issuer_dn_by_oid;
Undocumented in source.
gnutls_x509_crt_set_issuer_unique_id
pgnutls_x509_crt_set_issuer_unique_id gnutls_x509_crt_set_issuer_unique_id;
Undocumented in source.
gnutls_x509_crt_set_key
pgnutls_x509_crt_set_key gnutls_x509_crt_set_key;
Undocumented in source.
gnutls_x509_crt_set_key_purpose_oid
pgnutls_x509_crt_set_key_purpose_oid gnutls_x509_crt_set_key_purpose_oid;
Undocumented in source.
gnutls_x509_crt_set_key_usage
pgnutls_x509_crt_set_key_usage gnutls_x509_crt_set_key_usage;
Undocumented in source.
gnutls_x509_crt_set_name_constraints
pgnutls_x509_crt_set_name_constraints gnutls_x509_crt_set_name_constraints;
Undocumented in source.
gnutls_x509_crt_set_pin_function
pgnutls_x509_crt_set_pin_function gnutls_x509_crt_set_pin_function;
Undocumented in source.
gnutls_x509_crt_set_policy
pgnutls_x509_crt_set_policy gnutls_x509_crt_set_policy;
Undocumented in source.
gnutls_x509_crt_set_private_key_usage_period
pgnutls_x509_crt_set_private_key_usage_period gnutls_x509_crt_set_private_key_usage_period;
Undocumented in source.
gnutls_x509_crt_set_proxy
pgnutls_x509_crt_set_proxy gnutls_x509_crt_set_proxy;
Undocumented in source.
gnutls_x509_crt_set_proxy_dn
pgnutls_x509_crt_set_proxy_dn gnutls_x509_crt_set_proxy_dn;
Undocumented in source.
gnutls_x509_crt_set_serial
pgnutls_x509_crt_set_serial gnutls_x509_crt_set_serial;
Undocumented in source.
gnutls_x509_crt_set_spki
pgnutls_x509_crt_set_spki gnutls_x509_crt_set_spki;
Undocumented in source.
gnutls_x509_crt_set_subject_alt_name
pgnutls_x509_crt_set_subject_alt_name gnutls_x509_crt_set_subject_alt_name;
Undocumented in source.
gnutls_x509_crt_set_subject_alt_othername
pgnutls_x509_crt_set_subject_alt_othername gnutls_x509_crt_set_subject_alt_othername;
Undocumented in source.
gnutls_x509_crt_set_subject_alternative_name
pgnutls_x509_crt_set_subject_alternative_name gnutls_x509_crt_set_subject_alternative_name;
Undocumented in source.
gnutls_x509_crt_set_subject_key_id
pgnutls_x509_crt_set_subject_key_id gnutls_x509_crt_set_subject_key_id;
Undocumented in source.
gnutls_x509_crt_set_subject_unique_id
pgnutls_x509_crt_set_subject_unique_id gnutls_x509_crt_set_subject_unique_id;
Undocumented in source.
gnutls_x509_crt_set_tlsfeatures
pgnutls_x509_crt_set_tlsfeatures gnutls_x509_crt_set_tlsfeatures;
Undocumented in source.
gnutls_x509_crt_set_version
pgnutls_x509_crt_set_version gnutls_x509_crt_set_version;
Undocumented in source.
gnutls_x509_crt_sign
pgnutls_x509_crt_sign gnutls_x509_crt_sign;
Undocumented in source.
gnutls_x509_crt_sign2
pgnutls_x509_crt_sign2 gnutls_x509_crt_sign2;
Undocumented in source.
gnutls_x509_crt_verify
pgnutls_x509_crt_verify gnutls_x509_crt_verify;
Undocumented in source.
gnutls_x509_crt_verify_data2
pgnutls_x509_crt_verify_data2 gnutls_x509_crt_verify_data2;
Undocumented in source.
gnutls_x509_dn_deinit
pgnutls_x509_dn_deinit gnutls_x509_dn_deinit;
Undocumented in source.
gnutls_x509_dn_export
pgnutls_x509_dn_export gnutls_x509_dn_export;
Undocumented in source.
gnutls_x509_dn_export2
pgnutls_x509_dn_export2 gnutls_x509_dn_export2;
Undocumented in source.
gnutls_x509_dn_get_rdn_ava
pgnutls_x509_dn_get_rdn_ava gnutls_x509_dn_get_rdn_ava;
Undocumented in source.
gnutls_x509_dn_get_str
pgnutls_x509_dn_get_str gnutls_x509_dn_get_str;
Undocumented in source.
gnutls_x509_dn_get_str2
pgnutls_x509_dn_get_str2 gnutls_x509_dn_get_str2;
Undocumented in source.
gnutls_x509_dn_import
pgnutls_x509_dn_import gnutls_x509_dn_import;
Undocumented in source.
gnutls_x509_dn_init
pgnutls_x509_dn_init gnutls_x509_dn_init;
Undocumented in source.
gnutls_x509_dn_oid_known
pgnutls_x509_dn_oid_known gnutls_x509_dn_oid_known;
Undocumented in source.
gnutls_x509_dn_oid_name
pgnutls_x509_dn_oid_name gnutls_x509_dn_oid_name;
Undocumented in source.
gnutls_x509_dn_set_str
pgnutls_x509_dn_set_str gnutls_x509_dn_set_str;
Undocumented in source.
gnutls_x509_ext_deinit
pgnutls_x509_ext_deinit gnutls_x509_ext_deinit;
Undocumented in source.
gnutls_x509_ext_print
pgnutls_x509_ext_print gnutls_x509_ext_print;
Undocumented in source.
gnutls_x509_name_constraints_add_excluded
pgnutls_x509_name_constraints_add_excluded gnutls_x509_name_constraints_add_excluded;
Undocumented in source.
gnutls_x509_name_constraints_add_permitted
pgnutls_x509_name_constraints_add_permitted gnutls_x509_name_constraints_add_permitted;
Undocumented in source.
gnutls_x509_name_constraints_check
pgnutls_x509_name_constraints_check gnutls_x509_name_constraints_check;
Undocumented in source.
gnutls_x509_name_constraints_check_crt
pgnutls_x509_name_constraints_check_crt gnutls_x509_name_constraints_check_crt;
Undocumented in source.
gnutls_x509_name_constraints_deinit
pgnutls_x509_name_constraints_deinit gnutls_x509_name_constraints_deinit;
Undocumented in source.
gnutls_x509_name_constraints_get_excluded
pgnutls_x509_name_constraints_get_excluded gnutls_x509_name_constraints_get_excluded;
Undocumented in source.
gnutls_x509_name_constraints_get_permitted
pgnutls_x509_name_constraints_get_permitted gnutls_x509_name_constraints_get_permitted;
Undocumented in source.
gnutls_x509_name_constraints_init
pgnutls_x509_name_constraints_init gnutls_x509_name_constraints_init;
Undocumented in source.
gnutls_x509_policy_release
pgnutls_x509_policy_release gnutls_x509_policy_release;
Undocumented in source.
gnutls_x509_privkey_cpy
pgnutls_x509_privkey_cpy gnutls_x509_privkey_cpy;
Undocumented in source.
gnutls_x509_privkey_deinit
pgnutls_x509_privkey_deinit gnutls_x509_privkey_deinit;
Undocumented in source.
gnutls_x509_privkey_export
pgnutls_x509_privkey_export gnutls_x509_privkey_export;
Undocumented in source.
gnutls_x509_privkey_export2
pgnutls_x509_privkey_export2 gnutls_x509_privkey_export2;
Undocumented in source.
gnutls_x509_privkey_export2_pkcs8
pgnutls_x509_privkey_export2_pkcs8 gnutls_x509_privkey_export2_pkcs8;
Undocumented in source.
gnutls_x509_privkey_export_dsa_raw
pgnutls_x509_privkey_export_dsa_raw gnutls_x509_privkey_export_dsa_raw;
Undocumented in source.
gnutls_x509_privkey_export_ecc_raw
pgnutls_x509_privkey_export_ecc_raw gnutls_x509_privkey_export_ecc_raw;
Undocumented in source.
gnutls_x509_privkey_export_gost_raw
pgnutls_x509_privkey_export_gost_raw gnutls_x509_privkey_export_gost_raw;
Undocumented in source.
gnutls_x509_privkey_export_pkcs8
pgnutls_x509_privkey_export_pkcs8 gnutls_x509_privkey_export_pkcs8;
Undocumented in source.
gnutls_x509_privkey_export_rsa_raw
pgnutls_x509_privkey_export_rsa_raw gnutls_x509_privkey_export_rsa_raw;
Undocumented in source.
gnutls_x509_privkey_export_rsa_raw2
pgnutls_x509_privkey_export_rsa_raw2 gnutls_x509_privkey_export_rsa_raw2;
Undocumented in source.
gnutls_x509_privkey_fix
pgnutls_x509_privkey_fix gnutls_x509_privkey_fix;
Undocumented in source.
gnutls_x509_privkey_generate
pgnutls_x509_privkey_generate gnutls_x509_privkey_generate;
Undocumented in source.
gnutls_x509_privkey_generate2
pgnutls_x509_privkey_generate2 gnutls_x509_privkey_generate2;
Undocumented in source.
gnutls_x509_privkey_get_key_id
pgnutls_x509_privkey_get_key_id gnutls_x509_privkey_get_key_id;
Undocumented in source.
gnutls_x509_privkey_get_pk_algorithm
pgnutls_x509_privkey_get_pk_algorithm gnutls_x509_privkey_get_pk_algorithm;
Undocumented in source.
gnutls_x509_privkey_get_pk_algorithm2
pgnutls_x509_privkey_get_pk_algorithm2 gnutls_x509_privkey_get_pk_algorithm2;
Undocumented in source.
gnutls_x509_privkey_get_seed
pgnutls_x509_privkey_get_seed gnutls_x509_privkey_get_seed;
Undocumented in source.
gnutls_x509_privkey_get_spki
pgnutls_x509_privkey_get_spki gnutls_x509_privkey_get_spki;
Undocumented in source.
gnutls_x509_privkey_import
pgnutls_x509_privkey_import gnutls_x509_privkey_import;
Undocumented in source.
gnutls_x509_privkey_import2
pgnutls_x509_privkey_import2 gnutls_x509_privkey_import2;
Undocumented in source.
gnutls_x509_privkey_import_dsa_raw
pgnutls_x509_privkey_import_dsa_raw gnutls_x509_privkey_import_dsa_raw;
Undocumented in source.
gnutls_x509_privkey_import_ecc_raw
pgnutls_x509_privkey_import_ecc_raw gnutls_x509_privkey_import_ecc_raw;
Undocumented in source.
gnutls_x509_privkey_import_gost_raw
pgnutls_x509_privkey_import_gost_raw gnutls_x509_privkey_import_gost_raw;
Undocumented in source.
gnutls_x509_privkey_import_openssl
pgnutls_x509_privkey_import_openssl gnutls_x509_privkey_import_openssl;
Undocumented in source.
gnutls_x509_privkey_import_pkcs8
pgnutls_x509_privkey_import_pkcs8 gnutls_x509_privkey_import_pkcs8;
Undocumented in source.
gnutls_x509_privkey_import_rsa_raw
pgnutls_x509_privkey_import_rsa_raw gnutls_x509_privkey_import_rsa_raw;
Undocumented in source.
gnutls_x509_privkey_import_rsa_raw2
pgnutls_x509_privkey_import_rsa_raw2 gnutls_x509_privkey_import_rsa_raw2;
Undocumented in source.
gnutls_x509_privkey_init
pgnutls_x509_privkey_init gnutls_x509_privkey_init;
Undocumented in source.
gnutls_x509_privkey_sec_param
pgnutls_x509_privkey_sec_param gnutls_x509_privkey_sec_param;
Undocumented in source.
gnutls_x509_privkey_set_flags
pgnutls_x509_privkey_set_flags gnutls_x509_privkey_set_flags;
Undocumented in source.
gnutls_x509_privkey_set_pin_function
pgnutls_x509_privkey_set_pin_function gnutls_x509_privkey_set_pin_function;
Undocumented in source.
gnutls_x509_privkey_set_spki
pgnutls_x509_privkey_set_spki gnutls_x509_privkey_set_spki;
Undocumented in source.
gnutls_x509_privkey_sign_data
pgnutls_x509_privkey_sign_data gnutls_x509_privkey_sign_data;
Undocumented in source.
gnutls_x509_privkey_verify_params
pgnutls_x509_privkey_verify_params gnutls_x509_privkey_verify_params;
Undocumented in source.
gnutls_x509_privkey_verify_seed
pgnutls_x509_privkey_verify_seed gnutls_x509_privkey_verify_seed;
Undocumented in source.
gnutls_x509_rdn_get
pgnutls_x509_rdn_get gnutls_x509_rdn_get;
Undocumented in source.
gnutls_x509_rdn_get2
pgnutls_x509_rdn_get2 gnutls_x509_rdn_get2;
Undocumented in source.
gnutls_x509_rdn_get_by_oid
pgnutls_x509_rdn_get_by_oid gnutls_x509_rdn_get_by_oid;
Undocumented in source.
gnutls_x509_rdn_get_oid
pgnutls_x509_rdn_get_oid gnutls_x509_rdn_get_oid;
Undocumented in source.
gnutls_x509_spki_deinit
pgnutls_x509_spki_deinit gnutls_x509_spki_deinit;
Undocumented in source.
gnutls_x509_spki_get_rsa_pss_params
pgnutls_x509_spki_get_rsa_pss_params gnutls_x509_spki_get_rsa_pss_params;
Undocumented in source.
gnutls_x509_spki_init
pgnutls_x509_spki_init gnutls_x509_spki_init;
Undocumented in source.
gnutls_x509_spki_set_rsa_pss_params
pgnutls_x509_spki_set_rsa_pss_params gnutls_x509_spki_set_rsa_pss_params;
Undocumented in source.
gnutls_x509_tlsfeatures_check_crt
pgnutls_x509_tlsfeatures_check_crt gnutls_x509_tlsfeatures_check_crt;
Undocumented in source.
gnutls_x509_tlsfeatures_deinit
pgnutls_x509_tlsfeatures_deinit gnutls_x509_tlsfeatures_deinit;
Undocumented in source.
gnutls_x509_tlsfeatures_get
pgnutls_x509_tlsfeatures_get gnutls_x509_tlsfeatures_get;
Undocumented in source.
gnutls_x509_tlsfeatures_init
pgnutls_x509_tlsfeatures_init gnutls_x509_tlsfeatures_init;
Undocumented in source.
gnutls_x509_trust_list_add_cas
pgnutls_x509_trust_list_add_cas gnutls_x509_trust_list_add_cas;
Undocumented in source.
gnutls_x509_trust_list_add_crls
pgnutls_x509_trust_list_add_crls gnutls_x509_trust_list_add_crls;
Undocumented in source.
gnutls_x509_trust_list_add_named_crt
pgnutls_x509_trust_list_add_named_crt gnutls_x509_trust_list_add_named_crt;
Undocumented in source.
gnutls_x509_trust_list_add_system_trust
pgnutls_x509_trust_list_add_system_trust gnutls_x509_trust_list_add_system_trust;
Undocumented in source.
gnutls_x509_trust_list_add_trust_dir
pgnutls_x509_trust_list_add_trust_dir gnutls_x509_trust_list_add_trust_dir;
Undocumented in source.
gnutls_x509_trust_list_add_trust_file
pgnutls_x509_trust_list_add_trust_file gnutls_x509_trust_list_add_trust_file;
Undocumented in source.
gnutls_x509_trust_list_add_trust_mem
pgnutls_x509_trust_list_add_trust_mem gnutls_x509_trust_list_add_trust_mem;
Undocumented in source.
gnutls_x509_trust_list_deinit
pgnutls_x509_trust_list_deinit gnutls_x509_trust_list_deinit;
Undocumented in source.
gnutls_x509_trust_list_get_issuer
pgnutls_x509_trust_list_get_issuer gnutls_x509_trust_list_get_issuer;
Undocumented in source.
gnutls_x509_trust_list_get_issuer_by_dn
pgnutls_x509_trust_list_get_issuer_by_dn gnutls_x509_trust_list_get_issuer_by_dn;
Undocumented in source.
gnutls_x509_trust_list_get_issuer_by_subject_key_id
pgnutls_x509_trust_list_get_issuer_by_subject_key_id gnutls_x509_trust_list_get_issuer_by_subject_key_id;
Undocumented in source.
gnutls_x509_trust_list_init
pgnutls_x509_trust_list_init gnutls_x509_trust_list_init;
Undocumented in source.
gnutls_x509_trust_list_iter_deinit
pgnutls_x509_trust_list_iter_deinit gnutls_x509_trust_list_iter_deinit;
Undocumented in source.
gnutls_x509_trust_list_iter_get_ca
pgnutls_x509_trust_list_iter_get_ca gnutls_x509_trust_list_iter_get_ca;
Undocumented in source.
gnutls_x509_trust_list_remove_cas
pgnutls_x509_trust_list_remove_cas gnutls_x509_trust_list_remove_cas;
Undocumented in source.
gnutls_x509_trust_list_remove_trust_file
pgnutls_x509_trust_list_remove_trust_file gnutls_x509_trust_list_remove_trust_file;
Undocumented in source.
gnutls_x509_trust_list_remove_trust_mem
pgnutls_x509_trust_list_remove_trust_mem gnutls_x509_trust_list_remove_trust_mem;
Undocumented in source.
gnutls_x509_trust_list_verify_crt
pgnutls_x509_trust_list_verify_crt gnutls_x509_trust_list_verify_crt;
Undocumented in source.
gnutls_x509_trust_list_verify_crt2
pgnutls_x509_trust_list_verify_crt2 gnutls_x509_trust_list_verify_crt2;
Undocumented in source.
gnutls_x509_trust_list_verify_named_crt
pgnutls_x509_trust_list_verify_named_crt gnutls_x509_trust_list_verify_named_crt;
Undocumented in source.

Structs

gnutls_keygen_data_st
struct gnutls_keygen_data_st
Undocumented in source.
gnutls_name_constraints_st
struct gnutls_name_constraints_st
Undocumented in source.
gnutls_x509_ava_st
struct gnutls_x509_ava_st
Undocumented in source.
gnutls_x509_crl_iter
struct gnutls_x509_crl_iter
Undocumented in source.
gnutls_x509_dn_st
struct gnutls_x509_dn_st
Undocumented in source.
gnutls_x509_ext_st
struct gnutls_x509_ext_st
Undocumented in source.
gnutls_x509_policy_st
struct gnutls_x509_policy_st
Undocumented in source.
gnutls_x509_spki_st
struct gnutls_x509_spki_st
Undocumented in source.
gnutls_x509_tlsfeatures_st
struct gnutls_x509_tlsfeatures_st
Undocumented in source.
gnutls_x509_trust_list_iter
struct gnutls_x509_trust_list_iter
Undocumented in source.
gnutls_x509_trust_list_st
struct gnutls_x509_trust_list_st
Undocumented in source.

Meta