bindbc.gnutls.abstract_

Undocumented in source.

Members

Aliases

gnutls_abstract_export_flags_t
alias gnutls_abstract_export_flags_t = gnutls_abstract_export_flags
Undocumented in source.
gnutls_certificate_retrieve_function2
alias gnutls_certificate_retrieve_function2 = int function(gnutls_session_t, const(gnutls_datum_t)* req_ca_rdn, int nreqs, const(gnutls_pk_algorithm_t)* pk_algos, int pk_algos_length, gnutls_pcert_st**, uint* pcert_length, gnutls_privkey_t* privkey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_certificate_retrieve_function3
alias gnutls_certificate_retrieve_function3 = int function(gnutls_session_t, const(gnutls_cert_retr_st)* info, gnutls_pcert_st** certs, uint* pcert_length, gnutls_ocsp_data_st** ocsp, uint* ocsp_length, gnutls_privkey_t* privkey, uint* flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_privkey_decrypt_func
alias gnutls_privkey_decrypt_func = int function(gnutls_privkey_t key, void* userdata, const(gnutls_datum_t)* ciphertext, gnutls_datum_t* plaintext)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_privkey_decrypt_func2
alias gnutls_privkey_decrypt_func2 = int function(gnutls_privkey_t key, void* userdata, const(gnutls_datum_t)* ciphertext, ubyte* plaintext, size_t plaintext_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_privkey_deinit_func
alias gnutls_privkey_deinit_func = void function(gnutls_privkey_t key, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_privkey_flags_t
alias gnutls_privkey_flags_t = gnutls_privkey_flags
Undocumented in source.
gnutls_privkey_info_func
alias gnutls_privkey_info_func = int function(gnutls_privkey_t key, uint flags, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_privkey_sign_data_func
alias gnutls_privkey_sign_data_func = int function(gnutls_privkey_t key, gnutls_sign_algorithm_t algo, void* userdata, uint flags, const(gnutls_datum_t)* data, gnutls_datum_t* signature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_privkey_sign_func
alias gnutls_privkey_sign_func = int function(gnutls_privkey_t key, void* userdata, const(gnutls_datum_t)* raw_data, gnutls_datum_t* signature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_privkey_sign_hash_func
alias gnutls_privkey_sign_hash_func = int function(gnutls_privkey_t key, gnutls_sign_algorithm_t algo, void* userdata, uint flags, const(gnutls_datum_t)* hash, gnutls_datum_t* signature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_pubkey_flags_t
alias gnutls_pubkey_flags_t = gnutls_pubkey_flags
Undocumented in source.
gnutls_pubkey_get_pk_dsa_raw
alias gnutls_pubkey_get_pk_dsa_raw = gnutls_pubkey_export_dsa_raw
Undocumented in source.
gnutls_pubkey_get_pk_ecc_raw
alias gnutls_pubkey_get_pk_ecc_raw = gnutls_pubkey_export_ecc_raw
Undocumented in source.
gnutls_pubkey_get_pk_ecc_x962
alias gnutls_pubkey_get_pk_ecc_x962 = gnutls_pubkey_export_ecc_x962
Undocumented in source.
gnutls_pubkey_get_pk_rsa_raw
alias gnutls_pubkey_get_pk_rsa_raw = gnutls_pubkey_export_rsa_raw
Undocumented in source.
gnutls_pubkey_import_pkcs11_url
alias gnutls_pubkey_import_pkcs11_url = gnutls_pubkey_import_url
Undocumented in source.
pgnutls_certificate_set_key
alias pgnutls_certificate_set_key = int function(gnutls_certificate_credentials_t res, const(char*)* names, int names_size, gnutls_pcert_st* pcert_list, int pcert_list_size, gnutls_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_certificate_set_retrieve_function2
alias pgnutls_certificate_set_retrieve_function2 = void function(gnutls_certificate_credentials_t cred, 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_certificate_set_retrieve_function3
alias pgnutls_certificate_set_retrieve_function3 = void function(gnutls_certificate_credentials_t cred, 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_pcert_deinit
alias pgnutls_pcert_deinit = void function(gnutls_pcert_st* pcert)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pcert_export_openpgp
alias pgnutls_pcert_export_openpgp = int function(gnutls_pcert_st* pcert, gnutls_openpgp_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_pcert_export_x509
alias pgnutls_pcert_export_x509 = int function(gnutls_pcert_st* pcert, 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_pcert_import_openpgp
alias pgnutls_pcert_import_openpgp = int function(gnutls_pcert_st* pcert, gnutls_openpgp_crt_t crt, 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_pcert_import_openpgp_raw
alias pgnutls_pcert_import_openpgp_raw = int function(gnutls_pcert_st* pcert, const(gnutls_datum_t)* cert, gnutls_openpgp_crt_fmt_t format, gnutls_openpgp_keyid_t keyid, 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_pcert_import_rawpk
alias pgnutls_pcert_import_rawpk = int function(gnutls_pcert_st* pcert, gnutls_pubkey_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_pcert_import_rawpk_raw
alias pgnutls_pcert_import_rawpk_raw = int function(gnutls_pcert_st* pcert, const(gnutls_datum_t)* rawpubkey, gnutls_x509_crt_fmt_t format, uint key_usage, 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_pcert_import_x509
alias pgnutls_pcert_import_x509 = int function(gnutls_pcert_st* pcert, gnutls_x509_crt_t crt, 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_pcert_import_x509_list
alias pgnutls_pcert_import_x509_list = int function(gnutls_pcert_st* pcert, gnutls_x509_crt_t* crt, uint* ncrt, 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_pcert_import_x509_raw
alias pgnutls_pcert_import_x509_raw = int function(gnutls_pcert_st* pcert, const(gnutls_datum_t)* cert, 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_pcert_list_import_x509_file
alias pgnutls_pcert_list_import_x509_file = int function(gnutls_pcert_st* pcert_list, uint* pcert_list_size, const(char)* file, gnutls_x509_crt_fmt_t format, 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_pcert_list_import_x509_raw
alias pgnutls_pcert_list_import_x509_raw = int function(gnutls_pcert_st* pcerts, uint* pcert_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_privkey_decrypt_data
alias pgnutls_privkey_decrypt_data = int function(gnutls_privkey_t key, uint flags, const(gnutls_datum_t)* ciphertext, gnutls_datum_t* plaintext)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_privkey_decrypt_data2
alias pgnutls_privkey_decrypt_data2 = int function(gnutls_privkey_t key, uint flags, const(gnutls_datum_t)* ciphertext, ubyte* plaintext, size_t plaintext_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_privkey_deinit
alias pgnutls_privkey_deinit = void function(gnutls_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_privkey_export_dsa_raw
alias pgnutls_privkey_export_dsa_raw = int function(gnutls_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_privkey_export_dsa_raw2
alias pgnutls_privkey_export_dsa_raw2 = int function(gnutls_privkey_t key, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, gnutls_datum_t* x, 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_privkey_export_ecc_raw
alias pgnutls_privkey_export_ecc_raw = int function(gnutls_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_privkey_export_ecc_raw2
alias pgnutls_privkey_export_ecc_raw2 = int function(gnutls_privkey_t key, gnutls_ecc_curve_t* curve, gnutls_datum_t* x, gnutls_datum_t* y, gnutls_datum_t* k, 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_privkey_export_gost_raw2
alias pgnutls_privkey_export_gost_raw2 = int function(gnutls_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, 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_privkey_export_openpgp
alias pgnutls_privkey_export_openpgp = int function(gnutls_privkey_t pkey, gnutls_openpgp_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_privkey_export_pkcs11
alias pgnutls_privkey_export_pkcs11 = int function(gnutls_privkey_t pkey, gnutls_pkcs11_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_privkey_export_rsa_raw
alias pgnutls_privkey_export_rsa_raw = int function(gnutls_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_privkey_export_rsa_raw2
alias pgnutls_privkey_export_rsa_raw2 = int function(gnutls_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, 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_privkey_export_x509
alias pgnutls_privkey_export_x509 = int function(gnutls_privkey_t pkey, 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_privkey_generate
alias pgnutls_privkey_generate = int function(gnutls_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_privkey_generate2
alias pgnutls_privkey_generate2 = int function(gnutls_privkey_t pkey, 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_privkey_get_pk_algorithm
alias pgnutls_privkey_get_pk_algorithm = int function(gnutls_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_privkey_get_seed
alias pgnutls_privkey_get_seed = int function(gnutls_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_privkey_get_spki
alias pgnutls_privkey_get_spki = int function(gnutls_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_privkey_get_type
alias pgnutls_privkey_get_type = gnutls_privkey_type_t function(gnutls_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_privkey_import_dsa_raw
alias pgnutls_privkey_import_dsa_raw = int function(gnutls_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_privkey_import_ecc_raw
alias pgnutls_privkey_import_ecc_raw = int function(gnutls_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_privkey_import_ext
alias pgnutls_privkey_import_ext = int function(gnutls_privkey_t pkey, gnutls_pk_algorithm_t pk, void* userdata, gnutls_privkey_sign_func sign_func, gnutls_privkey_decrypt_func decrypt_func, 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_privkey_import_ext2
alias pgnutls_privkey_import_ext2 = int function(gnutls_privkey_t pkey, gnutls_pk_algorithm_t pk, void* userdata, gnutls_privkey_sign_func sign_func, gnutls_privkey_decrypt_func decrypt_func, gnutls_privkey_deinit_func deinit_func, 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_privkey_import_ext3
alias pgnutls_privkey_import_ext3 = int function(gnutls_privkey_t pkey, void* userdata, gnutls_privkey_sign_func sign_func, gnutls_privkey_decrypt_func decrypt_func, gnutls_privkey_deinit_func deinit_func, gnutls_privkey_info_func info_func, 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_privkey_import_ext4
alias pgnutls_privkey_import_ext4 = int function(gnutls_privkey_t pkey, void* userdata, gnutls_privkey_sign_data_func sign_data_func, gnutls_privkey_sign_hash_func sign_hash_func, gnutls_privkey_decrypt_func decrypt_func, gnutls_privkey_deinit_func deinit_func, gnutls_privkey_info_func info_func, 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_privkey_import_gost_raw
alias pgnutls_privkey_import_gost_raw = int function(gnutls_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_privkey_import_openpgp
alias pgnutls_privkey_import_openpgp = int function(gnutls_privkey_t pkey, gnutls_openpgp_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_privkey_import_openpgp_raw
alias pgnutls_privkey_import_openpgp_raw = int function(gnutls_privkey_t pkey, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format, const gnutls_openpgp_keyid_t keyid, 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_privkey_import_pkcs11
alias pgnutls_privkey_import_pkcs11 = int function(gnutls_privkey_t pkey, gnutls_pkcs11_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_privkey_import_rsa_raw
alias pgnutls_privkey_import_rsa_raw = int function(gnutls_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_privkey_import_tpm_raw
alias pgnutls_privkey_import_tpm_raw = int function(gnutls_privkey_t pkey, const(gnutls_datum_t)* fdata, gnutls_tpmkey_fmt_t format, const(char)* srk_password, const(char)* key_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_privkey_import_tpm_url
alias pgnutls_privkey_import_tpm_url = int function(gnutls_privkey_t pkey, const(char)* url, const(char)* srk_password, const(char)* key_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_privkey_import_url
alias pgnutls_privkey_import_url = int function(gnutls_privkey_t key, 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_privkey_import_x509
alias pgnutls_privkey_import_x509 = int function(gnutls_privkey_t pkey, 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_privkey_import_x509_raw
alias pgnutls_privkey_import_x509_raw = int function(gnutls_privkey_t pkey, 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_privkey_init
alias pgnutls_privkey_init = int function(gnutls_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_privkey_set_flags
alias pgnutls_privkey_set_flags = void function(gnutls_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_privkey_set_pin_function
alias pgnutls_privkey_set_pin_function = void function(gnutls_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_privkey_set_spki
alias pgnutls_privkey_set_spki = int function(gnutls_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_privkey_sign_data
alias pgnutls_privkey_sign_data = int function(gnutls_privkey_t signer, gnutls_digest_algorithm_t hash, uint flags, const(gnutls_datum_t)* data, 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_privkey_sign_data2
alias pgnutls_privkey_sign_data2 = int function(gnutls_privkey_t signer, gnutls_sign_algorithm_t algo, uint flags, const(gnutls_datum_t)* data, 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_privkey_sign_hash
alias pgnutls_privkey_sign_hash = int function(gnutls_privkey_t signer, gnutls_digest_algorithm_t hash_algo, uint flags, const(gnutls_datum_t)* hash_data, 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_privkey_sign_hash2
alias pgnutls_privkey_sign_hash2 = int function(gnutls_privkey_t signer, gnutls_sign_algorithm_t algo, uint flags, const(gnutls_datum_t)* hash_data, 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_privkey_status
alias pgnutls_privkey_status = int function(gnutls_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_privkey_verify_params
alias pgnutls_privkey_verify_params = int function(gnutls_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_privkey_verify_seed
alias pgnutls_privkey_verify_seed = int function(gnutls_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_pubkey_deinit
alias pgnutls_pubkey_deinit = void function(gnutls_pubkey_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_pubkey_encrypt_data
alias pgnutls_pubkey_encrypt_data = int function(gnutls_pubkey_t key, uint flags, const(gnutls_datum_t)* plaintext, gnutls_datum_t* ciphertext)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pubkey_export
alias pgnutls_pubkey_export = int function(gnutls_pubkey_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_pubkey_export2
alias pgnutls_pubkey_export2 = int function(gnutls_pubkey_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_pubkey_export_dsa_raw
alias pgnutls_pubkey_export_dsa_raw = int function(gnutls_pubkey_t key, 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_pubkey_export_dsa_raw2
alias pgnutls_pubkey_export_dsa_raw2 = int function(gnutls_pubkey_t key, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, 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_pubkey_export_ecc_raw
alias pgnutls_pubkey_export_ecc_raw = int function(gnutls_pubkey_t key, 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_pubkey_export_ecc_raw2
alias pgnutls_pubkey_export_ecc_raw2 = int function(gnutls_pubkey_t key, gnutls_ecc_curve_t* curve, gnutls_datum_t* x, gnutls_datum_t* y, 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_pubkey_export_ecc_x962
alias pgnutls_pubkey_export_ecc_x962 = int function(gnutls_pubkey_t key, gnutls_datum_t* parameters, gnutls_datum_t* ecpoint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pubkey_export_gost_raw2
alias pgnutls_pubkey_export_gost_raw2 = int function(gnutls_pubkey_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, 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_pubkey_export_rsa_raw
alias pgnutls_pubkey_export_rsa_raw = int function(gnutls_pubkey_t key, 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_pubkey_export_rsa_raw2
alias pgnutls_pubkey_export_rsa_raw2 = int function(gnutls_pubkey_t key, gnutls_datum_t* m, gnutls_datum_t* e, 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_pubkey_get_key_id
alias pgnutls_pubkey_get_key_id = int function(gnutls_pubkey_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_pubkey_get_key_usage
alias pgnutls_pubkey_get_key_usage = int function(gnutls_pubkey_t key, 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_pubkey_get_openpgp_key_id
alias pgnutls_pubkey_get_openpgp_key_id = int function(gnutls_pubkey_t key, uint flags, ubyte* output_data, size_t* output_data_size, uint* subkey)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pubkey_get_pk_algorithm
alias pgnutls_pubkey_get_pk_algorithm = int function(gnutls_pubkey_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_pubkey_get_preferred_hash_algorithm
alias pgnutls_pubkey_get_preferred_hash_algorithm = int function(gnutls_pubkey_t key, gnutls_digest_algorithm_t* hash, uint* mand)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pubkey_get_spki
alias pgnutls_pubkey_get_spki = int function(gnutls_pubkey_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_pubkey_import
alias pgnutls_pubkey_import = int function(gnutls_pubkey_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_pubkey_import_dsa_raw
alias pgnutls_pubkey_import_dsa_raw = int function(gnutls_pubkey_t key, const(gnutls_datum_t)* p, const(gnutls_datum_t)* q, const(gnutls_datum_t)* g, const(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_pubkey_import_ecc_raw
alias pgnutls_pubkey_import_ecc_raw = int function(gnutls_pubkey_t key, gnutls_ecc_curve_t curve, const(gnutls_datum_t)* x, const(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_pubkey_import_ecc_x962
alias pgnutls_pubkey_import_ecc_x962 = int function(gnutls_pubkey_t key, const(gnutls_datum_t)* parameters, const(gnutls_datum_t)* ecpoint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pubkey_import_gost_raw
alias pgnutls_pubkey_import_gost_raw = int function(gnutls_pubkey_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)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pubkey_import_openpgp
alias pgnutls_pubkey_import_openpgp = int function(gnutls_pubkey_t key, gnutls_openpgp_crt_t crt, 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_pubkey_import_openpgp_raw
alias pgnutls_pubkey_import_openpgp_raw = int function(gnutls_pubkey_t pkey, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format, const gnutls_openpgp_keyid_t keyid, 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_pubkey_import_pkcs11
alias pgnutls_pubkey_import_pkcs11 = int function(gnutls_pubkey_t key, gnutls_pkcs11_obj_t obj, 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_pubkey_import_privkey
alias pgnutls_pubkey_import_privkey = int function(gnutls_pubkey_t key, gnutls_privkey_t pkey, uint usage, 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_pubkey_import_rsa_raw
alias pgnutls_pubkey_import_rsa_raw = int function(gnutls_pubkey_t key, 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_pubkey_import_tpm_raw
alias pgnutls_pubkey_import_tpm_raw = int function(gnutls_pubkey_t pkey, const(gnutls_datum_t)* fdata, gnutls_tpmkey_fmt_t format, const(char)* srk_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_pubkey_import_tpm_url
alias pgnutls_pubkey_import_tpm_url = int function(gnutls_pubkey_t pkey, const(char)* url, const(char)* srk_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_pubkey_import_url
alias pgnutls_pubkey_import_url = int function(gnutls_pubkey_t key, 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_pubkey_import_x509
alias pgnutls_pubkey_import_x509 = int function(gnutls_pubkey_t key, gnutls_x509_crt_t crt, 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_pubkey_import_x509_crq
alias pgnutls_pubkey_import_x509_crq = int function(gnutls_pubkey_t key, 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_pubkey_import_x509_raw
alias pgnutls_pubkey_import_x509_raw = int function(gnutls_pubkey_t pkey, 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_pubkey_init
alias pgnutls_pubkey_init = int function(gnutls_pubkey_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_pubkey_print
alias pgnutls_pubkey_print = int function(gnutls_pubkey_t pubkey, 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_pubkey_set_key_usage
alias pgnutls_pubkey_set_key_usage = int function(gnutls_pubkey_t key, 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_pubkey_set_pin_function
alias pgnutls_pubkey_set_pin_function = void function(gnutls_pubkey_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_pubkey_set_spki
alias pgnutls_pubkey_set_spki = int function(gnutls_pubkey_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_pubkey_verify_data2
alias pgnutls_pubkey_verify_data2 = int function(gnutls_pubkey_t pubkey, 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_pubkey_verify_hash2
alias pgnutls_pubkey_verify_hash2 = int function(gnutls_pubkey_t key, gnutls_sign_algorithm_t algo, uint flags, const(gnutls_datum_t)* hash, 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_pubkey_verify_params
alias pgnutls_pubkey_verify_params = int function(gnutls_pubkey_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_crl_privkey_sign
alias pgnutls_x509_crl_privkey_sign = int function(gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer, gnutls_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_crq_privkey_sign
alias pgnutls_x509_crq_privkey_sign = int function(gnutls_x509_crq_t crq, gnutls_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_set_pubkey
alias pgnutls_x509_crq_set_pubkey = int function(gnutls_x509_crq_t crq, gnutls_pubkey_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_privkey_sign
alias pgnutls_x509_crt_privkey_sign = int function(gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer, gnutls_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_set_pubkey
alias pgnutls_x509_crt_set_pubkey = int function(gnutls_x509_crt_t crt, gnutls_pubkey_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.

Enums

gnutls_abstract_export_flags
enum gnutls_abstract_export_flags
Undocumented in source.
gnutls_privkey_flags
enum gnutls_privkey_flags
Undocumented in source.
gnutls_pubkey_flags
enum gnutls_pubkey_flags
Undocumented in source.

Functions

GNUTLS_BITS_HAVE_SUBGROUP
uint GNUTLS_BITS_HAVE_SUBGROUP(uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
GNUTLS_BITS_TO_GROUP
uint GNUTLS_BITS_TO_GROUP(uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
GNUTLS_BITS_TO_SUBGROUP
uint GNUTLS_BITS_TO_SUBGROUP(uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
GNUTLS_FLAGS_TO_SIGN_ALGO
uint GNUTLS_FLAGS_TO_SIGN_ALGO(uint flags)
Undocumented in source. Be warned that the author may not have intended to support it.
GNUTLS_SIGN_ALGO_TO_FLAGS
uint GNUTLS_SIGN_ALGO_TO_FLAGS(uint sig)
Undocumented in source. Be warned that the author may not have intended to support it.
GNUTLS_SUBGROUP_TO_BITS
uint GNUTLS_SUBGROUP_TO_BITS(uint group, uint subgroup)
Undocumented in source. Be warned that the author may not have intended to support it.
bindAbstract
void bindAbstract(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_certificate_set_key
int gnutls_certificate_set_key(gnutls_certificate_credentials_t res, const(char*)* names, int names_size, gnutls_pcert_st* pcert_list, int pcert_list_size, gnutls_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_certificate_set_retrieve_function2
void gnutls_certificate_set_retrieve_function2(gnutls_certificate_credentials_t cred, 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_certificate_set_retrieve_function3
void gnutls_certificate_set_retrieve_function3(gnutls_certificate_credentials_t cred, 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_pcert_deinit
void gnutls_pcert_deinit(gnutls_pcert_st* pcert)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pcert_export_openpgp
int gnutls_pcert_export_openpgp(gnutls_pcert_st* pcert, gnutls_openpgp_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_pcert_export_x509
int gnutls_pcert_export_x509(gnutls_pcert_st* pcert, 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_pcert_import_openpgp
int gnutls_pcert_import_openpgp(gnutls_pcert_st* pcert, gnutls_openpgp_crt_t crt, 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_pcert_import_openpgp_raw
int gnutls_pcert_import_openpgp_raw(gnutls_pcert_st* pcert, const(gnutls_datum_t)* cert, gnutls_openpgp_crt_fmt_t format, gnutls_openpgp_keyid_t keyid, 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_pcert_import_rawpk
int gnutls_pcert_import_rawpk(gnutls_pcert_st* pcert, gnutls_pubkey_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_pcert_import_rawpk_raw
int gnutls_pcert_import_rawpk_raw(gnutls_pcert_st* pcert, const(gnutls_datum_t)* rawpubkey, gnutls_x509_crt_fmt_t format, uint key_usage, 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_pcert_import_x509
int gnutls_pcert_import_x509(gnutls_pcert_st* pcert, gnutls_x509_crt_t crt, 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_pcert_import_x509_list
int gnutls_pcert_import_x509_list(gnutls_pcert_st* pcert, gnutls_x509_crt_t* crt, uint* ncrt, 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_pcert_import_x509_raw
int gnutls_pcert_import_x509_raw(gnutls_pcert_st* pcert, const(gnutls_datum_t)* cert, 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_pcert_list_import_x509_file
int gnutls_pcert_list_import_x509_file(gnutls_pcert_st* pcert_list, uint* pcert_list_size, const(char)* file, gnutls_x509_crt_fmt_t format, 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_pcert_list_import_x509_raw
int gnutls_pcert_list_import_x509_raw(gnutls_pcert_st* pcerts, uint* pcert_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_privkey_decrypt_data
int gnutls_privkey_decrypt_data(gnutls_privkey_t key, uint flags, const(gnutls_datum_t)* ciphertext, gnutls_datum_t* plaintext)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_privkey_decrypt_data2
int gnutls_privkey_decrypt_data2(gnutls_privkey_t key, uint flags, const(gnutls_datum_t)* ciphertext, ubyte* plaintext, size_t plaintext_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_privkey_deinit
void gnutls_privkey_deinit(gnutls_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_privkey_export_dsa_raw
int gnutls_privkey_export_dsa_raw(gnutls_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_privkey_export_dsa_raw2
int gnutls_privkey_export_dsa_raw2(gnutls_privkey_t key, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, gnutls_datum_t* x, 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_privkey_export_ecc_raw
int gnutls_privkey_export_ecc_raw(gnutls_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_privkey_export_ecc_raw2
int gnutls_privkey_export_ecc_raw2(gnutls_privkey_t key, gnutls_ecc_curve_t* curve, gnutls_datum_t* x, gnutls_datum_t* y, gnutls_datum_t* k, 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_privkey_export_gost_raw2
int gnutls_privkey_export_gost_raw2(gnutls_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, 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_privkey_export_openpgp
int gnutls_privkey_export_openpgp(gnutls_privkey_t pkey, gnutls_openpgp_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_privkey_export_pkcs11
int gnutls_privkey_export_pkcs11(gnutls_privkey_t pkey, gnutls_pkcs11_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_privkey_export_rsa_raw
int gnutls_privkey_export_rsa_raw(gnutls_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_privkey_export_rsa_raw2
int gnutls_privkey_export_rsa_raw2(gnutls_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, 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_privkey_export_x509
int gnutls_privkey_export_x509(gnutls_privkey_t pkey, 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_privkey_generate
int gnutls_privkey_generate(gnutls_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_privkey_generate2
int gnutls_privkey_generate2(gnutls_privkey_t pkey, 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_privkey_get_pk_algorithm
int gnutls_privkey_get_pk_algorithm(gnutls_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_privkey_get_seed
int gnutls_privkey_get_seed(gnutls_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_privkey_get_spki
int gnutls_privkey_get_spki(gnutls_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_privkey_get_type
gnutls_privkey_type_t gnutls_privkey_get_type(gnutls_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_privkey_import_dsa_raw
int gnutls_privkey_import_dsa_raw(gnutls_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_privkey_import_ecc_raw
int gnutls_privkey_import_ecc_raw(gnutls_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_privkey_import_ext
int gnutls_privkey_import_ext(gnutls_privkey_t pkey, gnutls_pk_algorithm_t pk, void* userdata, gnutls_privkey_sign_func sign_func, gnutls_privkey_decrypt_func decrypt_func, 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_privkey_import_ext2
int gnutls_privkey_import_ext2(gnutls_privkey_t pkey, gnutls_pk_algorithm_t pk, void* userdata, gnutls_privkey_sign_func sign_func, gnutls_privkey_decrypt_func decrypt_func, gnutls_privkey_deinit_func deinit_func, 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_privkey_import_ext3
int gnutls_privkey_import_ext3(gnutls_privkey_t pkey, void* userdata, gnutls_privkey_sign_func sign_func, gnutls_privkey_decrypt_func decrypt_func, gnutls_privkey_deinit_func deinit_func, gnutls_privkey_info_func info_func, 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_privkey_import_ext4
int gnutls_privkey_import_ext4(gnutls_privkey_t pkey, void* userdata, gnutls_privkey_sign_data_func sign_data_func, gnutls_privkey_sign_hash_func sign_hash_func, gnutls_privkey_decrypt_func decrypt_func, gnutls_privkey_deinit_func deinit_func, gnutls_privkey_info_func info_func, 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_privkey_import_gost_raw
int gnutls_privkey_import_gost_raw(gnutls_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_privkey_import_openpgp
int gnutls_privkey_import_openpgp(gnutls_privkey_t pkey, gnutls_openpgp_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_privkey_import_openpgp_raw
int gnutls_privkey_import_openpgp_raw(gnutls_privkey_t pkey, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format, gnutls_openpgp_keyid_t keyid, 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_privkey_import_pkcs11
int gnutls_privkey_import_pkcs11(gnutls_privkey_t pkey, gnutls_pkcs11_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_privkey_import_pkcs11_url
int gnutls_privkey_import_pkcs11_url(gnutls_privkey_t key, const(char)* url)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_privkey_import_rsa_raw
int gnutls_privkey_import_rsa_raw(gnutls_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_privkey_import_tpm_raw
int gnutls_privkey_import_tpm_raw(gnutls_privkey_t pkey, const(gnutls_datum_t)* fdata, gnutls_tpmkey_fmt_t format, const(char)* srk_password, const(char)* key_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_privkey_import_tpm_url
int gnutls_privkey_import_tpm_url(gnutls_privkey_t pkey, const(char)* url, const(char)* srk_password, const(char)* key_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_privkey_import_url
int gnutls_privkey_import_url(gnutls_privkey_t key, 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_privkey_import_x509
int gnutls_privkey_import_x509(gnutls_privkey_t pkey, 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_privkey_import_x509_raw
int gnutls_privkey_import_x509_raw(gnutls_privkey_t pkey, 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_privkey_init
int gnutls_privkey_init(gnutls_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_privkey_set_flags
void gnutls_privkey_set_flags(gnutls_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_privkey_set_pin_function
void gnutls_privkey_set_pin_function(gnutls_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_privkey_set_spki
int gnutls_privkey_set_spki(gnutls_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_privkey_sign_data
int gnutls_privkey_sign_data(gnutls_privkey_t signer, gnutls_digest_algorithm_t hash, uint flags, const(gnutls_datum_t)* data, 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_privkey_sign_data2
int gnutls_privkey_sign_data2(gnutls_privkey_t signer, gnutls_sign_algorithm_t algo, uint flags, const(gnutls_datum_t)* data, 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_privkey_sign_hash
int gnutls_privkey_sign_hash(gnutls_privkey_t signer, gnutls_digest_algorithm_t hash_algo, uint flags, const(gnutls_datum_t)* hash_data, 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_privkey_sign_hash2
int gnutls_privkey_sign_hash2(gnutls_privkey_t signer, gnutls_sign_algorithm_t algo, uint flags, const(gnutls_datum_t)* hash_data, 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_privkey_sign_raw_data
int gnutls_privkey_sign_raw_data(gnutls_privkey_t key, uint flags, const(gnutls_datum_t)* data, gnutls_datum_t* sig)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_privkey_status
int gnutls_privkey_status(gnutls_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_privkey_verify_params
int gnutls_privkey_verify_params(gnutls_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_privkey_verify_seed
int gnutls_privkey_verify_seed(gnutls_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_pubkey_deinit
void gnutls_pubkey_deinit(gnutls_pubkey_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_pubkey_encrypt_data
int gnutls_pubkey_encrypt_data(gnutls_pubkey_t key, uint flags, const(gnutls_datum_t)* plaintext, gnutls_datum_t* ciphertext)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pubkey_export
int gnutls_pubkey_export(gnutls_pubkey_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_pubkey_export2
int gnutls_pubkey_export2(gnutls_pubkey_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_pubkey_export_dsa_raw
int gnutls_pubkey_export_dsa_raw(gnutls_pubkey_t key, 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_pubkey_export_dsa_raw2
int gnutls_pubkey_export_dsa_raw2(gnutls_pubkey_t key, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, 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_pubkey_export_ecc_raw
int gnutls_pubkey_export_ecc_raw(gnutls_pubkey_t key, 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_pubkey_export_ecc_raw2
int gnutls_pubkey_export_ecc_raw2(gnutls_pubkey_t key, gnutls_ecc_curve_t* curve, gnutls_datum_t* x, gnutls_datum_t* y, 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_pubkey_export_ecc_x962
int gnutls_pubkey_export_ecc_x962(gnutls_pubkey_t key, gnutls_datum_t* parameters, gnutls_datum_t* ecpoint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pubkey_export_gost_raw2
int gnutls_pubkey_export_gost_raw2(gnutls_pubkey_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, 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_pubkey_export_rsa_raw
int gnutls_pubkey_export_rsa_raw(gnutls_pubkey_t key, 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_pubkey_export_rsa_raw2
int gnutls_pubkey_export_rsa_raw2(gnutls_pubkey_t key, gnutls_datum_t* m, gnutls_datum_t* e, 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_pubkey_get_key_id
int gnutls_pubkey_get_key_id(gnutls_pubkey_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_pubkey_get_key_usage
int gnutls_pubkey_get_key_usage(gnutls_pubkey_t key, 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_pubkey_get_openpgp_key_id
int gnutls_pubkey_get_openpgp_key_id(gnutls_pubkey_t key, uint flags, ubyte* output_data, size_t* output_data_size, uint* subkey)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pubkey_get_pk_algorithm
int gnutls_pubkey_get_pk_algorithm(gnutls_pubkey_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_pubkey_get_preferred_hash_algorithm
int gnutls_pubkey_get_preferred_hash_algorithm(gnutls_pubkey_t key, gnutls_digest_algorithm_t* hash, uint* mand)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pubkey_get_spki
int gnutls_pubkey_get_spki(gnutls_pubkey_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_pubkey_import
int gnutls_pubkey_import(gnutls_pubkey_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_pubkey_import_dsa_raw
int gnutls_pubkey_import_dsa_raw(gnutls_pubkey_t key, const(gnutls_datum_t)* p, const(gnutls_datum_t)* q, const(gnutls_datum_t)* g, const(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_pubkey_import_ecc_raw
int gnutls_pubkey_import_ecc_raw(gnutls_pubkey_t key, gnutls_ecc_curve_t curve, const(gnutls_datum_t)* x, const(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_pubkey_import_ecc_x962
int gnutls_pubkey_import_ecc_x962(gnutls_pubkey_t key, const(gnutls_datum_t)* parameters, const(gnutls_datum_t)* ecpoint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pubkey_import_gost_raw
int gnutls_pubkey_import_gost_raw(gnutls_pubkey_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)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pubkey_import_openpgp
int gnutls_pubkey_import_openpgp(gnutls_pubkey_t key, gnutls_openpgp_crt_t crt, 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_pubkey_import_openpgp_raw
int gnutls_pubkey_import_openpgp_raw(gnutls_pubkey_t pkey, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format, gnutls_openpgp_keyid_t keyid, 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_pubkey_import_pkcs11
int gnutls_pubkey_import_pkcs11(gnutls_pubkey_t key, gnutls_pkcs11_obj_t obj, 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_pubkey_import_privkey
int gnutls_pubkey_import_privkey(gnutls_pubkey_t key, gnutls_privkey_t pkey, uint usage, 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_pubkey_import_rsa_raw
int gnutls_pubkey_import_rsa_raw(gnutls_pubkey_t key, 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_pubkey_import_tpm_raw
int gnutls_pubkey_import_tpm_raw(gnutls_pubkey_t pkey, const(gnutls_datum_t)* fdata, gnutls_tpmkey_fmt_t format, const(char)* srk_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_pubkey_import_tpm_url
int gnutls_pubkey_import_tpm_url(gnutls_pubkey_t pkey, const(char)* url, const(char)* srk_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_pubkey_import_url
int gnutls_pubkey_import_url(gnutls_pubkey_t key, 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_pubkey_import_x509
int gnutls_pubkey_import_x509(gnutls_pubkey_t key, gnutls_x509_crt_t crt, 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_pubkey_import_x509_crq
int gnutls_pubkey_import_x509_crq(gnutls_pubkey_t key, 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_pubkey_import_x509_raw
int gnutls_pubkey_import_x509_raw(gnutls_pubkey_t pkey, 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_pubkey_init
int gnutls_pubkey_init(gnutls_pubkey_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_pubkey_print
int gnutls_pubkey_print(gnutls_pubkey_t pubkey, 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_pubkey_set_key_usage
int gnutls_pubkey_set_key_usage(gnutls_pubkey_t key, 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_pubkey_set_pin_function
void gnutls_pubkey_set_pin_function(gnutls_pubkey_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_pubkey_set_spki
int gnutls_pubkey_set_spki(gnutls_pubkey_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_pubkey_verify_data2
int gnutls_pubkey_verify_data2(gnutls_pubkey_t pubkey, 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_pubkey_verify_hash2
int gnutls_pubkey_verify_hash2(gnutls_pubkey_t key, gnutls_sign_algorithm_t algo, uint flags, const(gnutls_datum_t)* hash, 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_pubkey_verify_params
int gnutls_pubkey_verify_params(gnutls_pubkey_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_crl_privkey_sign
int gnutls_x509_crl_privkey_sign(gnutls_x509_crl_t crl, gnutls_x509_crt_t issuer, gnutls_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_crq_privkey_sign
int gnutls_x509_crq_privkey_sign(gnutls_x509_crq_t crq, gnutls_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_set_pubkey
int gnutls_x509_crq_set_pubkey(gnutls_x509_crq_t crq, gnutls_pubkey_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_privkey_sign
int gnutls_x509_crt_privkey_sign(gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer, gnutls_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_set_pubkey
int gnutls_x509_crt_set_pubkey(gnutls_x509_crt_t crt, gnutls_pubkey_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.

Manifest constants

GNUTLS_CERT_RETR_DEINIT_ALL
enum GNUTLS_CERT_RETR_DEINIT_ALL;
Undocumented in source.
GNUTLS_PCERT_NO_CERT
enum GNUTLS_PCERT_NO_CERT;
Undocumented in source.
GNUTLS_PCERT_NO_CERT
deprecated enum GNUTLS_PCERT_NO_CERT;
Undocumented in source.
GNUTLS_PRIVKEY_INFO_HAVE_SIGN_ALGO
enum GNUTLS_PRIVKEY_INFO_HAVE_SIGN_ALGO;
Undocumented in source.
GNUTLS_PRIVKEY_INFO_PK_ALGO
enum GNUTLS_PRIVKEY_INFO_PK_ALGO;
Undocumented in source.
GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS
enum GNUTLS_PRIVKEY_INFO_PK_ALGO_BITS;
Undocumented in source.
GNUTLS_PRIVKEY_INFO_SIGN_ALGO
enum GNUTLS_PRIVKEY_INFO_SIGN_ALGO;
Undocumented in source.
GNUTLS_PUBKEY_VERIFY_FLAG_TLS1_RSA
enum GNUTLS_PUBKEY_VERIFY_FLAG_TLS1_RSA;
Undocumented in source.
GNUTLS_PUBKEY_VERIFY_FLAG_TLS_RSA
enum GNUTLS_PUBKEY_VERIFY_FLAG_TLS_RSA;
Undocumented in source.

Static variables

gnutls_certificate_set_key
pgnutls_certificate_set_key gnutls_certificate_set_key;
Undocumented in source.
gnutls_certificate_set_retrieve_function2
pgnutls_certificate_set_retrieve_function2 gnutls_certificate_set_retrieve_function2;
Undocumented in source.
gnutls_certificate_set_retrieve_function3
pgnutls_certificate_set_retrieve_function3 gnutls_certificate_set_retrieve_function3;
Undocumented in source.
gnutls_pcert_deinit
pgnutls_pcert_deinit gnutls_pcert_deinit;
Undocumented in source.
gnutls_pcert_export_openpgp
pgnutls_pcert_export_openpgp gnutls_pcert_export_openpgp;
Undocumented in source.
gnutls_pcert_export_x509
pgnutls_pcert_export_x509 gnutls_pcert_export_x509;
Undocumented in source.
gnutls_pcert_import_openpgp
pgnutls_pcert_import_openpgp gnutls_pcert_import_openpgp;
Undocumented in source.
gnutls_pcert_import_openpgp_raw
pgnutls_pcert_import_openpgp_raw gnutls_pcert_import_openpgp_raw;
Undocumented in source.
gnutls_pcert_import_rawpk
pgnutls_pcert_import_rawpk gnutls_pcert_import_rawpk;
Undocumented in source.
gnutls_pcert_import_rawpk_raw
pgnutls_pcert_import_rawpk_raw gnutls_pcert_import_rawpk_raw;
Undocumented in source.
gnutls_pcert_import_x509
pgnutls_pcert_import_x509 gnutls_pcert_import_x509;
Undocumented in source.
gnutls_pcert_import_x509_list
pgnutls_pcert_import_x509_list gnutls_pcert_import_x509_list;
Undocumented in source.
gnutls_pcert_import_x509_raw
pgnutls_pcert_import_x509_raw gnutls_pcert_import_x509_raw;
Undocumented in source.
gnutls_pcert_list_import_x509_file
pgnutls_pcert_list_import_x509_file gnutls_pcert_list_import_x509_file;
Undocumented in source.
gnutls_pcert_list_import_x509_raw
pgnutls_pcert_list_import_x509_raw gnutls_pcert_list_import_x509_raw;
Undocumented in source.
gnutls_privkey_decrypt_data
pgnutls_privkey_decrypt_data gnutls_privkey_decrypt_data;
Undocumented in source.
gnutls_privkey_decrypt_data2
pgnutls_privkey_decrypt_data2 gnutls_privkey_decrypt_data2;
Undocumented in source.
gnutls_privkey_deinit
pgnutls_privkey_deinit gnutls_privkey_deinit;
Undocumented in source.
gnutls_privkey_export_dsa_raw
pgnutls_privkey_export_dsa_raw gnutls_privkey_export_dsa_raw;
Undocumented in source.
gnutls_privkey_export_dsa_raw2
pgnutls_privkey_export_dsa_raw2 gnutls_privkey_export_dsa_raw2;
Undocumented in source.
gnutls_privkey_export_ecc_raw
pgnutls_privkey_export_ecc_raw gnutls_privkey_export_ecc_raw;
Undocumented in source.
gnutls_privkey_export_ecc_raw2
pgnutls_privkey_export_ecc_raw2 gnutls_privkey_export_ecc_raw2;
Undocumented in source.
gnutls_privkey_export_gost_raw2
pgnutls_privkey_export_gost_raw2 gnutls_privkey_export_gost_raw2;
Undocumented in source.
gnutls_privkey_export_openpgp
pgnutls_privkey_export_openpgp gnutls_privkey_export_openpgp;
Undocumented in source.
gnutls_privkey_export_pkcs11
pgnutls_privkey_export_pkcs11 gnutls_privkey_export_pkcs11;
Undocumented in source.
gnutls_privkey_export_rsa_raw
pgnutls_privkey_export_rsa_raw gnutls_privkey_export_rsa_raw;
Undocumented in source.
gnutls_privkey_export_rsa_raw2
pgnutls_privkey_export_rsa_raw2 gnutls_privkey_export_rsa_raw2;
Undocumented in source.
gnutls_privkey_export_x509
pgnutls_privkey_export_x509 gnutls_privkey_export_x509;
Undocumented in source.
gnutls_privkey_generate
pgnutls_privkey_generate gnutls_privkey_generate;
Undocumented in source.
gnutls_privkey_generate2
pgnutls_privkey_generate2 gnutls_privkey_generate2;
Undocumented in source.
gnutls_privkey_get_pk_algorithm
pgnutls_privkey_get_pk_algorithm gnutls_privkey_get_pk_algorithm;
Undocumented in source.
gnutls_privkey_get_seed
pgnutls_privkey_get_seed gnutls_privkey_get_seed;
Undocumented in source.
gnutls_privkey_get_spki
pgnutls_privkey_get_spki gnutls_privkey_get_spki;
Undocumented in source.
gnutls_privkey_get_type
pgnutls_privkey_get_type gnutls_privkey_get_type;
Undocumented in source.
gnutls_privkey_import_dsa_raw
pgnutls_privkey_import_dsa_raw gnutls_privkey_import_dsa_raw;
Undocumented in source.
gnutls_privkey_import_ecc_raw
pgnutls_privkey_import_ecc_raw gnutls_privkey_import_ecc_raw;
Undocumented in source.
gnutls_privkey_import_ext
pgnutls_privkey_import_ext gnutls_privkey_import_ext;
Undocumented in source.
gnutls_privkey_import_ext2
pgnutls_privkey_import_ext2 gnutls_privkey_import_ext2;
Undocumented in source.
gnutls_privkey_import_ext3
pgnutls_privkey_import_ext3 gnutls_privkey_import_ext3;
Undocumented in source.
gnutls_privkey_import_ext4
pgnutls_privkey_import_ext4 gnutls_privkey_import_ext4;
Undocumented in source.
gnutls_privkey_import_gost_raw
pgnutls_privkey_import_gost_raw gnutls_privkey_import_gost_raw;
Undocumented in source.
gnutls_privkey_import_openpgp
pgnutls_privkey_import_openpgp gnutls_privkey_import_openpgp;
Undocumented in source.
gnutls_privkey_import_openpgp_raw
pgnutls_privkey_import_openpgp_raw gnutls_privkey_import_openpgp_raw;
Undocumented in source.
gnutls_privkey_import_pkcs11
pgnutls_privkey_import_pkcs11 gnutls_privkey_import_pkcs11;
Undocumented in source.
gnutls_privkey_import_rsa_raw
pgnutls_privkey_import_rsa_raw gnutls_privkey_import_rsa_raw;
Undocumented in source.
gnutls_privkey_import_tpm_raw
pgnutls_privkey_import_tpm_raw gnutls_privkey_import_tpm_raw;
Undocumented in source.
gnutls_privkey_import_tpm_url
pgnutls_privkey_import_tpm_url gnutls_privkey_import_tpm_url;
Undocumented in source.
gnutls_privkey_import_url
pgnutls_privkey_import_url gnutls_privkey_import_url;
Undocumented in source.
gnutls_privkey_import_x509
pgnutls_privkey_import_x509 gnutls_privkey_import_x509;
Undocumented in source.
gnutls_privkey_import_x509_raw
pgnutls_privkey_import_x509_raw gnutls_privkey_import_x509_raw;
Undocumented in source.
gnutls_privkey_init
pgnutls_privkey_init gnutls_privkey_init;
Undocumented in source.
gnutls_privkey_set_flags
pgnutls_privkey_set_flags gnutls_privkey_set_flags;
Undocumented in source.
gnutls_privkey_set_pin_function
pgnutls_privkey_set_pin_function gnutls_privkey_set_pin_function;
Undocumented in source.
gnutls_privkey_set_spki
pgnutls_privkey_set_spki gnutls_privkey_set_spki;
Undocumented in source.
gnutls_privkey_sign_data
pgnutls_privkey_sign_data gnutls_privkey_sign_data;
Undocumented in source.
gnutls_privkey_sign_data2
pgnutls_privkey_sign_data2 gnutls_privkey_sign_data2;
Undocumented in source.
gnutls_privkey_sign_hash
pgnutls_privkey_sign_hash gnutls_privkey_sign_hash;
Undocumented in source.
gnutls_privkey_sign_hash2
pgnutls_privkey_sign_hash2 gnutls_privkey_sign_hash2;
Undocumented in source.
gnutls_privkey_status
pgnutls_privkey_status gnutls_privkey_status;
Undocumented in source.
gnutls_privkey_verify_params
pgnutls_privkey_verify_params gnutls_privkey_verify_params;
Undocumented in source.
gnutls_privkey_verify_seed
pgnutls_privkey_verify_seed gnutls_privkey_verify_seed;
Undocumented in source.
gnutls_pubkey_deinit
pgnutls_pubkey_deinit gnutls_pubkey_deinit;
Undocumented in source.
gnutls_pubkey_encrypt_data
pgnutls_pubkey_encrypt_data gnutls_pubkey_encrypt_data;
Undocumented in source.
gnutls_pubkey_export
pgnutls_pubkey_export gnutls_pubkey_export;
Undocumented in source.
gnutls_pubkey_export2
pgnutls_pubkey_export2 gnutls_pubkey_export2;
Undocumented in source.
gnutls_pubkey_export_dsa_raw
pgnutls_pubkey_export_dsa_raw gnutls_pubkey_export_dsa_raw;
Undocumented in source.
gnutls_pubkey_export_dsa_raw2
pgnutls_pubkey_export_dsa_raw2 gnutls_pubkey_export_dsa_raw2;
Undocumented in source.
gnutls_pubkey_export_ecc_raw
pgnutls_pubkey_export_ecc_raw gnutls_pubkey_export_ecc_raw;
Undocumented in source.
gnutls_pubkey_export_ecc_raw2
pgnutls_pubkey_export_ecc_raw2 gnutls_pubkey_export_ecc_raw2;
Undocumented in source.
gnutls_pubkey_export_ecc_x962
pgnutls_pubkey_export_ecc_x962 gnutls_pubkey_export_ecc_x962;
Undocumented in source.
gnutls_pubkey_export_gost_raw2
pgnutls_pubkey_export_gost_raw2 gnutls_pubkey_export_gost_raw2;
Undocumented in source.
gnutls_pubkey_export_rsa_raw
pgnutls_pubkey_export_rsa_raw gnutls_pubkey_export_rsa_raw;
Undocumented in source.
gnutls_pubkey_export_rsa_raw2
pgnutls_pubkey_export_rsa_raw2 gnutls_pubkey_export_rsa_raw2;
Undocumented in source.
gnutls_pubkey_get_key_id
pgnutls_pubkey_get_key_id gnutls_pubkey_get_key_id;
Undocumented in source.
gnutls_pubkey_get_key_usage
pgnutls_pubkey_get_key_usage gnutls_pubkey_get_key_usage;
Undocumented in source.
gnutls_pubkey_get_openpgp_key_id
pgnutls_pubkey_get_openpgp_key_id gnutls_pubkey_get_openpgp_key_id;
Undocumented in source.
gnutls_pubkey_get_pk_algorithm
pgnutls_pubkey_get_pk_algorithm gnutls_pubkey_get_pk_algorithm;
Undocumented in source.
gnutls_pubkey_get_preferred_hash_algorithm
pgnutls_pubkey_get_preferred_hash_algorithm gnutls_pubkey_get_preferred_hash_algorithm;
Undocumented in source.
gnutls_pubkey_get_spki
pgnutls_pubkey_get_spki gnutls_pubkey_get_spki;
Undocumented in source.
gnutls_pubkey_import
pgnutls_pubkey_import gnutls_pubkey_import;
Undocumented in source.
gnutls_pubkey_import_dsa_raw
pgnutls_pubkey_import_dsa_raw gnutls_pubkey_import_dsa_raw;
Undocumented in source.
gnutls_pubkey_import_ecc_raw
pgnutls_pubkey_import_ecc_raw gnutls_pubkey_import_ecc_raw;
Undocumented in source.
gnutls_pubkey_import_ecc_x962
pgnutls_pubkey_import_ecc_x962 gnutls_pubkey_import_ecc_x962;
Undocumented in source.
gnutls_pubkey_import_gost_raw
pgnutls_pubkey_import_gost_raw gnutls_pubkey_import_gost_raw;
Undocumented in source.
gnutls_pubkey_import_openpgp
pgnutls_pubkey_import_openpgp gnutls_pubkey_import_openpgp;
Undocumented in source.
gnutls_pubkey_import_openpgp_raw
pgnutls_pubkey_import_openpgp_raw gnutls_pubkey_import_openpgp_raw;
Undocumented in source.
gnutls_pubkey_import_pkcs11
pgnutls_pubkey_import_pkcs11 gnutls_pubkey_import_pkcs11;
Undocumented in source.
gnutls_pubkey_import_privkey
pgnutls_pubkey_import_privkey gnutls_pubkey_import_privkey;
Undocumented in source.
gnutls_pubkey_import_rsa_raw
pgnutls_pubkey_import_rsa_raw gnutls_pubkey_import_rsa_raw;
Undocumented in source.
gnutls_pubkey_import_tpm_raw
pgnutls_pubkey_import_tpm_raw gnutls_pubkey_import_tpm_raw;
Undocumented in source.
gnutls_pubkey_import_tpm_url
pgnutls_pubkey_import_tpm_url gnutls_pubkey_import_tpm_url;
Undocumented in source.
gnutls_pubkey_import_url
pgnutls_pubkey_import_url gnutls_pubkey_import_url;
Undocumented in source.
gnutls_pubkey_import_x509
pgnutls_pubkey_import_x509 gnutls_pubkey_import_x509;
Undocumented in source.
gnutls_pubkey_import_x509_crq
pgnutls_pubkey_import_x509_crq gnutls_pubkey_import_x509_crq;
Undocumented in source.
gnutls_pubkey_import_x509_raw
pgnutls_pubkey_import_x509_raw gnutls_pubkey_import_x509_raw;
Undocumented in source.
gnutls_pubkey_init
pgnutls_pubkey_init gnutls_pubkey_init;
Undocumented in source.
gnutls_pubkey_print
pgnutls_pubkey_print gnutls_pubkey_print;
Undocumented in source.
gnutls_pubkey_set_key_usage
pgnutls_pubkey_set_key_usage gnutls_pubkey_set_key_usage;
Undocumented in source.
gnutls_pubkey_set_pin_function
pgnutls_pubkey_set_pin_function gnutls_pubkey_set_pin_function;
Undocumented in source.
gnutls_pubkey_set_spki
pgnutls_pubkey_set_spki gnutls_pubkey_set_spki;
Undocumented in source.
gnutls_pubkey_verify_data2
pgnutls_pubkey_verify_data2 gnutls_pubkey_verify_data2;
Undocumented in source.
gnutls_pubkey_verify_hash2
pgnutls_pubkey_verify_hash2 gnutls_pubkey_verify_hash2;
Undocumented in source.
gnutls_pubkey_verify_params
pgnutls_pubkey_verify_params gnutls_pubkey_verify_params;
Undocumented in source.
gnutls_x509_crl_privkey_sign
pgnutls_x509_crl_privkey_sign gnutls_x509_crl_privkey_sign;
Undocumented in source.
gnutls_x509_crq_privkey_sign
pgnutls_x509_crq_privkey_sign gnutls_x509_crq_privkey_sign;
Undocumented in source.
gnutls_x509_crq_set_pubkey
pgnutls_x509_crq_set_pubkey gnutls_x509_crq_set_pubkey;
Undocumented in source.
gnutls_x509_crt_privkey_sign
pgnutls_x509_crt_privkey_sign gnutls_x509_crt_privkey_sign;
Undocumented in source.
gnutls_x509_crt_set_pubkey
pgnutls_x509_crt_set_pubkey gnutls_x509_crt_set_pubkey;
Undocumented in source.

Structs

gnutls_cert_retr_st
struct gnutls_cert_retr_st
Undocumented in source.
gnutls_pcert_st
struct gnutls_pcert_st
Undocumented in source.

Meta