bindbc.gnutls.gnutls

Undocumented in source.

Members

Aliases

_gnutls_deinit
alias _gnutls_deinit = gnutls_deinit
Undocumented in source.
giovec_t
alias giovec_t = iovec
Undocumented in source.
gnutls_alloc_function
alias gnutls_alloc_function = void* function(size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_anon_client_credentials_t
alias gnutls_anon_client_credentials_t = gnutls_anon_client_credentials_st*
Undocumented in source.
gnutls_anon_server_credentials_t
alias gnutls_anon_server_credentials_t = gnutls_anon_server_credentials_st*
Undocumented in source.
gnutls_anti_replay_t
alias gnutls_anti_replay_t = gnutls_anti_replay_st*
Undocumented in source.
gnutls_audit_log_func
alias gnutls_audit_log_func = void function(gnutls_session_t, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_buffer_t
alias gnutls_buffer_t = gnutls_buffer_st*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_calloc_function
alias gnutls_calloc_function = void* function(size_t, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_certificate_client_credentials
alias gnutls_certificate_client_credentials = gnutls_certificate_credentials_st*
Undocumented in source.
gnutls_certificate_credentials_t
alias gnutls_certificate_credentials_t = gnutls_certificate_credentials_st*
Undocumented in source.
gnutls_certificate_print_formats_t
alias gnutls_certificate_print_formats_t = gnutls_certificate_print_formats
Undocumented in source.
gnutls_certificate_retrieve_function
alias gnutls_certificate_retrieve_function = 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_retr2_st*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_certificate_server_credentials
alias gnutls_certificate_server_credentials = gnutls_certificate_credentials_st*
Undocumented in source.
gnutls_certificate_verify_function
alias gnutls_certificate_verify_function = int function(gnutls_session_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_cipher_algorithm_t
alias gnutls_cipher_algorithm_t = gnutls_cipher_algorithm
Undocumented in source.
gnutls_cred_set
alias gnutls_cred_set = gnutls_credentials_set
Undocumented in source.
gnutls_db_add_func
alias gnutls_db_add_func = int function(void*, time_t exp_time, const(gnutls_datum_t)* key, const(gnutls_datum_t)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_db_remove_func
alias gnutls_db_remove_func = int function(void*, gnutls_datum_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_db_retr_func
alias gnutls_db_retr_func = gnutls_datum_t function(void*, gnutls_datum_t key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_db_store_func
alias gnutls_db_store_func = int function(void*, gnutls_datum_t key, gnutls_datum_t data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_dh_params_t
alias gnutls_dh_params_t = gnutls_dh_params_int*
Undocumented in source.
gnutls_errno_func
alias gnutls_errno_func = int function(gnutls_transport_ptr_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_ext_deinit_data_func
alias gnutls_ext_deinit_data_func = void function(gnutls_ext_priv_data_t data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_ext_pack_func
alias gnutls_ext_pack_func = int function(gnutls_ext_priv_data_t data, gnutls_buffer_t packed_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_ext_priv_data_t
alias gnutls_ext_priv_data_t = void*
Undocumented in source.
gnutls_ext_raw_process_func
alias gnutls_ext_raw_process_func = int function(void* ctx, uint tls_id, const(ubyte)* data, uint data_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_ext_recv_func
alias gnutls_ext_recv_func = int function(gnutls_session_t session, const(ubyte)* data, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_ext_send_func
alias gnutls_ext_send_func = int function(gnutls_session_t session, gnutls_buffer_t extdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_ext_unpack_func
alias gnutls_ext_unpack_func = int function(gnutls_buffer_t packed_data, gnutls_ext_priv_data_t* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_free_function
alias gnutls_free_function = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_handshake_hook_func
alias gnutls_handshake_hook_func = int function(gnutls_session_t, uint htype, uint when, uint incoming, const(gnutls_datum_t)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_handshake_post_client_hello_func
alias gnutls_handshake_post_client_hello_func = gnutls_handshake_simple_hook_func
Undocumented in source.
gnutls_handshake_simple_hook_func
alias gnutls_handshake_simple_hook_func = int function(gnutls_session_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_is_secure_function
alias gnutls_is_secure_function = int function(const(void)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_keylog_func
alias gnutls_keylog_func = int function(gnutls_session_t session, const(char)* label, const(gnutls_datum_t)* secret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_log_func
alias gnutls_log_func = void function(int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_openpgp_crt_t
alias gnutls_openpgp_crt_t = gnutls_openpgp_crt_int*
Undocumented in source.
gnutls_openpgp_keyring_t
alias gnutls_openpgp_keyring_t = gnutls_openpgp_keyring_int*
Undocumented in source.
gnutls_openpgp_privkey_t
alias gnutls_openpgp_privkey_t = gnutls_openpgp_privkey_int*
Undocumented in source.
gnutls_packet_t
alias gnutls_packet_t = mbuffer_st*
Undocumented in source.
gnutls_params_function
alias gnutls_params_function = int function(gnutls_session_t, gnutls_params_type_t, gnutls_params_st*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_pem_base64_decode_alloc
alias gnutls_pem_base64_decode_alloc = gnutls_pem_base64_decode2
Undocumented in source.
gnutls_pem_base64_encode_alloc
alias gnutls_pem_base64_encode_alloc = gnutls_pem_base64_encode2
Undocumented in source.
gnutls_pin_callback_t
alias gnutls_pin_callback_t = int function(void* userdata, int attempt, const(char)* token_url, const(char)* token_label, uint flags, char* pin, size_t pin_max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_pkcs11_privkey_t
alias gnutls_pkcs11_privkey_t = gnutls_pkcs11_privkey_st*
Undocumented in source.
gnutls_priority_t
alias gnutls_priority_t = gnutls_priority_st*
Undocumented in source.
gnutls_privkey_t
alias gnutls_privkey_t = gnutls_privkey_st*
Undocumented in source.
gnutls_psk_client_credentials_function
alias gnutls_psk_client_credentials_function = int function(gnutls_session_t, char** username, gnutls_datum_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_psk_client_credentials_function2
alias gnutls_psk_client_credentials_function2 = int function(gnutls_session_t, gnutls_datum_t* username, gnutls_datum_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_psk_client_credentials_t
alias gnutls_psk_client_credentials_t = gnutls_psk_client_credentials_st*
Undocumented in source.
gnutls_psk_server_credentials_function
alias gnutls_psk_server_credentials_function = int function(gnutls_session_t, const(char)* username, gnutls_datum_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_psk_server_credentials_function2
alias gnutls_psk_server_credentials_function2 = int function(gnutls_session_t, const(gnutls_datum_t)* username, gnutls_datum_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_psk_server_credentials_t
alias gnutls_psk_server_credentials_t = gnutls_psk_server_credentials_st*
Undocumented in source.
gnutls_pubkey_t
alias gnutls_pubkey_t = gnutls_pubkey_st*
Undocumented in source.
gnutls_pull_func
alias gnutls_pull_func = c_long function(gnutls_transport_ptr_t, void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_pull_timeout_func
alias gnutls_pull_timeout_func = int function(gnutls_transport_ptr_t, uint ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_push_func
alias gnutls_push_func = c_long function(gnutls_transport_ptr_t, const(void)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_random_art_t
alias gnutls_random_art_t = gnutls_random_art_
Undocumented in source.
gnutls_read
alias gnutls_read = gnutls_record_recv
Undocumented in source.
gnutls_realloc_function
alias gnutls_realloc_function = void* function(void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_rsa_params_t
alias gnutls_rsa_params_t = gnutls_x509_privkey_int*
Undocumented in source.
gnutls_session_t
alias gnutls_session_t = gnutls_session_int*
Undocumented in source.
gnutls_sign_algorithm_get_name
alias gnutls_sign_algorithm_get_name = gnutls_sign_get_name
Undocumented in source.
gnutls_srp_base64_decode_alloc
alias gnutls_srp_base64_decode_alloc = gnutls_srp_base64_decode2
Undocumented in source.
gnutls_srp_base64_encode_alloc
alias gnutls_srp_base64_encode_alloc = gnutls_srp_base64_encode2
Undocumented in source.
gnutls_srp_client_credentials_function
alias gnutls_srp_client_credentials_function = int function(gnutls_session_t, char**, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_srp_client_credentials_t
alias gnutls_srp_client_credentials_t = gnutls_srp_client_credentials_st*
Undocumented in source.
gnutls_srp_server_credentials_function
alias gnutls_srp_server_credentials_function = int function(gnutls_session_t, const(char)* username, gnutls_datum_t* salt, gnutls_datum_t* verifier, gnutls_datum_t* generator, gnutls_datum_t* prime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_srp_server_credentials_t
alias gnutls_srp_server_credentials_t = gnutls_srp_server_credentials_st*
Undocumented in source.
gnutls_status_request_ocsp_func
alias gnutls_status_request_ocsp_func = int function(gnutls_session_t session, void* ptr, gnutls_datum_t* ocsp_response)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_supp_recv_func
alias gnutls_supp_recv_func = int function(gnutls_session_t session, const(ubyte)* data, size_t data_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_supp_send_func
alias gnutls_supp_send_func = int function(gnutls_session_t session, gnutls_buffer_t buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_tdb_store_commitment_func
alias gnutls_tdb_store_commitment_func = int function(const(char)* db_name, const(char)* host, const(char)* service, time_t expiration, gnutls_digest_algorithm_t hash_algo, const(gnutls_datum_t)* hash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_tdb_store_func
alias gnutls_tdb_store_func = int function(const(char)* db_name, const(char)* host, const(char)* service, time_t expiration, const(gnutls_datum_t)* pubkey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_tdb_t
alias gnutls_tdb_t = gnutls_tdb_int*
Undocumented in source.
gnutls_tdb_verify_func
alias gnutls_tdb_verify_func = int function(const(char)* db_name, const(char)* host, const(char)* service, const(gnutls_datum_t)* pubkey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_time_func
alias gnutls_time_func = c_long function(time_t* t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_transport_ptr_t
alias gnutls_transport_ptr_t = void*
Undocumented in source.
gnutls_vec_push_func
alias gnutls_vec_push_func = c_long function(gnutls_transport_ptr_t, const(giovec_t)* iov, int iovcnt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_write
alias gnutls_write = gnutls_record_send
Undocumented in source.
gnutls_x509_crl_t
alias gnutls_x509_crl_t = gnutls_x509_crl_int*
Undocumented in source.
gnutls_x509_crq_t
alias gnutls_x509_crq_t = gnutls_x509_crq_int*
Undocumented in source.
gnutls_x509_crt_t
alias gnutls_x509_crt_t = gnutls_x509_crt_int*
Undocumented in source.
gnutls_x509_privkey_t
alias gnutls_x509_privkey_t = gnutls_x509_privkey_int*
Undocumented in source.
mutex_deinit_func
alias mutex_deinit_func = int function(void** mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mutex_init_func
alias mutex_init_func = int function(void** mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mutex_lock_func
alias mutex_lock_func = int function(void** mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mutex_unlock_func
alias mutex_unlock_func = int function(void** mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pgnutls_alert_get
alias pgnutls_alert_get = gnutls_alert_description_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_alert_get_name
alias pgnutls_alert_get_name = const(char)* function(gnutls_alert_description_t alert)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_alert_get_strname
alias pgnutls_alert_get_strname = const(char)* function(gnutls_alert_description_t alert)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_alert_send
alias pgnutls_alert_send = int function(gnutls_session_t session, gnutls_alert_level_t level, gnutls_alert_description_t desc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_alert_send_appropriate
alias pgnutls_alert_send_appropriate = int function(gnutls_session_t session, int 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_alpn_get_selected_protocol
alias pgnutls_alpn_get_selected_protocol = int function(gnutls_session_t session, gnutls_datum_t* protocol)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_alpn_set_protocols
alias pgnutls_alpn_set_protocols = int function(gnutls_session_t session, const(gnutls_datum_t)* protocols, uint protocols_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_anon_allocate_client_credentials
alias pgnutls_anon_allocate_client_credentials = int function(gnutls_anon_client_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anon_allocate_server_credentials
alias pgnutls_anon_allocate_server_credentials = int function(gnutls_anon_server_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anon_free_client_credentials
alias pgnutls_anon_free_client_credentials = void function(gnutls_anon_client_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anon_free_server_credentials
alias pgnutls_anon_free_server_credentials = void function(gnutls_anon_server_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anon_set_params_function
alias pgnutls_anon_set_params_function = void function(gnutls_anon_server_credentials_t res, 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_anon_set_server_dh_params
alias pgnutls_anon_set_server_dh_params = void function(gnutls_anon_server_credentials_t res, gnutls_dh_params_t dh_params)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anon_set_server_known_dh_params
alias pgnutls_anon_set_server_known_dh_params = int function(gnutls_anon_server_credentials_t res, gnutls_sec_param_t sec_param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anon_set_server_params_function
alias pgnutls_anon_set_server_params_function = void function(gnutls_anon_server_credentials_t res, 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_anti_replay_deinit
alias pgnutls_anti_replay_deinit = void function(gnutls_anti_replay_t anti_replay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anti_replay_enable
alias pgnutls_anti_replay_enable = void function(gnutls_session_t session, gnutls_anti_replay_t anti_replay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anti_replay_init
alias pgnutls_anti_replay_init = int function(gnutls_anti_replay_t* anti_replay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anti_replay_set_add_function
alias pgnutls_anti_replay_set_add_function = void function(gnutls_anti_replay_t, gnutls_db_add_func add_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_anti_replay_set_ptr
alias pgnutls_anti_replay_set_ptr = void function(gnutls_anti_replay_t, void* ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_anti_replay_set_window
alias pgnutls_anti_replay_set_window = void function(gnutls_anti_replay_t anti_replay, uint window)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_auth_client_get_type
alias pgnutls_auth_client_get_type = gnutls_credentials_type_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_auth_get_type
alias pgnutls_auth_get_type = gnutls_credentials_type_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_auth_server_get_type
alias pgnutls_auth_server_get_type = gnutls_credentials_type_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_base64_decode2
alias pgnutls_base64_decode2 = int function(const(gnutls_datum_t)* b64_data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_base64_encode2
alias pgnutls_base64_encode2 = int function(const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_buffer_append_data
alias pgnutls_buffer_append_data = int function(gnutls_buffer_t, const(void)* data, size_t 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_bye
alias pgnutls_bye = int function(gnutls_session_t session, gnutls_close_request_t how)
Undocumented 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_activation_time_peers
alias pgnutls_certificate_activation_time_peers = time_t function(gnutls_session_t session)
Undocumented 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_allocate_credentials
alias pgnutls_certificate_allocate_credentials = int function(gnutls_certificate_credentials_t* res)
Undocumented 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_client_get_request_status
alias pgnutls_certificate_client_get_request_status = uint function(gnutls_session_t session)
Undocumented 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_expiration_time_peers
alias pgnutls_certificate_expiration_time_peers = time_t function(gnutls_session_t session)
Undocumented 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_free_ca_names
alias pgnutls_certificate_free_ca_names = void function(gnutls_certificate_credentials_t sc)
Undocumented 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_free_cas
alias pgnutls_certificate_free_cas = void function(gnutls_certificate_credentials_t sc)
Undocumented 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_free_credentials
alias pgnutls_certificate_free_credentials = void function(gnutls_certificate_credentials_t sc)
Undocumented 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_free_crls
alias pgnutls_certificate_free_crls = void function(gnutls_certificate_credentials_t sc)
Undocumented 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_free_keys
alias pgnutls_certificate_free_keys = void function(gnutls_certificate_credentials_t sc)
Undocumented 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_get_crt_raw
alias pgnutls_certificate_get_crt_raw = int function(gnutls_certificate_credentials_t sc, uint idx1, uint idx2, gnutls_datum_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_certificate_get_issuer
alias pgnutls_certificate_get_issuer = int function(gnutls_certificate_credentials_t sc, 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_certificate_get_ocsp_expiration
alias pgnutls_certificate_get_ocsp_expiration = time_t function(gnutls_certificate_credentials_t sc, uint idx, int oidx, 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_get_ours
alias pgnutls_certificate_get_ours = const(gnutls_datum_t)* function(gnutls_session_t session)
Undocumented 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_get_peers
alias pgnutls_certificate_get_peers = const(gnutls_datum_t)* function(gnutls_session_t session, uint* list_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_certificate_get_peers_subkey_id
alias pgnutls_certificate_get_peers_subkey_id = int function(gnutls_session_t session, gnutls_datum_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_certificate_get_verify_flags
alias pgnutls_certificate_get_verify_flags = uint function(gnutls_certificate_credentials_t res)
Undocumented 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_get_x509_crt
alias pgnutls_certificate_get_x509_crt = int function(gnutls_certificate_credentials_t res, uint index, gnutls_x509_crt_t** crt_list, uint* crt_list_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_certificate_get_x509_key
alias pgnutls_certificate_get_x509_key = int function(gnutls_certificate_credentials_t res, uint index, 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_certificate_send_x509_rdn_sequence
alias pgnutls_certificate_send_x509_rdn_sequence = void function(gnutls_session_t session, int status)
Undocumented 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_server_set_request
alias pgnutls_certificate_server_set_request = void function(gnutls_session_t session, gnutls_certificate_request_t req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_certificate_set_dh_params
alias pgnutls_certificate_set_dh_params = void function(gnutls_certificate_credentials_t res, gnutls_dh_params_t dh_params)
Undocumented 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_flags
alias pgnutls_certificate_set_flags = void function(gnutls_certificate_credentials_t, 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_set_known_dh_params
alias pgnutls_certificate_set_known_dh_params = int function(gnutls_certificate_credentials_t res, gnutls_sec_param_t sec_param)
Undocumented 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_ocsp_status_request_file
alias pgnutls_certificate_set_ocsp_status_request_file = int function(gnutls_certificate_credentials_t res, const(char)* response_file, uint idx)
Undocumented 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_ocsp_status_request_file2
alias pgnutls_certificate_set_ocsp_status_request_file2 = int function(gnutls_certificate_credentials_t res, const(char)* response_file, uint idx, gnutls_x509_crt_fmt_t fmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_certificate_set_ocsp_status_request_function
alias pgnutls_certificate_set_ocsp_status_request_function = void function(gnutls_certificate_credentials_t res, gnutls_status_request_ocsp_func ocsp_func, void* ptr)
Undocumented 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_ocsp_status_request_function2
alias pgnutls_certificate_set_ocsp_status_request_function2 = int function(gnutls_certificate_credentials_t res, uint idx, gnutls_status_request_ocsp_func ocsp_func, void* ptr)
Undocumented 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_ocsp_status_request_mem
alias pgnutls_certificate_set_ocsp_status_request_mem = int function(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* resp, uint idx, gnutls_x509_crt_fmt_t fmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_certificate_set_params_function
alias pgnutls_certificate_set_params_function = void function(gnutls_certificate_credentials_t res, 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_pin_function
alias pgnutls_certificate_set_pin_function = void function(gnutls_certificate_credentials_t, 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_certificate_set_rawpk_key_file
alias pgnutls_certificate_set_rawpk_key_file = int function(gnutls_certificate_credentials_t cred, const(char)* rawpkfile, const(char)* privkeyfile, gnutls_x509_crt_fmt_t format, const(char)* pass, uint key_usage, const(char*)* names, uint names_length, uint privkey_flags, uint pkcs11_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_set_rawpk_key_mem
alias pgnutls_certificate_set_rawpk_key_mem = int function(gnutls_certificate_credentials_t cred, const(gnutls_datum_t)* spki, const(gnutls_datum_t)* pkey, gnutls_x509_crt_fmt_t format, const(char)* pass, uint key_usage, const(char*)* names, uint names_length, 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_set_retrieve_function
alias pgnutls_certificate_set_retrieve_function = 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_verify_flags
alias pgnutls_certificate_set_verify_flags = void function(gnutls_certificate_credentials_t res, 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_set_verify_function
alias pgnutls_certificate_set_verify_function = 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_verify_limits
alias pgnutls_certificate_set_verify_limits = void function(gnutls_certificate_credentials_t res, uint max_bits, uint max_depth)
Undocumented 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_x509_crl
alias pgnutls_certificate_set_x509_crl = int function(gnutls_certificate_credentials_t res, gnutls_x509_crl_t* crl_list, int crl_list_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_certificate_set_x509_crl_file
alias pgnutls_certificate_set_x509_crl_file = int function(gnutls_certificate_credentials_t res, const(char)* crlfile, 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_certificate_set_x509_crl_mem
alias pgnutls_certificate_set_x509_crl_mem = int function(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* CRL, 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_certificate_set_x509_key
alias pgnutls_certificate_set_x509_key = int function(gnutls_certificate_credentials_t res, gnutls_x509_crt_t* cert_list, int cert_list_size, 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_certificate_set_x509_key_file
alias pgnutls_certificate_set_x509_key_file = int function(gnutls_certificate_credentials_t res, const(char)* certfile, const(char)* keyfile, 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_certificate_set_x509_key_file2
alias pgnutls_certificate_set_x509_key_file2 = int function(gnutls_certificate_credentials_t res, const(char)* certfile, const(char)* keyfile, gnutls_x509_crt_fmt_t type, const(char)* pass, 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_set_x509_key_mem
alias pgnutls_certificate_set_x509_key_mem = int function(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* cert, const(gnutls_datum_t)* key, 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_certificate_set_x509_key_mem2
alias pgnutls_certificate_set_x509_key_mem2 = int function(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* cert, const(gnutls_datum_t)* key, gnutls_x509_crt_fmt_t type, const(char)* pass, 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_set_x509_simple_pkcs12_file
alias pgnutls_certificate_set_x509_simple_pkcs12_file = int function(gnutls_certificate_credentials_t res, const(char)* pkcs12file, gnutls_x509_crt_fmt_t type, 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_certificate_set_x509_simple_pkcs12_mem
alias pgnutls_certificate_set_x509_simple_pkcs12_mem = int function(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* p12blob, gnutls_x509_crt_fmt_t type, 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_certificate_set_x509_system_trust
alias pgnutls_certificate_set_x509_system_trust = int function(gnutls_certificate_credentials_t cred)
Undocumented 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_x509_trust
alias pgnutls_certificate_set_x509_trust = int function(gnutls_certificate_credentials_t res, gnutls_x509_crt_t* ca_list, int ca_list_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_certificate_set_x509_trust_dir
alias pgnutls_certificate_set_x509_trust_dir = int function(gnutls_certificate_credentials_t cred, const(char)* ca_dir, 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_certificate_set_x509_trust_file
alias pgnutls_certificate_set_x509_trust_file = int function(gnutls_certificate_credentials_t cred, const(char)* cafile, 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_certificate_set_x509_trust_mem
alias pgnutls_certificate_set_x509_trust_mem = int function(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* ca, 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_certificate_type_get
alias pgnutls_certificate_type_get = gnutls_certificate_type_t function(gnutls_session_t session)
Undocumented 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_type_get2
alias pgnutls_certificate_type_get2 = gnutls_certificate_type_t function(gnutls_session_t session, gnutls_ctype_target_t target)
Undocumented 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_type_get_id
alias pgnutls_certificate_type_get_id = gnutls_certificate_type_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_type_get_name
alias pgnutls_certificate_type_get_name = const(char)* function(gnutls_certificate_type_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_certificate_type_list
alias pgnutls_certificate_type_list = const(gnutls_certificate_type_t)* function()
Undocumented 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_status_print
alias pgnutls_certificate_verification_status_print = int function(uint status, gnutls_certificate_type_t type, gnutls_datum_t* out_, 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_verify_peers
alias pgnutls_certificate_verify_peers = int function(gnutls_session_t session, gnutls_typed_vdata_st* data, uint elements, uint* status)
Undocumented 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_verify_peers2
alias pgnutls_certificate_verify_peers2 = int function(gnutls_session_t session, uint* status)
Undocumented 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_verify_peers3
alias pgnutls_certificate_verify_peers3 = int function(gnutls_session_t session, const(char)* hostname, uint* status)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_check_version
alias pgnutls_check_version = const(char)* function(const(char)* req_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_cipher_get
alias pgnutls_cipher_get = gnutls_cipher_algorithm_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_cipher_get_id
alias pgnutls_cipher_get_id = gnutls_cipher_algorithm_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_cipher_get_key_size
alias pgnutls_cipher_get_key_size = size_t function(gnutls_cipher_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_cipher_get_name
alias pgnutls_cipher_get_name = const(char)* function(gnutls_cipher_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_cipher_list
alias pgnutls_cipher_list = const(gnutls_cipher_algorithm_t)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_cipher_suite_get_name
alias pgnutls_cipher_suite_get_name = const(char)* function(gnutls_kx_algorithm_t kx_algorithm, gnutls_cipher_algorithm_t cipher_algorithm, gnutls_mac_algorithm_t mac_algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_cipher_suite_info
alias pgnutls_cipher_suite_info = const(char)* function(size_t idx, ubyte* cs_id, gnutls_kx_algorithm_t* kx, gnutls_cipher_algorithm_t* cipher, gnutls_mac_algorithm_t* mac, gnutls_protocol_t* min_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_credentials_clear
alias pgnutls_credentials_clear = void function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_credentials_get
alias pgnutls_credentials_get = int function(gnutls_session_t session, gnutls_credentials_type_t type, void** cred)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_credentials_set
alias pgnutls_credentials_set = int function(gnutls_session_t session, gnutls_credentials_type_t type, void* cred)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_db_check_entry
alias pgnutls_db_check_entry = int function(gnutls_session_t session, gnutls_datum_t session_entry)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_db_check_entry_expire_time
alias pgnutls_db_check_entry_expire_time = time_t function(gnutls_datum_t* entry)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_db_check_entry_time
alias pgnutls_db_check_entry_time = time_t function(gnutls_datum_t* entry)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_db_get_default_cache_expiration
alias pgnutls_db_get_default_cache_expiration = uint function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_db_get_ptr
alias pgnutls_db_get_ptr = void* function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_db_remove_session
alias pgnutls_db_remove_session = void function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_db_set_cache_expiration
alias pgnutls_db_set_cache_expiration = void function(gnutls_session_t session, int seconds)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_db_set_ptr
alias pgnutls_db_set_ptr = void function(gnutls_session_t session, void* ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_db_set_remove_function
alias pgnutls_db_set_remove_function = void function(gnutls_session_t session, gnutls_db_remove_func rem_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_db_set_retrieve_function
alias pgnutls_db_set_retrieve_function = void function(gnutls_session_t session, gnutls_db_retr_func retr_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_db_set_store_function
alias pgnutls_db_set_store_function = void function(gnutls_session_t session, gnutls_db_store_func store_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_deinit
alias pgnutls_deinit = void function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dh_get_group
alias pgnutls_dh_get_group = int function(gnutls_session_t session, gnutls_datum_t* raw_gen, gnutls_datum_t* raw_prime)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dh_get_peers_public_bits
alias pgnutls_dh_get_peers_public_bits = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dh_get_prime_bits
alias pgnutls_dh_get_prime_bits = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dh_get_pubkey
alias pgnutls_dh_get_pubkey = int function(gnutls_session_t session, gnutls_datum_t* raw_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_dh_get_secret_bits
alias pgnutls_dh_get_secret_bits = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dh_params_cpy
alias pgnutls_dh_params_cpy = int function(gnutls_dh_params_t dst, gnutls_dh_params_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_dh_params_deinit
alias pgnutls_dh_params_deinit = void function(gnutls_dh_params_t dh_params)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dh_params_export2_pkcs3
alias pgnutls_dh_params_export2_pkcs3 = int function(gnutls_dh_params_t params, 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_dh_params_export_pkcs3
alias pgnutls_dh_params_export_pkcs3 = int function(gnutls_dh_params_t params, gnutls_x509_crt_fmt_t format, ubyte* params_data, size_t* params_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_dh_params_export_raw
alias pgnutls_dh_params_export_raw = int function(gnutls_dh_params_t params, gnutls_datum_t* prime, gnutls_datum_t* generator, 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_dh_params_generate2
alias pgnutls_dh_params_generate2 = int function(gnutls_dh_params_t params, 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_dh_params_import_dsa
alias pgnutls_dh_params_import_dsa = int function(gnutls_dh_params_t dh_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.
pgnutls_dh_params_import_pkcs3
alias pgnutls_dh_params_import_pkcs3 = int function(gnutls_dh_params_t params, const(gnutls_datum_t)* pkcs3_params, 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_dh_params_import_raw
alias pgnutls_dh_params_import_raw = int function(gnutls_dh_params_t dh_params, const(gnutls_datum_t)* prime, const(gnutls_datum_t)* generator)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dh_params_import_raw2
alias pgnutls_dh_params_import_raw2 = int function(gnutls_dh_params_t dh_params, const(gnutls_datum_t)* prime, const(gnutls_datum_t)* generator, uint key_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_dh_params_import_raw3
alias pgnutls_dh_params_import_raw3 = int function(gnutls_dh_params_t dh_params, const(gnutls_datum_t)* prime, const(gnutls_datum_t)* q, const(gnutls_datum_t)* generator)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dh_params_init
alias pgnutls_dh_params_init = int function(gnutls_dh_params_t* dh_params)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_dh_set_prime_bits
alias pgnutls_dh_set_prime_bits = void function(gnutls_session_t session, 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_digest_get_id
alias pgnutls_digest_get_id = gnutls_digest_algorithm_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_digest_get_name
alias pgnutls_digest_get_name = const(char)* function(gnutls_digest_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_digest_get_oid
alias pgnutls_digest_get_oid = const(char)* function(gnutls_digest_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_digest_list
alias pgnutls_digest_list = const(gnutls_digest_algorithm_t)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ecc_curve_get
alias pgnutls_ecc_curve_get = gnutls_ecc_curve_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ecc_curve_get_id
alias pgnutls_ecc_curve_get_id = gnutls_ecc_curve_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_ecc_curve_get_name
alias pgnutls_ecc_curve_get_name = const(char)* function(gnutls_ecc_curve_t curve)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ecc_curve_get_oid
alias pgnutls_ecc_curve_get_oid = const(char)* function(gnutls_ecc_curve_t curve)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ecc_curve_get_pk
alias pgnutls_ecc_curve_get_pk = gnutls_pk_algorithm_t function(gnutls_ecc_curve_t curve)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ecc_curve_get_size
alias pgnutls_ecc_curve_get_size = int function(gnutls_ecc_curve_t curve)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ecc_curve_list
alias pgnutls_ecc_curve_list = const(gnutls_ecc_curve_t)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_error_is_fatal
alias pgnutls_error_is_fatal = int function(int error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_error_to_alert
alias pgnutls_error_to_alert = int function(int err, int* level)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_est_record_overhead_size
alias pgnutls_est_record_overhead_size = size_t function(gnutls_protocol_t version_, gnutls_cipher_algorithm_t cipher, gnutls_mac_algorithm_t mac, gnutls_compression_method_t comp, 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_ext_get_current_msg
alias pgnutls_ext_get_current_msg = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ext_get_data
alias pgnutls_ext_get_data = int function(gnutls_session_t session, uint type, gnutls_ext_priv_data_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_ext_get_name
alias pgnutls_ext_get_name = const(char)* function(uint 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_ext_get_name2
alias pgnutls_ext_get_name2 = const(char)* function(gnutls_session_t session, uint tls_id, gnutls_ext_parse_type_t parse_point)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ext_raw_parse
alias pgnutls_ext_raw_parse = int function(void* ctx, gnutls_ext_raw_process_func cb, const(gnutls_datum_t)* data, 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_ext_register
alias pgnutls_ext_register = int function(const(char)* name, int type, gnutls_ext_parse_type_t parse_point, gnutls_ext_recv_func recv_func, gnutls_ext_send_func send_func, gnutls_ext_deinit_data_func deinit_func, gnutls_ext_pack_func pack_func, gnutls_ext_unpack_func unpack_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_ext_set_data
alias pgnutls_ext_set_data = void function(gnutls_session_t session, uint type, gnutls_ext_priv_data_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_fingerprint
alias pgnutls_fingerprint = int function(gnutls_digest_algorithm_t algo, const(gnutls_datum_t)* data, 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_fips140_mode_enabled
alias pgnutls_fips140_mode_enabled = uint function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_fips140_set_mode
alias pgnutls_fips140_set_mode = void function(gnutls_fips_mode_t mode, 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_get_system_config_file
alias pgnutls_get_system_config_file = const(char)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_global_deinit
alias pgnutls_global_deinit = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_global_init
alias pgnutls_global_init = int function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_global_set_audit_log_function
alias pgnutls_global_set_audit_log_function = void function(gnutls_audit_log_func log_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_global_set_log_function
alias pgnutls_global_set_log_function = void function(gnutls_log_func log_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_global_set_log_level
alias pgnutls_global_set_log_level = void function(int level)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_global_set_mutex
alias pgnutls_global_set_mutex = void function(mutex_init_func init, mutex_deinit_func deinit, mutex_lock_func lock, mutex_unlock_func unlock)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_global_set_time_function
alias pgnutls_global_set_time_function = void function(gnutls_time_func time_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_gost_paramset_get_name
alias pgnutls_gost_paramset_get_name = const(char)* function(gnutls_gost_paramset_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_gost_paramset_get_oid
alias pgnutls_gost_paramset_get_oid = const(char)* function(gnutls_gost_paramset_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_group_get
alias pgnutls_group_get = gnutls_group_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_group_get_id
alias pgnutls_group_get_id = gnutls_group_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_group_get_name
alias pgnutls_group_get_name = const(char)* function(gnutls_group_t group)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_group_list
alias pgnutls_group_list = const(gnutls_group_t)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_handshake
alias pgnutls_handshake = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_handshake_get_last_in
alias pgnutls_handshake_get_last_in = gnutls_handshake_description_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_handshake_get_last_out
alias pgnutls_handshake_get_last_out = gnutls_handshake_description_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_handshake_set_hook_function
alias pgnutls_handshake_set_hook_function = void function(gnutls_session_t session, uint htype, int when, gnutls_handshake_hook_func 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_handshake_set_max_packet_length
alias pgnutls_handshake_set_max_packet_length = void function(gnutls_session_t session, size_t max)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_handshake_set_post_client_hello_function
alias pgnutls_handshake_set_post_client_hello_function = void function(gnutls_session_t session, gnutls_handshake_simple_hook_func 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_handshake_set_private_extensions
alias pgnutls_handshake_set_private_extensions = void function(gnutls_session_t session, int allow)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_handshake_set_random
alias pgnutls_handshake_set_random = int function(gnutls_session_t session, const(gnutls_datum_t)* random)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_handshake_set_timeout
alias pgnutls_handshake_set_timeout = void function(gnutls_session_t session, uint ms)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_heartbeat_allowed
alias pgnutls_heartbeat_allowed = uint function(gnutls_session_t session, uint 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_heartbeat_enable
alias pgnutls_heartbeat_enable = void function(gnutls_session_t session, uint 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_heartbeat_get_timeout
alias pgnutls_heartbeat_get_timeout = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_heartbeat_ping
alias pgnutls_heartbeat_ping = int function(gnutls_session_t session, size_t data_size, uint max_tries, 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_heartbeat_pong
alias pgnutls_heartbeat_pong = int function(gnutls_session_t session, 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_heartbeat_set_timeouts
alias pgnutls_heartbeat_set_timeouts = void function(gnutls_session_t session, uint retrans_timeout, uint total_timeout)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_hex2bin
alias pgnutls_hex2bin = int function(const(char)* hex_data, size_t hex_size, void* bin_data, size_t* bin_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_hex_decode
alias pgnutls_hex_decode = int function(const(gnutls_datum_t)* hex_data, 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_hex_decode2
alias pgnutls_hex_decode2 = int function(const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_hex_encode
alias pgnutls_hex_encode = int function(const(gnutls_datum_t)* data, char* 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_hex_encode2
alias pgnutls_hex_encode2 = int function(const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_idna_map
alias pgnutls_idna_map = int function(const(char)* input, uint ilen, gnutls_datum_t* out_, 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_idna_reverse_map
alias pgnutls_idna_reverse_map = int function(const(char)* input, uint ilen, gnutls_datum_t* out_, 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_init
alias pgnutls_init = int function(gnutls_session_t* session, 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_key_generate
alias pgnutls_key_generate = int function(gnutls_datum_t* key, uint key_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_kx_get
alias pgnutls_kx_get = gnutls_kx_algorithm_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_kx_get_id
alias pgnutls_kx_get_id = gnutls_kx_algorithm_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_kx_get_name
alias pgnutls_kx_get_name = const(char)* function(gnutls_kx_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_kx_list
alias pgnutls_kx_list = const(gnutls_kx_algorithm_t)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_load_file
alias pgnutls_load_file = int function(const(char)* filename, 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_mac_get
alias pgnutls_mac_get = gnutls_mac_algorithm_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_mac_get_id
alias pgnutls_mac_get_id = gnutls_mac_algorithm_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_mac_get_key_size
alias pgnutls_mac_get_key_size = size_t function(gnutls_mac_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_mac_get_name
alias pgnutls_mac_get_name = const(char)* function(gnutls_mac_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_mac_list
alias pgnutls_mac_list = const(gnutls_mac_algorithm_t)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_memcmp
alias pgnutls_memcmp = int function(const(void)* s1, const(void)* s2, size_t n)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_memset
alias pgnutls_memset = void function(void* data, int c, size_t 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_ocsp_status_request_enable_client
alias pgnutls_ocsp_status_request_enable_client = int function(gnutls_session_t session, gnutls_datum_t* responder_id, size_t responder_id_size, gnutls_datum_t* request_extensions)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_status_request_get
alias pgnutls_ocsp_status_request_get = int function(gnutls_session_t session, gnutls_datum_t* response)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_status_request_get2
alias pgnutls_ocsp_status_request_get2 = int function(gnutls_session_t session, uint idx, gnutls_datum_t* response)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_ocsp_status_request_is_checked
alias pgnutls_ocsp_status_request_is_checked = uint function(gnutls_session_t session, 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_oid_to_digest
alias pgnutls_oid_to_digest = gnutls_digest_algorithm_t 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_oid_to_ecc_curve
alias pgnutls_oid_to_ecc_curve = gnutls_ecc_curve_t 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_oid_to_gost_paramset
alias pgnutls_oid_to_gost_paramset = gnutls_gost_paramset_t 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_oid_to_mac
alias pgnutls_oid_to_mac = gnutls_mac_algorithm_t 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_oid_to_pk
alias pgnutls_oid_to_pk = gnutls_pk_algorithm_t 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_oid_to_sign
alias pgnutls_oid_to_sign = gnutls_sign_algorithm_t 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_openpgp_send_cert
alias pgnutls_openpgp_send_cert = void function(gnutls_session_t session, gnutls_openpgp_crt_status_t status)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_packet_deinit
alias pgnutls_packet_deinit = void function(gnutls_packet_t packet)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_packet_get
alias pgnutls_packet_get = void function(gnutls_packet_t packet, gnutls_datum_t* data, ubyte* sequence)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pem_base64_decode
alias pgnutls_pem_base64_decode = int function(const(char)* header, const(gnutls_datum_t)* b64_data, ubyte* 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_pem_base64_decode2
alias pgnutls_pem_base64_decode2 = int function(const(char)* header, const(gnutls_datum_t)* b64_data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pem_base64_encode
alias pgnutls_pem_base64_encode = int function(const(char)* msg, const(gnutls_datum_t)* data, char* 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_pem_base64_encode2
alias pgnutls_pem_base64_encode2 = int function(const(char)* msg, const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_perror
alias pgnutls_perror = void function(int error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pk_algorithm_get_name
alias pgnutls_pk_algorithm_get_name = const(char)* function(gnutls_pk_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pk_bits_to_sec_param
alias pgnutls_pk_bits_to_sec_param = gnutls_sec_param_t function(gnutls_pk_algorithm_t algo, 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_pk_get_id
alias pgnutls_pk_get_id = gnutls_pk_algorithm_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_pk_get_name
alias pgnutls_pk_get_name = const(char)* function(gnutls_pk_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pk_get_oid
alias pgnutls_pk_get_oid = const(char)* function(gnutls_pk_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pk_list
alias pgnutls_pk_list = const(gnutls_pk_algorithm_t)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pk_to_sign
alias pgnutls_pk_to_sign = gnutls_sign_algorithm_t function(gnutls_pk_algorithm_t pk, gnutls_digest_algorithm_t hash)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_prf
alias pgnutls_prf = int function(gnutls_session_t session, size_t label_size, const(char)* label, int server_random_first, size_t extra_size, const(char)* extra, size_t outsize, char* 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_prf_early
alias pgnutls_prf_early = int function(gnutls_session_t session, size_t label_size, const(char)* label, size_t context_size, const(char)* context, size_t outsize, char* 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_prf_hash_get
alias pgnutls_prf_hash_get = gnutls_digest_algorithm_t function(const gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_prf_raw
alias pgnutls_prf_raw = int function(gnutls_session_t session, size_t label_size, const(char)* label, size_t seed_size, const(char)* seed, size_t outsize, char* 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_prf_rfc5705
alias pgnutls_prf_rfc5705 = int function(gnutls_session_t session, size_t label_size, const(char)* label, size_t context_size, const(char)* context, size_t outsize, char* 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_priority_certificate_type_list
alias pgnutls_priority_certificate_type_list = int function(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_certificate_type_list2
alias pgnutls_priority_certificate_type_list2 = int function(gnutls_priority_t pcache, const(uint*)* list, gnutls_ctype_target_t target)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_cipher_list
alias pgnutls_priority_cipher_list = int function(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_deinit
alias pgnutls_priority_deinit = void function(gnutls_priority_t priority_cache)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_ecc_curve_list
alias pgnutls_priority_ecc_curve_list = int function(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_get_cipher_suite_index
alias pgnutls_priority_get_cipher_suite_index = int function(gnutls_priority_t pcache, uint idx, uint* sidx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_group_list
alias pgnutls_priority_group_list = int function(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_init
alias pgnutls_priority_init = int function(gnutls_priority_t* priority_cache, const(char)* priorities, const(char*)* err_pos)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_init2
alias pgnutls_priority_init2 = int function(gnutls_priority_t* priority_cache, const(char)* priorities, const(char*)* err_pos, 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_priority_kx_list
alias pgnutls_priority_kx_list = int function(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_mac_list
alias pgnutls_priority_mac_list = int function(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_protocol_list
alias pgnutls_priority_protocol_list = int function(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_set
alias pgnutls_priority_set = int function(gnutls_session_t session, gnutls_priority_t priority)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_set_direct
alias pgnutls_priority_set_direct = int function(gnutls_session_t session, const(char)* priorities, const(char*)* err_pos)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_sign_list
alias pgnutls_priority_sign_list = int function(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_priority_string_list
alias pgnutls_priority_string_list = const(char)* function(uint iter, 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_protocol_get_id
alias pgnutls_protocol_get_id = gnutls_protocol_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_protocol_get_name
alias pgnutls_protocol_get_name = const(char)* function(gnutls_protocol_t 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_protocol_get_version
alias pgnutls_protocol_get_version = gnutls_protocol_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_protocol_list
alias pgnutls_protocol_list = const(gnutls_protocol_t)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_allocate_client_credentials
alias pgnutls_psk_allocate_client_credentials = int function(gnutls_psk_client_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_allocate_server_credentials
alias pgnutls_psk_allocate_server_credentials = int function(gnutls_psk_server_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_client_get_hint
alias pgnutls_psk_client_get_hint = const(char)* function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_free_client_credentials
alias pgnutls_psk_free_client_credentials = void function(gnutls_psk_client_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_free_server_credentials
alias pgnutls_psk_free_server_credentials = void function(gnutls_psk_server_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_server_get_username
alias pgnutls_psk_server_get_username = const(char)* function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_server_get_username2
alias pgnutls_psk_server_get_username2 = int function(gnutls_session_t session, 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_psk_set_client_credentials
alias pgnutls_psk_set_client_credentials = int function(gnutls_psk_client_credentials_t res, const(char)* username, const(gnutls_datum_t)* key, gnutls_psk_key_flags 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_psk_set_client_credentials2
alias pgnutls_psk_set_client_credentials2 = int function(gnutls_psk_client_credentials_t res, const(gnutls_datum_t)* username, const(gnutls_datum_t)* key, gnutls_psk_key_flags 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_psk_set_client_credentials_function
alias pgnutls_psk_set_client_credentials_function = void function(gnutls_psk_client_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_psk_set_client_credentials_function2
alias pgnutls_psk_set_client_credentials_function2 = void function(gnutls_psk_client_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_psk_set_params_function
alias pgnutls_psk_set_params_function = void function(gnutls_psk_server_credentials_t res, 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_psk_set_server_credentials_file
alias pgnutls_psk_set_server_credentials_file = int function(gnutls_psk_server_credentials_t res, const(char)* password_file)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_set_server_credentials_function
alias pgnutls_psk_set_server_credentials_function = void function(gnutls_psk_server_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_psk_set_server_credentials_function2
alias pgnutls_psk_set_server_credentials_function2 = void function(gnutls_psk_server_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_psk_set_server_credentials_hint
alias pgnutls_psk_set_server_credentials_hint = int function(gnutls_psk_server_credentials_t res, const(char)* hint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_set_server_dh_params
alias pgnutls_psk_set_server_dh_params = void function(gnutls_psk_server_credentials_t res, gnutls_dh_params_t dh_params)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_set_server_known_dh_params
alias pgnutls_psk_set_server_known_dh_params = int function(gnutls_psk_server_credentials_t res, gnutls_sec_param_t sec_param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_psk_set_server_params_function
alias pgnutls_psk_set_server_params_function = void function(gnutls_psk_server_credentials_t res, 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_random_art
alias pgnutls_random_art = int function(gnutls_random_art_t type, const(char)* key_type, uint key_size, void* fpr, size_t fpr_size, gnutls_datum_t* art)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_range_split
alias pgnutls_range_split = int function(gnutls_session_t session, const(gnutls_range_st)* orig, gnutls_range_st* small_range, gnutls_range_st* rem_range)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_reauth
alias pgnutls_reauth = int function(gnutls_session_t session, 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_record_can_use_length_hiding
alias pgnutls_record_can_use_length_hiding = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_check_corked
alias pgnutls_record_check_corked = size_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_check_pending
alias pgnutls_record_check_pending = size_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_cork
alias pgnutls_record_cork = void function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_disable_padding
alias pgnutls_record_disable_padding = void function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_discard_queued
alias pgnutls_record_discard_queued = size_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_get_direction
alias pgnutls_record_get_direction = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_get_max_early_data_size
alias pgnutls_record_get_max_early_data_size = size_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_get_max_size
alias pgnutls_record_get_max_size = size_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_get_state
alias pgnutls_record_get_state = int function(gnutls_session_t session, uint read, gnutls_datum_t* mac_key, gnutls_datum_t* IV, gnutls_datum_t* cipher_key, ref ubyte[8] seq_number)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_overhead_size
alias pgnutls_record_overhead_size = size_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_recv
alias pgnutls_record_recv = ssize_t function(gnutls_session_t session, void* data, size_t 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_record_recv_early_data
alias pgnutls_record_recv_early_data = ssize_t function(gnutls_session_t session, void* data, size_t 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_record_recv_packet
alias pgnutls_record_recv_packet = ssize_t function(gnutls_session_t session, gnutls_packet_t* packet)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_recv_seq
alias pgnutls_record_recv_seq = ssize_t function(gnutls_session_t session, void* data, size_t data_size, ubyte* seq)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_send
alias pgnutls_record_send = ssize_t function(gnutls_session_t session, const(void)* data, size_t 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_record_send2
alias pgnutls_record_send2 = ssize_t function(gnutls_session_t session, const(void)* data, size_t data_size, size_t pad, 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_record_send_early_data
alias pgnutls_record_send_early_data = ssize_t function(gnutls_session_t session, const(void)* data, size_t 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_record_send_range
alias pgnutls_record_send_range = ssize_t function(gnutls_session_t session, const(void)* data, size_t data_size, const(gnutls_range_st)* range)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_set_max_early_data_size
alias pgnutls_record_set_max_early_data_size = int function(gnutls_session_t session, size_t 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_record_set_max_recv_size
alias pgnutls_record_set_max_recv_size = ssize_t function(gnutls_session_t session, size_t 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_record_set_max_size
alias pgnutls_record_set_max_size = ssize_t function(gnutls_session_t session, size_t 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_record_set_state
alias pgnutls_record_set_state = int function(gnutls_session_t session, uint read, ref const(ubyte)[8] seq_number)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_set_timeout
alias pgnutls_record_set_timeout = void function(gnutls_session_t session, uint ms)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_record_uncork
alias pgnutls_record_uncork = int function(gnutls_session_t session, 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_rehandshake
alias pgnutls_rehandshake = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_safe_renegotiation_status
alias pgnutls_safe_renegotiation_status = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sec_param_get_name
alias pgnutls_sec_param_get_name = const(char)* function(gnutls_sec_param_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sec_param_to_pk_bits
alias pgnutls_sec_param_to_pk_bits = uint function(gnutls_pk_algorithm_t algo, gnutls_sec_param_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sec_param_to_symmetric_bits
alias pgnutls_sec_param_to_symmetric_bits = uint function(gnutls_sec_param_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_server_name_get
alias pgnutls_server_name_get = int function(gnutls_session_t session, void* data, size_t* data_length, uint* type, uint indx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_server_name_set
alias pgnutls_server_name_set = int function(gnutls_session_t session, gnutls_server_name_type_t type, const(void)* name, size_t name_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_session_channel_binding
alias pgnutls_session_channel_binding = int function(gnutls_session_t session, gnutls_channel_binding_t cbtype, gnutls_datum_t* cb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_enable_compatibility_mode
alias pgnutls_session_enable_compatibility_mode = void function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_etm_status
alias pgnutls_session_etm_status = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_ext_master_secret_status
alias pgnutls_session_ext_master_secret_status = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_ext_register
alias pgnutls_session_ext_register = int function(gnutls_session_t, const(char)* name, int type, gnutls_ext_parse_type_t parse_point, gnutls_ext_recv_func recv_func, gnutls_ext_send_func send_func, gnutls_ext_deinit_data_func deinit_func, gnutls_ext_pack_func pack_func, gnutls_ext_unpack_func unpack_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_session_force_valid
alias pgnutls_session_force_valid = void function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_get_data
alias pgnutls_session_get_data = int function(gnutls_session_t session, void* session_data, size_t* session_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_session_get_data2
alias pgnutls_session_get_data2 = int function(gnutls_session_t session, 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_session_get_desc
alias pgnutls_session_get_desc = char* function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_get_flags
alias pgnutls_session_get_flags = uint function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_get_id
alias pgnutls_session_get_id = int function(gnutls_session_t session, void* session_id, size_t* session_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_session_get_id2
alias pgnutls_session_get_id2 = int function(gnutls_session_t session, gnutls_datum_t* session_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_session_get_keylog_function
alias pgnutls_session_get_keylog_function = gnutls_keylog_func function(const gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_get_master_secret
alias pgnutls_session_get_master_secret = void function(gnutls_session_t session, gnutls_datum_t* secret)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_get_ptr
alias pgnutls_session_get_ptr = void* function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_get_random
alias pgnutls_session_get_random = void function(gnutls_session_t session, gnutls_datum_t* client, gnutls_datum_t* server)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_get_verify_cert_status
alias pgnutls_session_get_verify_cert_status = uint function(gnutls_session_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_session_is_resumed
alias pgnutls_session_is_resumed = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_key_update
alias pgnutls_session_key_update = int function(gnutls_session_t session, 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_session_resumption_requested
alias pgnutls_session_resumption_requested = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_set_data
alias pgnutls_session_set_data = int function(gnutls_session_t session, const(void)* session_data, size_t session_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_session_set_id
alias pgnutls_session_set_id = int function(gnutls_session_t session, const(gnutls_datum_t)* sid)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_set_keylog_function
alias pgnutls_session_set_keylog_function = void function(gnutls_session_t session, gnutls_keylog_func 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_session_set_premaster
alias pgnutls_session_set_premaster = int function(gnutls_session_t session, uint entity, gnutls_protocol_t version_, gnutls_kx_algorithm_t kx, gnutls_cipher_algorithm_t cipher, gnutls_mac_algorithm_t mac, gnutls_compression_method_t comp, const(gnutls_datum_t)* master, const(gnutls_datum_t)* session_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_session_set_ptr
alias pgnutls_session_set_ptr = void function(gnutls_session_t session, void* ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_set_verify_cert
alias pgnutls_session_set_verify_cert = void function(gnutls_session_t session, 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_session_set_verify_cert2
alias pgnutls_session_set_verify_cert2 = void function(gnutls_session_t session, gnutls_typed_vdata_st* data, uint elements, 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_session_set_verify_function
alias pgnutls_session_set_verify_function = void function(gnutls_session_t session, 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_session_supplemental_register
alias pgnutls_session_supplemental_register = int function(gnutls_session_t session, const(char)* name, gnutls_supplemental_data_format_type_t type, gnutls_supp_recv_func supp_recv_func, gnutls_supp_send_func supp_send_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_session_ticket_enable_client
alias pgnutls_session_ticket_enable_client = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_session_ticket_enable_server
alias pgnutls_session_ticket_enable_server = int function(gnutls_session_t session, const(gnutls_datum_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_session_ticket_key_generate
alias pgnutls_session_ticket_key_generate = int function(gnutls_datum_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_session_ticket_send
alias pgnutls_session_ticket_send = int function(gnutls_session_t session, uint nr, 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_set_default_priority
alias pgnutls_set_default_priority = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_set_default_priority_append
alias pgnutls_set_default_priority_append = int function(gnutls_session_t session, const(char)* add_prio, const(char*)* err_pos, 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_sign_algorithm_get
alias pgnutls_sign_algorithm_get = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sign_algorithm_get_client
alias pgnutls_sign_algorithm_get_client = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sign_algorithm_get_requested
alias pgnutls_sign_algorithm_get_requested = int function(gnutls_session_t session, size_t indx, gnutls_sign_algorithm_t* algo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sign_get_hash_algorithm
alias pgnutls_sign_get_hash_algorithm = gnutls_digest_algorithm_t function(gnutls_sign_algorithm_t sign)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sign_get_id
alias pgnutls_sign_get_id = gnutls_sign_algorithm_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_sign_get_name
alias pgnutls_sign_get_name = const(char)* function(gnutls_sign_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sign_get_oid
alias pgnutls_sign_get_oid = const(char)* function(gnutls_sign_algorithm_t sign)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sign_get_pk_algorithm
alias pgnutls_sign_get_pk_algorithm = gnutls_pk_algorithm_t function(gnutls_sign_algorithm_t sign)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sign_is_secure
alias pgnutls_sign_is_secure = uint function(gnutls_sign_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sign_is_secure2
alias pgnutls_sign_is_secure2 = uint function(gnutls_sign_algorithm_t algorithm, 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_sign_list
alias pgnutls_sign_list = const(gnutls_sign_algorithm_t)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_sign_supports_pk_algorithm
alias pgnutls_sign_supports_pk_algorithm = uint function(gnutls_sign_algorithm_t sign, gnutls_pk_algorithm_t pk)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srp_allocate_client_credentials
alias pgnutls_srp_allocate_client_credentials = int function(gnutls_srp_client_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srp_allocate_server_credentials
alias pgnutls_srp_allocate_server_credentials = int function(gnutls_srp_server_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srp_base64_decode
alias pgnutls_srp_base64_decode = int function(const(gnutls_datum_t)* b64_data, char* 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_srp_base64_decode2
alias pgnutls_srp_base64_decode2 = int function(const(gnutls_datum_t)* b64_data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srp_base64_encode
alias pgnutls_srp_base64_encode = int function(const(gnutls_datum_t)* data, char* 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_srp_base64_encode2
alias pgnutls_srp_base64_encode2 = int function(const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srp_free_client_credentials
alias pgnutls_srp_free_client_credentials = void function(gnutls_srp_client_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srp_free_server_credentials
alias pgnutls_srp_free_server_credentials = void function(gnutls_srp_server_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srp_server_get_username
alias pgnutls_srp_server_get_username = const(char)* function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srp_set_client_credentials
alias pgnutls_srp_set_client_credentials = int function(gnutls_srp_client_credentials_t res, const(char)* username, 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_srp_set_client_credentials_function
alias pgnutls_srp_set_client_credentials_function = void function(gnutls_srp_client_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_srp_set_prime_bits
alias pgnutls_srp_set_prime_bits = void function(gnutls_session_t session, 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_srp_set_server_credentials_file
alias pgnutls_srp_set_server_credentials_file = int function(gnutls_srp_server_credentials_t res, const(char)* password_file, const(char)* password_conf_file)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srp_set_server_credentials_function
alias pgnutls_srp_set_server_credentials_function = void function(gnutls_srp_server_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_srp_set_server_fake_salt_seed
alias pgnutls_srp_set_server_fake_salt_seed = void function(gnutls_srp_server_credentials_t sc, const(gnutls_datum_t)* seed, uint salt_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_srp_verifier
alias pgnutls_srp_verifier = int function(const(char)* username, const(char)* password, const(gnutls_datum_t)* salt, const(gnutls_datum_t)* generator, const(gnutls_datum_t)* prime, gnutls_datum_t* res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srtp_get_keys
alias pgnutls_srtp_get_keys = int function(gnutls_session_t session, void* key_material, uint key_material_size, gnutls_datum_t* client_key, gnutls_datum_t* client_salt, gnutls_datum_t* server_key, gnutls_datum_t* server_salt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srtp_get_mki
alias pgnutls_srtp_get_mki = int function(gnutls_session_t session, gnutls_datum_t* mki)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srtp_get_profile_id
alias pgnutls_srtp_get_profile_id = int function(const(char)* name, gnutls_srtp_profile_t* profile)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srtp_get_profile_name
alias pgnutls_srtp_get_profile_name = const(char)* function(gnutls_srtp_profile_t profile)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srtp_get_selected_profile
alias pgnutls_srtp_get_selected_profile = int function(gnutls_session_t session, gnutls_srtp_profile_t* profile)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srtp_set_mki
alias pgnutls_srtp_set_mki = int function(gnutls_session_t session, const(gnutls_datum_t)* mki)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srtp_set_profile
alias pgnutls_srtp_set_profile = int function(gnutls_session_t session, gnutls_srtp_profile_t profile)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_srtp_set_profile_direct
alias pgnutls_srtp_set_profile_direct = int function(gnutls_session_t session, const(char)* profiles, const(char*)* err_pos)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_store_commitment
alias pgnutls_store_commitment = int function(const(char)* db_name, gnutls_tdb_t tdb, const(char)* host, const(char)* service, gnutls_digest_algorithm_t hash_algo, const(gnutls_datum_t)* hash, time_t expiration, 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_store_pubkey
alias pgnutls_store_pubkey = int function(const(char)* db_name, gnutls_tdb_t tdb, const(char)* host, const(char)* service, gnutls_certificate_type_t cert_type, const(gnutls_datum_t)* cert, time_t expiration, 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_strerror
alias pgnutls_strerror = const(char)* function(int error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_strerror_name
alias pgnutls_strerror_name = const(char)* function(int error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_supplemental_get_name
alias pgnutls_supplemental_get_name = const(char)* function(gnutls_supplemental_data_format_type_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_supplemental_recv
alias pgnutls_supplemental_recv = void function(gnutls_session_t session, uint do_recv_supplemental)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_supplemental_register
alias pgnutls_supplemental_register = int function(const(char)* name, gnutls_supplemental_data_format_type_t type, gnutls_supp_recv_func supp_recv_func, gnutls_supp_send_func supp_send_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_supplemental_send
alias pgnutls_supplemental_send = void function(gnutls_session_t session, uint do_send_supplemental)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_system_recv_timeout
alias pgnutls_system_recv_timeout = int function(gnutls_transport_ptr_t ptr, uint ms)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_tdb_deinit
alias pgnutls_tdb_deinit = void function(gnutls_tdb_t tdb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_tdb_init
alias pgnutls_tdb_init = int function(gnutls_tdb_t* tdb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_tdb_set_store_commitment_func
alias pgnutls_tdb_set_store_commitment_func = void function(gnutls_tdb_t tdb, gnutls_tdb_store_commitment_func cstore)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_tdb_set_store_func
alias pgnutls_tdb_set_store_func = void function(gnutls_tdb_t tdb, gnutls_tdb_store_func store)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_tdb_set_verify_func
alias pgnutls_tdb_set_verify_func = void function(gnutls_tdb_t tdb, gnutls_tdb_verify_func 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_transport_get_int
alias pgnutls_transport_get_int = int function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_transport_get_int2
alias pgnutls_transport_get_int2 = void function(gnutls_session_t session, int* r, int* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_transport_get_ptr
alias pgnutls_transport_get_ptr = gnutls_transport_ptr_t function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_transport_get_ptr2
alias pgnutls_transport_get_ptr2 = void function(gnutls_session_t session, gnutls_transport_ptr_t* recv_ptr, gnutls_transport_ptr_t* send_ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_transport_set_errno
alias pgnutls_transport_set_errno = void function(gnutls_session_t session, int 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_transport_set_errno_function
alias pgnutls_transport_set_errno_function = void function(gnutls_session_t session, gnutls_errno_func errno_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_transport_set_int2
alias pgnutls_transport_set_int2 = void function(gnutls_session_t session, int r, int s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_transport_set_ptr
alias pgnutls_transport_set_ptr = void function(gnutls_session_t session, gnutls_transport_ptr_t ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_transport_set_ptr2
alias pgnutls_transport_set_ptr2 = void function(gnutls_session_t session, gnutls_transport_ptr_t recv_ptr, gnutls_transport_ptr_t send_ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_transport_set_pull_function
alias pgnutls_transport_set_pull_function = void function(gnutls_session_t session, gnutls_pull_func pull_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_transport_set_pull_timeout_function
alias pgnutls_transport_set_pull_timeout_function = void function(gnutls_session_t session, gnutls_pull_timeout_func 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_transport_set_push_function
alias pgnutls_transport_set_push_function = void function(gnutls_session_t session, gnutls_push_func push_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_transport_set_vec_push_function
alias pgnutls_transport_set_vec_push_function = void function(gnutls_session_t session, gnutls_vec_push_func vec_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_url_is_supported
alias pgnutls_url_is_supported = uint function(const(char)* url)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_utf8_password_normalize
alias pgnutls_utf8_password_normalize = int function(const(ubyte)* password, uint password_len, gnutls_datum_t* out_, 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_verify_stored_pubkey
alias pgnutls_verify_stored_pubkey = int function(const(char)* db_name, gnutls_tdb_t tdb, const(char)* host, const(char)* service, gnutls_certificate_type_t cert_type, const(gnutls_datum_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.

Enums

gnutls_alert_description_t
enum gnutls_alert_description_t
Undocumented in source.
gnutls_alert_level_t
enum gnutls_alert_level_t
Undocumented in source.
gnutls_alpn_flags_t
enum gnutls_alpn_flags_t
Undocumented in source.
gnutls_certificate_flags
enum gnutls_certificate_flags
Undocumented in source.
gnutls_certificate_print_formats
enum gnutls_certificate_print_formats
Undocumented in source.
gnutls_certificate_request_t
enum gnutls_certificate_request_t
Undocumented in source.
gnutls_certificate_status_t
enum gnutls_certificate_status_t
Undocumented in source.
gnutls_certificate_type_t
enum gnutls_certificate_type_t
Undocumented in source.
gnutls_channel_binding_t
enum gnutls_channel_binding_t
Undocumented in source.
gnutls_cipher_algorithm
enum gnutls_cipher_algorithm
Undocumented in source.
gnutls_close_request_t
enum gnutls_close_request_t
Undocumented in source.
gnutls_compression_method_t
enum gnutls_compression_method_t
Undocumented in source.
gnutls_credentials_type_t
enum gnutls_credentials_type_t
Undocumented in source.
gnutls_ctype_target_t
enum gnutls_ctype_target_t
Undocumented in source.
gnutls_digest_algorithm_t
enum gnutls_digest_algorithm_t
Undocumented in source.
gnutls_ecc_curve_t
enum gnutls_ecc_curve_t
Undocumented in source.
gnutls_ext_flags_t
enum gnutls_ext_flags_t
Undocumented in source.
gnutls_ext_parse_type_t
enum gnutls_ext_parse_type_t
Undocumented in source.
gnutls_fips_mode_t
enum gnutls_fips_mode_t
Undocumented in source.
gnutls_gost_paramset_t
enum gnutls_gost_paramset_t
Undocumented in source.
gnutls_group_t
enum gnutls_group_t
Undocumented in source.
gnutls_handshake_description_t
enum gnutls_handshake_description_t
Undocumented in source.
gnutls_init_flags_t
enum gnutls_init_flags_t
Undocumented in source.
gnutls_kx_algorithm_t
enum gnutls_kx_algorithm_t
Undocumented in source.
gnutls_mac_algorithm_t
enum gnutls_mac_algorithm_t
Undocumented in source.
gnutls_openpgp_crt_status_t
enum gnutls_openpgp_crt_status_t
Undocumented in source.
gnutls_params_type_t
enum gnutls_params_type_t
Undocumented in source.
gnutls_pin_flag_t
enum gnutls_pin_flag_t
Undocumented in source.
gnutls_pk_algorithm_t
enum gnutls_pk_algorithm_t
Undocumented in source.
gnutls_privkey_type_t
enum gnutls_privkey_type_t
Undocumented in source.
gnutls_protocol_t
enum gnutls_protocol_t
Undocumented in source.
gnutls_psk_key_flags
enum gnutls_psk_key_flags
Undocumented in source.
gnutls_random_art_
enum gnutls_random_art_
Undocumented in source.
gnutls_sec_param_t
enum gnutls_sec_param_t
Undocumented in source.
gnutls_server_name_type_t
enum gnutls_server_name_type_t
Undocumented in source.
gnutls_session_flags_t
enum gnutls_session_flags_t
Undocumented in source.
gnutls_sign_algorithm_t
enum gnutls_sign_algorithm_t
Undocumented in source.
gnutls_srtp_profile_t
enum gnutls_srtp_profile_t
Undocumented in source.
gnutls_supplemental_data_format_type_t
enum gnutls_supplemental_data_format_type_t
Undocumented in source.
gnutls_vdata_types_t
enum gnutls_vdata_types_t
Undocumented in source.
gnutls_x509_crt_fmt_t
enum gnutls_x509_crt_fmt_t
Undocumented in source.
gnutls_x509_subject_alt_name_t
enum gnutls_x509_subject_alt_name_t
Undocumented in source.

Functions

GNUTLS_BITS_ARE_CURVE
uint GNUTLS_BITS_ARE_CURVE(uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
GNUTLS_BITS_TO_CURVE
uint GNUTLS_BITS_TO_CURVE(uint bits)
Undocumented in source. Be warned that the author may not have intended to support it.
GNUTLS_CURVE_TO_BITS
uint GNUTLS_CURVE_TO_BITS(uint curve)
Undocumented in source. Be warned that the author may not have intended to support it.
bindGnutls
void bindGnutls(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_alert_get
gnutls_alert_description_t gnutls_alert_get(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_alert_get_name
const(char)* gnutls_alert_get_name(gnutls_alert_description_t alert)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_alert_get_strname
const(char)* gnutls_alert_get_strname(gnutls_alert_description_t alert)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_alert_send
int gnutls_alert_send(gnutls_session_t session, gnutls_alert_level_t level, gnutls_alert_description_t desc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_alert_send_appropriate
int gnutls_alert_send_appropriate(gnutls_session_t session, int 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_alpn_get_selected_protocol
int gnutls_alpn_get_selected_protocol(gnutls_session_t session, gnutls_datum_t* protocol)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_alpn_set_protocols
int gnutls_alpn_set_protocols(gnutls_session_t session, const(gnutls_datum_t)* protocols, uint protocols_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_anon_allocate_client_credentials
int gnutls_anon_allocate_client_credentials(gnutls_anon_client_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anon_allocate_server_credentials
int gnutls_anon_allocate_server_credentials(gnutls_anon_server_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anon_free_client_credentials
void gnutls_anon_free_client_credentials(gnutls_anon_client_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anon_free_server_credentials
void gnutls_anon_free_server_credentials(gnutls_anon_server_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anon_set_params_function
void gnutls_anon_set_params_function(gnutls_anon_server_credentials_t res, 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_anon_set_server_dh_params
void gnutls_anon_set_server_dh_params(gnutls_anon_server_credentials_t res, gnutls_dh_params_t dh_params)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anon_set_server_known_dh_params
int gnutls_anon_set_server_known_dh_params(gnutls_anon_server_credentials_t res, gnutls_sec_param_t sec_param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anon_set_server_params_function
void gnutls_anon_set_server_params_function(gnutls_anon_server_credentials_t res, 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_anti_replay_deinit
void gnutls_anti_replay_deinit(gnutls_anti_replay_t anti_replay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anti_replay_enable
void gnutls_anti_replay_enable(gnutls_session_t session, gnutls_anti_replay_t anti_replay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anti_replay_init
int gnutls_anti_replay_init(gnutls_anti_replay_t* anti_replay)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anti_replay_set_add_function
void gnutls_anti_replay_set_add_function(gnutls_anti_replay_t , gnutls_db_add_func add_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_anti_replay_set_ptr
void gnutls_anti_replay_set_ptr(gnutls_anti_replay_t , void* ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_anti_replay_set_window
void gnutls_anti_replay_set_window(gnutls_anti_replay_t anti_replay, uint window)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_auth_client_get_type
gnutls_credentials_type_t gnutls_auth_client_get_type(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_auth_get_type
gnutls_credentials_type_t gnutls_auth_get_type(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_auth_server_get_type
gnutls_credentials_type_t gnutls_auth_server_get_type(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_base64_decode2
int gnutls_base64_decode2(const(gnutls_datum_t)* b64_data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_base64_encode2
int gnutls_base64_encode2(const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_buffer_append_data
int gnutls_buffer_append_data(gnutls_buffer_t , const(void)* data, size_t 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_bye
int gnutls_bye(gnutls_session_t session, gnutls_close_request_t how)
Undocumented 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_activation_time_peers
time_t gnutls_certificate_activation_time_peers(gnutls_session_t session)
Undocumented 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_allocate_credentials
int gnutls_certificate_allocate_credentials(gnutls_certificate_credentials_t* res)
Undocumented 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_client_get_request_status
uint gnutls_certificate_client_get_request_status(gnutls_session_t session)
Undocumented 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_expiration_time_peers
time_t gnutls_certificate_expiration_time_peers(gnutls_session_t session)
Undocumented 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_free_ca_names
void gnutls_certificate_free_ca_names(gnutls_certificate_credentials_t sc)
Undocumented 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_free_cas
void gnutls_certificate_free_cas(gnutls_certificate_credentials_t sc)
Undocumented 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_free_credentials
void gnutls_certificate_free_credentials(gnutls_certificate_credentials_t sc)
Undocumented 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_free_crls
void gnutls_certificate_free_crls(gnutls_certificate_credentials_t sc)
Undocumented 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_free_keys
void gnutls_certificate_free_keys(gnutls_certificate_credentials_t sc)
Undocumented 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_get_crt_raw
int gnutls_certificate_get_crt_raw(gnutls_certificate_credentials_t sc, uint idx1, uint idx2, gnutls_datum_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_certificate_get_issuer
int gnutls_certificate_get_issuer(gnutls_certificate_credentials_t sc, 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_certificate_get_ocsp_expiration
time_t gnutls_certificate_get_ocsp_expiration(gnutls_certificate_credentials_t sc, uint idx, int oidx, 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_get_ours
const(gnutls_datum_t)* gnutls_certificate_get_ours(gnutls_session_t session)
Undocumented 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_get_peers
const(gnutls_datum_t)* gnutls_certificate_get_peers(gnutls_session_t session, uint* list_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_certificate_get_peers_subkey_id
int gnutls_certificate_get_peers_subkey_id(gnutls_session_t session, gnutls_datum_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_certificate_get_verify_flags
uint gnutls_certificate_get_verify_flags(gnutls_certificate_credentials_t res)
Undocumented 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_get_x509_crt
int gnutls_certificate_get_x509_crt(gnutls_certificate_credentials_t res, uint index, gnutls_x509_crt_t** crt_list, uint* crt_list_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_certificate_get_x509_key
int gnutls_certificate_get_x509_key(gnutls_certificate_credentials_t res, uint index, 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_certificate_send_x509_rdn_sequence
void gnutls_certificate_send_x509_rdn_sequence(gnutls_session_t session, int status)
Undocumented 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_server_set_request
void gnutls_certificate_server_set_request(gnutls_session_t session, gnutls_certificate_request_t req)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_certificate_set_dh_params
void gnutls_certificate_set_dh_params(gnutls_certificate_credentials_t res, gnutls_dh_params_t dh_params)
Undocumented 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_flags
void gnutls_certificate_set_flags(gnutls_certificate_credentials_t , 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_set_known_dh_params
int gnutls_certificate_set_known_dh_params(gnutls_certificate_credentials_t res, gnutls_sec_param_t sec_param)
Undocumented 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_ocsp_status_request_file
int gnutls_certificate_set_ocsp_status_request_file(gnutls_certificate_credentials_t res, const(char)* response_file, uint idx)
Undocumented 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_ocsp_status_request_file2
int gnutls_certificate_set_ocsp_status_request_file2(gnutls_certificate_credentials_t res, const(char)* response_file, uint idx, gnutls_x509_crt_fmt_t fmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_certificate_set_ocsp_status_request_function
void gnutls_certificate_set_ocsp_status_request_function(gnutls_certificate_credentials_t res, gnutls_status_request_ocsp_func ocsp_func, void* ptr)
Undocumented 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_ocsp_status_request_function2
int gnutls_certificate_set_ocsp_status_request_function2(gnutls_certificate_credentials_t res, uint idx, gnutls_status_request_ocsp_func ocsp_func, void* ptr)
Undocumented 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_ocsp_status_request_mem
int gnutls_certificate_set_ocsp_status_request_mem(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* resp, uint idx, gnutls_x509_crt_fmt_t fmt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_certificate_set_params_function
void gnutls_certificate_set_params_function(gnutls_certificate_credentials_t res, 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_pin_function
void gnutls_certificate_set_pin_function(gnutls_certificate_credentials_t , 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_certificate_set_rawpk_key_file
int gnutls_certificate_set_rawpk_key_file(gnutls_certificate_credentials_t cred, const(char)* rawpkfile, const(char)* privkeyfile, gnutls_x509_crt_fmt_t format, const(char)* pass, uint key_usage, const(char*)* names, uint names_length, uint privkey_flags, uint pkcs11_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_set_rawpk_key_mem
int gnutls_certificate_set_rawpk_key_mem(gnutls_certificate_credentials_t cred, const(gnutls_datum_t)* spki, const(gnutls_datum_t)* pkey, gnutls_x509_crt_fmt_t format, const(char)* pass, uint key_usage, const(char*)* names, uint names_length, 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_set_retrieve_function
void gnutls_certificate_set_retrieve_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.
gnutls_certificate_set_verify_flags
void gnutls_certificate_set_verify_flags(gnutls_certificate_credentials_t res, 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_set_verify_function
void gnutls_certificate_set_verify_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.
gnutls_certificate_set_verify_limits
void gnutls_certificate_set_verify_limits(gnutls_certificate_credentials_t res, uint max_bits, uint max_depth)
Undocumented 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_x509_crl
int gnutls_certificate_set_x509_crl(gnutls_certificate_credentials_t res, gnutls_x509_crl_t* crl_list, int crl_list_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_certificate_set_x509_crl_file
int gnutls_certificate_set_x509_crl_file(gnutls_certificate_credentials_t res, const(char)* crlfile, 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_certificate_set_x509_crl_mem
int gnutls_certificate_set_x509_crl_mem(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* CRL, 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_certificate_set_x509_key
int gnutls_certificate_set_x509_key(gnutls_certificate_credentials_t res, gnutls_x509_crt_t* cert_list, int cert_list_size, 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_certificate_set_x509_key_file
int gnutls_certificate_set_x509_key_file(gnutls_certificate_credentials_t res, const(char)* certfile, const(char)* keyfile, 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_certificate_set_x509_key_file2
int gnutls_certificate_set_x509_key_file2(gnutls_certificate_credentials_t res, const(char)* certfile, const(char)* keyfile, gnutls_x509_crt_fmt_t type, const(char)* pass, 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_set_x509_key_mem
int gnutls_certificate_set_x509_key_mem(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* cert, const(gnutls_datum_t)* key, 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_certificate_set_x509_key_mem2
int gnutls_certificate_set_x509_key_mem2(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* cert, const(gnutls_datum_t)* key, gnutls_x509_crt_fmt_t type, const(char)* pass, 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_set_x509_simple_pkcs12_file
int gnutls_certificate_set_x509_simple_pkcs12_file(gnutls_certificate_credentials_t res, const(char)* pkcs12file, gnutls_x509_crt_fmt_t type, 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_certificate_set_x509_simple_pkcs12_mem
int gnutls_certificate_set_x509_simple_pkcs12_mem(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* p12blob, gnutls_x509_crt_fmt_t type, 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_certificate_set_x509_system_trust
int gnutls_certificate_set_x509_system_trust(gnutls_certificate_credentials_t cred)
Undocumented 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_x509_trust
int gnutls_certificate_set_x509_trust(gnutls_certificate_credentials_t res, gnutls_x509_crt_t* ca_list, int ca_list_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_certificate_set_x509_trust_dir
int gnutls_certificate_set_x509_trust_dir(gnutls_certificate_credentials_t cred, const(char)* ca_dir, 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_certificate_set_x509_trust_file
int gnutls_certificate_set_x509_trust_file(gnutls_certificate_credentials_t cred, const(char)* cafile, 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_certificate_set_x509_trust_mem
int gnutls_certificate_set_x509_trust_mem(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* ca, 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_certificate_type_get
gnutls_certificate_type_t gnutls_certificate_type_get(gnutls_session_t session)
Undocumented 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_type_get2
gnutls_certificate_type_t gnutls_certificate_type_get2(gnutls_session_t session, gnutls_ctype_target_t target)
Undocumented 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_type_get_id
gnutls_certificate_type_t gnutls_certificate_type_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_type_get_name
const(char)* gnutls_certificate_type_get_name(gnutls_certificate_type_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_certificate_type_list
const(gnutls_certificate_type_t)* gnutls_certificate_type_list()
Undocumented 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_status_print
int gnutls_certificate_verification_status_print(uint status, gnutls_certificate_type_t type, gnutls_datum_t* out_, 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_verify_peers
int gnutls_certificate_verify_peers(gnutls_session_t session, gnutls_typed_vdata_st* data, uint elements, uint* status)
Undocumented 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_verify_peers2
int gnutls_certificate_verify_peers2(gnutls_session_t session, uint* status)
Undocumented 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_verify_peers3
int gnutls_certificate_verify_peers3(gnutls_session_t session, const(char)* hostname, uint* status)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_check_version
const(char)* gnutls_check_version(const(char)* req_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_check_version_numeric
const(char)* gnutls_check_version_numeric()
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_cipher_get
gnutls_cipher_algorithm_t gnutls_cipher_get(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_cipher_get_id
gnutls_cipher_algorithm_t gnutls_cipher_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_cipher_get_key_size
size_t gnutls_cipher_get_key_size(gnutls_cipher_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_cipher_get_name
const(char)* gnutls_cipher_get_name(gnutls_cipher_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_cipher_list
const(gnutls_cipher_algorithm_t)* gnutls_cipher_list()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_cipher_suite_get_name
const(char)* gnutls_cipher_suite_get_name(gnutls_kx_algorithm_t kx_algorithm, gnutls_cipher_algorithm_t cipher_algorithm, gnutls_mac_algorithm_t mac_algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_cipher_suite_info
const(char)* gnutls_cipher_suite_info(size_t idx, ubyte* cs_id, gnutls_kx_algorithm_t* kx, gnutls_cipher_algorithm_t* cipher, gnutls_mac_algorithm_t* mac, gnutls_protocol_t* min_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_credentials_clear
void gnutls_credentials_clear(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_credentials_get
int gnutls_credentials_get(gnutls_session_t session, gnutls_credentials_type_t type, void** cred)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_credentials_set
int gnutls_credentials_set(gnutls_session_t session, gnutls_credentials_type_t type, void* cred)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_db_check_entry
int gnutls_db_check_entry(gnutls_session_t session, gnutls_datum_t session_entry)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_db_check_entry_expire_time
time_t gnutls_db_check_entry_expire_time(gnutls_datum_t* entry)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_db_check_entry_time
time_t gnutls_db_check_entry_time(gnutls_datum_t* entry)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_db_get_default_cache_expiration
uint gnutls_db_get_default_cache_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_db_get_ptr
void* gnutls_db_get_ptr(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_db_remove_session
void gnutls_db_remove_session(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_db_set_cache_expiration
void gnutls_db_set_cache_expiration(gnutls_session_t session, int seconds)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_db_set_ptr
void gnutls_db_set_ptr(gnutls_session_t session, void* ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_db_set_remove_function
void gnutls_db_set_remove_function(gnutls_session_t session, gnutls_db_remove_func rem_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_db_set_retrieve_function
void gnutls_db_set_retrieve_function(gnutls_session_t session, gnutls_db_retr_func retr_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_db_set_store_function
void gnutls_db_set_store_function(gnutls_session_t session, gnutls_db_store_func store_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_deinit
void gnutls_deinit(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dh_get_group
int gnutls_dh_get_group(gnutls_session_t session, gnutls_datum_t* raw_gen, gnutls_datum_t* raw_prime)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dh_get_peers_public_bits
int gnutls_dh_get_peers_public_bits(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dh_get_prime_bits
int gnutls_dh_get_prime_bits(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dh_get_pubkey
int gnutls_dh_get_pubkey(gnutls_session_t session, gnutls_datum_t* raw_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_dh_get_secret_bits
int gnutls_dh_get_secret_bits(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dh_params_cpy
int gnutls_dh_params_cpy(gnutls_dh_params_t dst, gnutls_dh_params_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_dh_params_deinit
void gnutls_dh_params_deinit(gnutls_dh_params_t dh_params)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dh_params_export2_pkcs3
int gnutls_dh_params_export2_pkcs3(gnutls_dh_params_t params, 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_dh_params_export_pkcs3
int gnutls_dh_params_export_pkcs3(gnutls_dh_params_t params, gnutls_x509_crt_fmt_t format, ubyte* params_data, size_t* params_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_dh_params_export_raw
int gnutls_dh_params_export_raw(gnutls_dh_params_t params, gnutls_datum_t* prime, gnutls_datum_t* generator, 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_dh_params_generate2
int gnutls_dh_params_generate2(gnutls_dh_params_t params, 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_dh_params_import_dsa
int gnutls_dh_params_import_dsa(gnutls_dh_params_t dh_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_dh_params_import_pkcs3
int gnutls_dh_params_import_pkcs3(gnutls_dh_params_t params, const(gnutls_datum_t)* pkcs3_params, 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_dh_params_import_raw
int gnutls_dh_params_import_raw(gnutls_dh_params_t dh_params, const(gnutls_datum_t)* prime, const(gnutls_datum_t)* generator)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dh_params_import_raw2
int gnutls_dh_params_import_raw2(gnutls_dh_params_t dh_params, const(gnutls_datum_t)* prime, const(gnutls_datum_t)* generator, uint key_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_dh_params_import_raw3
int gnutls_dh_params_import_raw3(gnutls_dh_params_t dh_params, const(gnutls_datum_t)* prime, const(gnutls_datum_t)* q, const(gnutls_datum_t)* generator)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dh_params_init
int gnutls_dh_params_init(gnutls_dh_params_t* dh_params)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_dh_set_prime_bits
void gnutls_dh_set_prime_bits(gnutls_session_t session, 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_digest_get_id
gnutls_digest_algorithm_t gnutls_digest_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_digest_get_name
const(char)* gnutls_digest_get_name(gnutls_digest_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_digest_get_oid
const(char)* gnutls_digest_get_oid(gnutls_digest_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_digest_list
const(gnutls_digest_algorithm_t)* gnutls_digest_list()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ecc_curve_get
gnutls_ecc_curve_t gnutls_ecc_curve_get(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ecc_curve_get_id
gnutls_ecc_curve_t gnutls_ecc_curve_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_ecc_curve_get_name
const(char)* gnutls_ecc_curve_get_name(gnutls_ecc_curve_t curve)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ecc_curve_get_oid
const(char)* gnutls_ecc_curve_get_oid(gnutls_ecc_curve_t curve)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ecc_curve_get_pk
gnutls_pk_algorithm_t gnutls_ecc_curve_get_pk(gnutls_ecc_curve_t curve)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ecc_curve_get_size
int gnutls_ecc_curve_get_size(gnutls_ecc_curve_t curve)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ecc_curve_list
const(gnutls_ecc_curve_t)* gnutls_ecc_curve_list()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_error_is_fatal
int gnutls_error_is_fatal(int error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_error_to_alert
int gnutls_error_to_alert(int err, int* level)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_est_record_overhead_size
size_t gnutls_est_record_overhead_size(gnutls_protocol_t version_, gnutls_cipher_algorithm_t cipher, gnutls_mac_algorithm_t mac, gnutls_compression_method_t comp, 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_ext_get_current_msg
uint gnutls_ext_get_current_msg(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ext_get_data
int gnutls_ext_get_data(gnutls_session_t session, uint type, gnutls_ext_priv_data_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_ext_get_name
const(char)* gnutls_ext_get_name(uint 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_ext_get_name2
const(char)* gnutls_ext_get_name2(gnutls_session_t session, uint tls_id, gnutls_ext_parse_type_t parse_point)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ext_raw_parse
int gnutls_ext_raw_parse(void* ctx, gnutls_ext_raw_process_func cb, const(gnutls_datum_t)* data, 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_ext_register
int gnutls_ext_register(const(char)* name, int type, gnutls_ext_parse_type_t parse_point, gnutls_ext_recv_func recv_func, gnutls_ext_send_func send_func, gnutls_ext_deinit_data_func deinit_func, gnutls_ext_pack_func pack_func, gnutls_ext_unpack_func unpack_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_ext_set_data
void gnutls_ext_set_data(gnutls_session_t session, uint type, gnutls_ext_priv_data_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_fingerprint
int gnutls_fingerprint(gnutls_digest_algorithm_t algo, const(gnutls_datum_t)* data, 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_fips140_mode_enabled
uint gnutls_fips140_mode_enabled()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_fips140_set_mode
void gnutls_fips140_set_mode(gnutls_fips_mode_t mode, 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_get_system_config_file
const(char)* gnutls_get_system_config_file()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_global_deinit
void gnutls_global_deinit()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_global_init
int gnutls_global_init()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_global_set_audit_log_function
void gnutls_global_set_audit_log_function(gnutls_audit_log_func log_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_global_set_log_function
void gnutls_global_set_log_function(gnutls_log_func log_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_global_set_log_level
void gnutls_global_set_log_level(int level)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_global_set_mutex
void gnutls_global_set_mutex(mutex_init_func init, mutex_deinit_func deinit, mutex_lock_func lock, mutex_unlock_func unlock)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_global_set_time_function
void gnutls_global_set_time_function(gnutls_time_func time_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_gost_paramset_get_name
const(char)* gnutls_gost_paramset_get_name(gnutls_gost_paramset_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_gost_paramset_get_oid
const(char)* gnutls_gost_paramset_get_oid(gnutls_gost_paramset_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_group_get
gnutls_group_t gnutls_group_get(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_group_get_id
gnutls_group_t gnutls_group_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_group_get_name
const(char)* gnutls_group_get_name(gnutls_group_t group)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_group_list
const(gnutls_group_t)* gnutls_group_list()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_handshake
int gnutls_handshake(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_handshake_description_get_name
const(char)* gnutls_handshake_description_get_name(gnutls_handshake_description_t type)
Undocumented in source.
gnutls_handshake_get_last_in
gnutls_handshake_description_t gnutls_handshake_get_last_in(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_handshake_get_last_out
gnutls_handshake_description_t gnutls_handshake_get_last_out(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_handshake_set_hook_function
void gnutls_handshake_set_hook_function(gnutls_session_t session, uint htype, int when, gnutls_handshake_hook_func 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_handshake_set_max_packet_length
void gnutls_handshake_set_max_packet_length(gnutls_session_t session, size_t max)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_handshake_set_post_client_hello_function
void gnutls_handshake_set_post_client_hello_function(gnutls_session_t session, gnutls_handshake_simple_hook_func 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_handshake_set_private_extensions
void gnutls_handshake_set_private_extensions(gnutls_session_t session, int allow)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_handshake_set_random
int gnutls_handshake_set_random(gnutls_session_t session, const(gnutls_datum_t)* random)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_handshake_set_timeout
void gnutls_handshake_set_timeout(gnutls_session_t session, uint ms)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_heartbeat_allowed
uint gnutls_heartbeat_allowed(gnutls_session_t session, uint 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_heartbeat_enable
void gnutls_heartbeat_enable(gnutls_session_t session, uint 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_heartbeat_get_timeout
uint gnutls_heartbeat_get_timeout(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_heartbeat_ping
int gnutls_heartbeat_ping(gnutls_session_t session, size_t data_size, uint max_tries, 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_heartbeat_pong
int gnutls_heartbeat_pong(gnutls_session_t session, 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_heartbeat_set_timeouts
void gnutls_heartbeat_set_timeouts(gnutls_session_t session, uint retrans_timeout, uint total_timeout)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_hex2bin
int gnutls_hex2bin(const(char)* hex_data, size_t hex_size, void* bin_data, size_t* bin_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_hex_decode
int gnutls_hex_decode(const(gnutls_datum_t)* hex_data, 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_hex_decode2
int gnutls_hex_decode2(const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_hex_encode
int gnutls_hex_encode(const(gnutls_datum_t)* data, char* 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_hex_encode2
int gnutls_hex_encode2(const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_idna_map
int gnutls_idna_map(const(char)* input, uint ilen, gnutls_datum_t* out_, 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_idna_reverse_map
int gnutls_idna_reverse_map(const(char)* input, uint ilen, gnutls_datum_t* out_, 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_init
int gnutls_init(gnutls_session_t* session, 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_key_generate
int gnutls_key_generate(gnutls_datum_t* key, uint key_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_kx_get
gnutls_kx_algorithm_t gnutls_kx_get(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_kx_get_id
gnutls_kx_algorithm_t gnutls_kx_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_kx_get_name
const(char)* gnutls_kx_get_name(gnutls_kx_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_kx_list
const(gnutls_kx_algorithm_t)* gnutls_kx_list()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_load_file
int gnutls_load_file(const(char)* filename, 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_mac_get
gnutls_mac_algorithm_t gnutls_mac_get(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_mac_get_id
gnutls_mac_algorithm_t gnutls_mac_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_mac_get_key_size
size_t gnutls_mac_get_key_size(gnutls_mac_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_mac_get_name
const(char)* gnutls_mac_get_name(gnutls_mac_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_mac_list
const(gnutls_mac_algorithm_t)* gnutls_mac_list()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_memcmp
int gnutls_memcmp(const(void)* s1, const(void)* s2, size_t n)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_memset
void gnutls_memset(void* data, int c, size_t 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_ocsp_status_request_enable_client
int gnutls_ocsp_status_request_enable_client(gnutls_session_t session, gnutls_datum_t* responder_id, size_t responder_id_size, gnutls_datum_t* request_extensions)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_status_request_get
int gnutls_ocsp_status_request_get(gnutls_session_t session, gnutls_datum_t* response)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_status_request_get2
int gnutls_ocsp_status_request_get2(gnutls_session_t session, uint idx, gnutls_datum_t* response)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ocsp_status_request_is_checked
uint gnutls_ocsp_status_request_is_checked(gnutls_session_t session, 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_oid_to_digest
gnutls_digest_algorithm_t gnutls_oid_to_digest(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_oid_to_ecc_curve
gnutls_ecc_curve_t gnutls_oid_to_ecc_curve(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_oid_to_gost_paramset
gnutls_gost_paramset_t gnutls_oid_to_gost_paramset(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_oid_to_mac
gnutls_mac_algorithm_t gnutls_oid_to_mac(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_oid_to_pk
gnutls_pk_algorithm_t gnutls_oid_to_pk(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_oid_to_sign
gnutls_sign_algorithm_t gnutls_oid_to_sign(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_openpgp_send_cert
void gnutls_openpgp_send_cert(gnutls_session_t session, gnutls_openpgp_crt_status_t status)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_packet_deinit
void gnutls_packet_deinit(gnutls_packet_t packet)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_packet_get
void gnutls_packet_get(gnutls_packet_t packet, gnutls_datum_t* data, ubyte* sequence)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pem_base64_decode
int gnutls_pem_base64_decode(const(char)* header, const(gnutls_datum_t)* b64_data, ubyte* 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_pem_base64_decode2
int gnutls_pem_base64_decode2(const(char)* header, const(gnutls_datum_t)* b64_data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pem_base64_encode
int gnutls_pem_base64_encode(const(char)* msg, const(gnutls_datum_t)* data, char* 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_pem_base64_encode2
int gnutls_pem_base64_encode2(const(char)* msg, const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_perror
void gnutls_perror(int error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pk_algorithm_get_name
const(char)* gnutls_pk_algorithm_get_name(gnutls_pk_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pk_bits_to_sec_param
gnutls_sec_param_t gnutls_pk_bits_to_sec_param(gnutls_pk_algorithm_t algo, 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_pk_get_id
gnutls_pk_algorithm_t gnutls_pk_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_pk_get_name
const(char)* gnutls_pk_get_name(gnutls_pk_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pk_get_oid
const(char)* gnutls_pk_get_oid(gnutls_pk_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pk_list
const(gnutls_pk_algorithm_t)* gnutls_pk_list()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pk_to_sign
gnutls_sign_algorithm_t gnutls_pk_to_sign(gnutls_pk_algorithm_t pk, gnutls_digest_algorithm_t hash)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_prf
int gnutls_prf(gnutls_session_t session, size_t label_size, const(char)* label, int server_random_first, size_t extra_size, const(char)* extra, size_t outsize, char* 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_prf_early
int gnutls_prf_early(gnutls_session_t session, size_t label_size, const(char)* label, size_t context_size, const(char)* context, size_t outsize, char* 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_prf_hash_get
gnutls_digest_algorithm_t gnutls_prf_hash_get(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_prf_raw
int gnutls_prf_raw(gnutls_session_t session, size_t label_size, const(char)* label, size_t seed_size, const(char)* seed, size_t outsize, char* 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_prf_rfc5705
int gnutls_prf_rfc5705(gnutls_session_t session, size_t label_size, const(char)* label, size_t context_size, const(char)* context, size_t outsize, char* 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_priority_certificate_type_list
int gnutls_priority_certificate_type_list(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_certificate_type_list2
int gnutls_priority_certificate_type_list2(gnutls_priority_t pcache, const(uint*)* list, gnutls_ctype_target_t target)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_cipher_list
int gnutls_priority_cipher_list(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_deinit
void gnutls_priority_deinit(gnutls_priority_t priority_cache)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_ecc_curve_list
int gnutls_priority_ecc_curve_list(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_get_cipher_suite_index
int gnutls_priority_get_cipher_suite_index(gnutls_priority_t pcache, uint idx, uint* sidx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_group_list
int gnutls_priority_group_list(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_init
int gnutls_priority_init(gnutls_priority_t* priority_cache, const(char)* priorities, const(char*)* err_pos)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_init2
int gnutls_priority_init2(gnutls_priority_t* priority_cache, const(char)* priorities, const(char*)* err_pos, 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_priority_kx_list
int gnutls_priority_kx_list(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_mac_list
int gnutls_priority_mac_list(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_protocol_list
int gnutls_priority_protocol_list(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_set
int gnutls_priority_set(gnutls_session_t session, gnutls_priority_t priority)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_set_direct
int gnutls_priority_set_direct(gnutls_session_t session, const(char)* priorities, const(char*)* err_pos)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_sign_list
int gnutls_priority_sign_list(gnutls_priority_t pcache, const(uint*)* list)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_priority_string_list
const(char)* gnutls_priority_string_list(uint iter, 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_protocol_get_id
gnutls_protocol_t gnutls_protocol_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_protocol_get_name
const(char)* gnutls_protocol_get_name(gnutls_protocol_t 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_protocol_get_version
gnutls_protocol_t gnutls_protocol_get_version(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_protocol_list
const(gnutls_protocol_t)* gnutls_protocol_list()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_allocate_client_credentials
int gnutls_psk_allocate_client_credentials(gnutls_psk_client_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_allocate_server_credentials
int gnutls_psk_allocate_server_credentials(gnutls_psk_server_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_client_get_hint
const(char)* gnutls_psk_client_get_hint(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_free_client_credentials
void gnutls_psk_free_client_credentials(gnutls_psk_client_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_free_server_credentials
void gnutls_psk_free_server_credentials(gnutls_psk_server_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_server_get_username
const(char)* gnutls_psk_server_get_username(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_server_get_username2
int gnutls_psk_server_get_username2(gnutls_session_t session, 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_psk_set_client_credentials
int gnutls_psk_set_client_credentials(gnutls_psk_client_credentials_t res, const(char)* username, const(gnutls_datum_t)* key, gnutls_psk_key_flags 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_psk_set_client_credentials2
int gnutls_psk_set_client_credentials2(gnutls_psk_client_credentials_t res, const(gnutls_datum_t)* username, const(gnutls_datum_t)* key, gnutls_psk_key_flags 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_psk_set_client_credentials_function
void gnutls_psk_set_client_credentials_function(gnutls_psk_client_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_psk_set_client_credentials_function2
void gnutls_psk_set_client_credentials_function2(gnutls_psk_client_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_psk_set_params_function
void gnutls_psk_set_params_function(gnutls_psk_server_credentials_t res, 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_psk_set_server_credentials_file
int gnutls_psk_set_server_credentials_file(gnutls_psk_server_credentials_t res, const(char)* password_file)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_set_server_credentials_function
void gnutls_psk_set_server_credentials_function(gnutls_psk_server_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_psk_set_server_credentials_function2
void gnutls_psk_set_server_credentials_function2(gnutls_psk_server_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_psk_set_server_credentials_hint
int gnutls_psk_set_server_credentials_hint(gnutls_psk_server_credentials_t res, const(char)* hint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_set_server_dh_params
void gnutls_psk_set_server_dh_params(gnutls_psk_server_credentials_t res, gnutls_dh_params_t dh_params)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_set_server_known_dh_params
int gnutls_psk_set_server_known_dh_params(gnutls_psk_server_credentials_t res, gnutls_sec_param_t sec_param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_psk_set_server_params_function
void gnutls_psk_set_server_params_function(gnutls_psk_server_credentials_t res, 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_random_art
int gnutls_random_art(gnutls_random_art_t type, const(char)* key_type, uint key_size, void* fpr, size_t fpr_size, gnutls_datum_t* art)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_range_split
int gnutls_range_split(gnutls_session_t session, const(gnutls_range_st)* orig, gnutls_range_st* small_range, gnutls_range_st* rem_range)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_reauth
int gnutls_reauth(gnutls_session_t session, 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_record_can_use_length_hiding
uint gnutls_record_can_use_length_hiding(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_check_corked
size_t gnutls_record_check_corked(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_check_pending
size_t gnutls_record_check_pending(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_cork
void gnutls_record_cork(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_disable_padding
void gnutls_record_disable_padding(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_discard_queued
size_t gnutls_record_discard_queued(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_get_direction
int gnutls_record_get_direction(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_get_max_early_data_size
size_t gnutls_record_get_max_early_data_size(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_get_max_size
size_t gnutls_record_get_max_size(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_get_state
int gnutls_record_get_state(gnutls_session_t session, uint read, gnutls_datum_t* mac_key, gnutls_datum_t* IV, gnutls_datum_t* cipher_key, ubyte[8] seq_number)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_overhead_size
size_t gnutls_record_overhead_size(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_recv
ssize_t gnutls_record_recv(gnutls_session_t session, void* data, size_t 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_record_recv_early_data
ssize_t gnutls_record_recv_early_data(gnutls_session_t session, void* data, size_t 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_record_recv_packet
ssize_t gnutls_record_recv_packet(gnutls_session_t session, gnutls_packet_t* packet)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_recv_seq
ssize_t gnutls_record_recv_seq(gnutls_session_t session, void* data, size_t data_size, ubyte* seq)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_send
ssize_t gnutls_record_send(gnutls_session_t session, const(void)* data, size_t 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_record_send2
ssize_t gnutls_record_send2(gnutls_session_t session, const(void)* data, size_t data_size, size_t pad, 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_record_send_early_data
ssize_t gnutls_record_send_early_data(gnutls_session_t session, const(void)* data, size_t 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_record_send_range
ssize_t gnutls_record_send_range(gnutls_session_t session, const(void)* data, size_t data_size, const(gnutls_range_st)* range)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_set_max_early_data_size
int gnutls_record_set_max_early_data_size(gnutls_session_t session, size_t 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_record_set_max_recv_size
ssize_t gnutls_record_set_max_recv_size(gnutls_session_t session, size_t 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_record_set_max_size
ssize_t gnutls_record_set_max_size(gnutls_session_t session, size_t 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_record_set_state
int gnutls_record_set_state(gnutls_session_t session, uint read, const(ubyte)[8] seq_number)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_set_timeout
void gnutls_record_set_timeout(gnutls_session_t session, uint ms)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_record_uncork
int gnutls_record_uncork(gnutls_session_t session, 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_rehandshake
int gnutls_rehandshake(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_safe_renegotiation_status
uint gnutls_safe_renegotiation_status(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sec_param_get_name
const(char)* gnutls_sec_param_get_name(gnutls_sec_param_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sec_param_to_pk_bits
uint gnutls_sec_param_to_pk_bits(gnutls_pk_algorithm_t algo, gnutls_sec_param_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sec_param_to_symmetric_bits
uint gnutls_sec_param_to_symmetric_bits(gnutls_sec_param_t param)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_server_name_get
int gnutls_server_name_get(gnutls_session_t session, void* data, size_t* data_length, uint* type, uint indx)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_server_name_set
int gnutls_server_name_set(gnutls_session_t session, gnutls_server_name_type_t type, const(void)* name, size_t name_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_session_channel_binding
int gnutls_session_channel_binding(gnutls_session_t session, gnutls_channel_binding_t cbtype, gnutls_datum_t* cb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_enable_compatibility_mode
void gnutls_session_enable_compatibility_mode(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_etm_status
uint gnutls_session_etm_status(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_ext_master_secret_status
uint gnutls_session_ext_master_secret_status(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_ext_register
int gnutls_session_ext_register(gnutls_session_t , const(char)* name, int type, gnutls_ext_parse_type_t parse_point, gnutls_ext_recv_func recv_func, gnutls_ext_send_func send_func, gnutls_ext_deinit_data_func deinit_func, gnutls_ext_pack_func pack_func, gnutls_ext_unpack_func unpack_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_session_force_valid
void gnutls_session_force_valid(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_get_data
int gnutls_session_get_data(gnutls_session_t session, void* session_data, size_t* session_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_session_get_data2
int gnutls_session_get_data2(gnutls_session_t session, 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_session_get_desc
char* gnutls_session_get_desc(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_get_flags
uint gnutls_session_get_flags(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_get_id
int gnutls_session_get_id(gnutls_session_t session, void* session_id, size_t* session_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_session_get_id2
int gnutls_session_get_id2(gnutls_session_t session, gnutls_datum_t* session_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_session_get_keylog_function
gnutls_keylog_func gnutls_session_get_keylog_function(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_get_master_secret
void gnutls_session_get_master_secret(gnutls_session_t session, gnutls_datum_t* secret)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_get_ptr
void* gnutls_session_get_ptr(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_get_random
void gnutls_session_get_random(gnutls_session_t session, gnutls_datum_t* client, gnutls_datum_t* server)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_get_verify_cert_status
uint gnutls_session_get_verify_cert_status(gnutls_session_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_session_is_resumed
int gnutls_session_is_resumed(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_key_update
int gnutls_session_key_update(gnutls_session_t session, 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_session_resumption_requested
int gnutls_session_resumption_requested(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_set_data
int gnutls_session_set_data(gnutls_session_t session, const(void)* session_data, size_t session_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_session_set_id
int gnutls_session_set_id(gnutls_session_t session, const(gnutls_datum_t)* sid)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_set_keylog_function
void gnutls_session_set_keylog_function(gnutls_session_t session, gnutls_keylog_func 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_session_set_premaster
int gnutls_session_set_premaster(gnutls_session_t session, uint entity, gnutls_protocol_t version_, gnutls_kx_algorithm_t kx, gnutls_cipher_algorithm_t cipher, gnutls_mac_algorithm_t mac, gnutls_compression_method_t comp, const(gnutls_datum_t)* master, const(gnutls_datum_t)* session_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_session_set_ptr
void gnutls_session_set_ptr(gnutls_session_t session, void* ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_set_verify_cert
void gnutls_session_set_verify_cert(gnutls_session_t session, 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_session_set_verify_cert2
void gnutls_session_set_verify_cert2(gnutls_session_t session, gnutls_typed_vdata_st* data, uint elements, 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_session_set_verify_function
void gnutls_session_set_verify_function(gnutls_session_t session, 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_session_supplemental_register
int gnutls_session_supplemental_register(gnutls_session_t session, const(char)* name, gnutls_supplemental_data_format_type_t type, gnutls_supp_recv_func supp_recv_func, gnutls_supp_send_func supp_send_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_session_ticket_enable_client
int gnutls_session_ticket_enable_client(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_session_ticket_enable_server
int gnutls_session_ticket_enable_server(gnutls_session_t session, const(gnutls_datum_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_session_ticket_key_generate
int gnutls_session_ticket_key_generate(gnutls_datum_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_session_ticket_send
int gnutls_session_ticket_send(gnutls_session_t session, uint nr, 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_set_default_priority
int gnutls_set_default_priority(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_set_default_priority_append
int gnutls_set_default_priority_append(gnutls_session_t session, const(char)* add_prio, const(char*)* err_pos, 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_sign_algorithm_get
int gnutls_sign_algorithm_get(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sign_algorithm_get_client
int gnutls_sign_algorithm_get_client(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sign_algorithm_get_requested
int gnutls_sign_algorithm_get_requested(gnutls_session_t session, size_t indx, gnutls_sign_algorithm_t* algo)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sign_get_hash_algorithm
gnutls_digest_algorithm_t gnutls_sign_get_hash_algorithm(gnutls_sign_algorithm_t sign)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sign_get_id
gnutls_sign_algorithm_t gnutls_sign_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_sign_get_name
const(char)* gnutls_sign_get_name(gnutls_sign_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sign_get_oid
const(char)* gnutls_sign_get_oid(gnutls_sign_algorithm_t sign)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sign_get_pk_algorithm
gnutls_pk_algorithm_t gnutls_sign_get_pk_algorithm(gnutls_sign_algorithm_t sign)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sign_is_secure
uint gnutls_sign_is_secure(gnutls_sign_algorithm_t algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sign_is_secure2
uint gnutls_sign_is_secure2(gnutls_sign_algorithm_t algorithm, 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_sign_list
const(gnutls_sign_algorithm_t)* gnutls_sign_list()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_sign_supports_pk_algorithm
uint gnutls_sign_supports_pk_algorithm(gnutls_sign_algorithm_t sign, gnutls_pk_algorithm_t pk)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_allocate_client_credentials
int gnutls_srp_allocate_client_credentials(gnutls_srp_client_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_allocate_server_credentials
int gnutls_srp_allocate_server_credentials(gnutls_srp_server_credentials_t* sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_base64_decode
int gnutls_srp_base64_decode(const(gnutls_datum_t)* b64_data, char* 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_srp_base64_decode2
int gnutls_srp_base64_decode2(const(gnutls_datum_t)* b64_data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_base64_encode
int gnutls_srp_base64_encode(const(gnutls_datum_t)* data, char* 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_srp_base64_encode2
int gnutls_srp_base64_encode2(const(gnutls_datum_t)* data, gnutls_datum_t* result)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_free_client_credentials
void gnutls_srp_free_client_credentials(gnutls_srp_client_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_free_server_credentials
void gnutls_srp_free_server_credentials(gnutls_srp_server_credentials_t sc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_server_get_username
const(char)* gnutls_srp_server_get_username(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_set_client_credentials
int gnutls_srp_set_client_credentials(gnutls_srp_client_credentials_t res, const(char)* username, 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_srp_set_client_credentials_function
void gnutls_srp_set_client_credentials_function(gnutls_srp_client_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_srp_set_prime_bits
void gnutls_srp_set_prime_bits(gnutls_session_t session, 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_srp_set_server_credentials_file
int gnutls_srp_set_server_credentials_file(gnutls_srp_server_credentials_t res, const(char)* password_file, const(char)* password_conf_file)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_set_server_credentials_function
void gnutls_srp_set_server_credentials_function(gnutls_srp_server_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_srp_set_server_fake_salt_seed
void gnutls_srp_set_server_fake_salt_seed(gnutls_srp_server_credentials_t sc, const(gnutls_datum_t)* seed, uint salt_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_srp_verifier
int gnutls_srp_verifier(const(char)* username, const(char)* password, const(gnutls_datum_t)* salt, const(gnutls_datum_t)* generator, const(gnutls_datum_t)* prime, gnutls_datum_t* res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srtp_get_keys
int gnutls_srtp_get_keys(gnutls_session_t session, void* key_material, uint key_material_size, gnutls_datum_t* client_key, gnutls_datum_t* client_salt, gnutls_datum_t* server_key, gnutls_datum_t* server_salt)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srtp_get_mki
int gnutls_srtp_get_mki(gnutls_session_t session, gnutls_datum_t* mki)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srtp_get_profile_id
int gnutls_srtp_get_profile_id(const(char)* name, gnutls_srtp_profile_t* profile)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srtp_get_profile_name
const(char)* gnutls_srtp_get_profile_name(gnutls_srtp_profile_t profile)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srtp_get_selected_profile
int gnutls_srtp_get_selected_profile(gnutls_session_t session, gnutls_srtp_profile_t* profile)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srtp_set_mki
int gnutls_srtp_set_mki(gnutls_session_t session, const(gnutls_datum_t)* mki)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srtp_set_profile
int gnutls_srtp_set_profile(gnutls_session_t session, gnutls_srtp_profile_t profile)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srtp_set_profile_direct
int gnutls_srtp_set_profile_direct(gnutls_session_t session, const(char)* profiles, const(char*)* err_pos)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_store_commitment
int gnutls_store_commitment(const(char)* db_name, gnutls_tdb_t tdb, const(char)* host, const(char)* service, gnutls_digest_algorithm_t hash_algo, const(gnutls_datum_t)* hash, time_t expiration, 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_store_pubkey
int gnutls_store_pubkey(const(char)* db_name, gnutls_tdb_t tdb, const(char)* host, const(char)* service, gnutls_certificate_type_t cert_type, const(gnutls_datum_t)* cert, time_t expiration, 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_strerror
const(char)* gnutls_strerror(int error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_strerror_name
const(char)* gnutls_strerror_name(int error)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_supplemental_get_name
const(char)* gnutls_supplemental_get_name(gnutls_supplemental_data_format_type_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_supplemental_recv
void gnutls_supplemental_recv(gnutls_session_t session, uint do_recv_supplemental)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_supplemental_register
int gnutls_supplemental_register(const(char)* name, gnutls_supplemental_data_format_type_t type, gnutls_supp_recv_func supp_recv_func, gnutls_supp_send_func supp_send_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_supplemental_send
void gnutls_supplemental_send(gnutls_session_t session, uint do_send_supplemental)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_system_recv_timeout
int gnutls_system_recv_timeout(gnutls_transport_ptr_t ptr, uint ms)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_tdb_deinit
void gnutls_tdb_deinit(gnutls_tdb_t tdb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_tdb_init
int gnutls_tdb_init(gnutls_tdb_t* tdb)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_tdb_set_store_commitment_func
void gnutls_tdb_set_store_commitment_func(gnutls_tdb_t tdb, gnutls_tdb_store_commitment_func cstore)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_tdb_set_store_func
void gnutls_tdb_set_store_func(gnutls_tdb_t tdb, gnutls_tdb_store_func store)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_tdb_set_verify_func
void gnutls_tdb_set_verify_func(gnutls_tdb_t tdb, gnutls_tdb_verify_func 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_transport_get_int
int gnutls_transport_get_int(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_transport_get_int2
void gnutls_transport_get_int2(gnutls_session_t session, int* r, int* s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_transport_get_ptr
gnutls_transport_ptr_t gnutls_transport_get_ptr(gnutls_session_t session)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_transport_get_ptr2
void gnutls_transport_get_ptr2(gnutls_session_t session, gnutls_transport_ptr_t* recv_ptr, gnutls_transport_ptr_t* send_ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_transport_set_errno
void gnutls_transport_set_errno(gnutls_session_t session, int 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_transport_set_errno_function
void gnutls_transport_set_errno_function(gnutls_session_t session, gnutls_errno_func errno_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_transport_set_int
void gnutls_transport_set_int(gnutls_session_t s, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_transport_set_int2
void gnutls_transport_set_int2(gnutls_session_t session, int r, int s)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_transport_set_ptr
void gnutls_transport_set_ptr(gnutls_session_t session, gnutls_transport_ptr_t ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_transport_set_ptr2
void gnutls_transport_set_ptr2(gnutls_session_t session, gnutls_transport_ptr_t recv_ptr, gnutls_transport_ptr_t send_ptr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_transport_set_pull_function
void gnutls_transport_set_pull_function(gnutls_session_t session, gnutls_pull_func pull_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_transport_set_pull_timeout_function
void gnutls_transport_set_pull_timeout_function(gnutls_session_t session, gnutls_pull_timeout_func 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_transport_set_push_function
void gnutls_transport_set_push_function(gnutls_session_t session, gnutls_push_func push_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_transport_set_vec_push_function
void gnutls_transport_set_vec_push_function(gnutls_session_t session, gnutls_vec_push_func vec_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_url_is_supported
uint gnutls_url_is_supported(const(char)* url)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_utf8_password_normalize
int gnutls_utf8_password_normalize(const(ubyte)* password, uint password_len, gnutls_datum_t* out_, 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_verify_stored_pubkey
int gnutls_verify_stored_pubkey(const(char)* db_name, gnutls_tdb_t tdb, const(char)* host, const(char)* service, gnutls_certificate_type_t cert_type, const(gnutls_datum_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.

Manifest constants

GNUTLS_ALLOW_ID_CHANGE
enum GNUTLS_ALLOW_ID_CHANGE;
Undocumented in source.
GNUTLS_ALPN_MAND
enum GNUTLS_ALPN_MAND;
Undocumented in source.
GNUTLS_CIPHER_ARCFOUR
enum GNUTLS_CIPHER_ARCFOUR;
Undocumented in source.
GNUTLS_CIPHER_RIJNDAEL_128_CBC
enum GNUTLS_CIPHER_RIJNDAEL_128_CBC;
Undocumented in source.
GNUTLS_CIPHER_RIJNDAEL_256_CBC
enum GNUTLS_CIPHER_RIJNDAEL_256_CBC;
Undocumented in source.
GNUTLS_CIPHER_RIJNDAEL_CBC
enum GNUTLS_CIPHER_RIJNDAEL_CBC;
Undocumented in source.
GNUTLS_CLIENT
enum GNUTLS_CLIENT;
Undocumented in source.
GNUTLS_CRT_RAW
enum GNUTLS_CRT_RAW;
Undocumented in source.
GNUTLS_DATAGRAM
enum GNUTLS_DATAGRAM;
Undocumented in source.
GNUTLS_DEFAULT_HANDSHAKE_TIMEOUT
enum GNUTLS_DEFAULT_HANDSHAKE_TIMEOUT;
Undocumented in source.
GNUTLS_DIG_SHA
enum GNUTLS_DIG_SHA;
Undocumented in source.
GNUTLS_ENABLE_CERT_TYPE_NEG
enum GNUTLS_ENABLE_CERT_TYPE_NEG;
Undocumented in source.
GNUTLS_ENABLE_FALSE_START
enum GNUTLS_ENABLE_FALSE_START;
Undocumented in source.
GNUTLS_EXT_RAW_FLAG_DTLS_CLIENT_HELLO
enum GNUTLS_EXT_RAW_FLAG_DTLS_CLIENT_HELLO;
Undocumented in source.
GNUTLS_EXT_RAW_FLAG_TLS_CLIENT_HELLO
enum GNUTLS_EXT_RAW_FLAG_TLS_CLIENT_HELLO;
Undocumented in source.
GNUTLS_E_AGAIN
enum GNUTLS_E_AGAIN;
Undocumented in source.
GNUTLS_E_ALREADY_REGISTERED
enum GNUTLS_E_ALREADY_REGISTERED;
Undocumented in source.
GNUTLS_E_APPLICATION_ERROR_MAX
enum GNUTLS_E_APPLICATION_ERROR_MAX;
Undocumented in source.
GNUTLS_E_APPLICATION_ERROR_MIN
enum GNUTLS_E_APPLICATION_ERROR_MIN;
Undocumented in source.
GNUTLS_E_ASN1_DER_ERROR
enum GNUTLS_E_ASN1_DER_ERROR;
Undocumented in source.
GNUTLS_E_ASN1_DER_OVERFLOW
enum GNUTLS_E_ASN1_DER_OVERFLOW;
Undocumented in source.
GNUTLS_E_ASN1_ELEMENT_NOT_FOUND
enum GNUTLS_E_ASN1_ELEMENT_NOT_FOUND;
Undocumented in source.
GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRING
enum GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRING;
Undocumented in source.
GNUTLS_E_ASN1_GENERIC_ERROR
enum GNUTLS_E_ASN1_GENERIC_ERROR;
Undocumented in source.
GNUTLS_E_ASN1_IDENTIFIER_NOT_FOUND
enum GNUTLS_E_ASN1_IDENTIFIER_NOT_FOUND;
Undocumented in source.
GNUTLS_E_ASN1_SYNTAX_ERROR
enum GNUTLS_E_ASN1_SYNTAX_ERROR;
Undocumented in source.
GNUTLS_E_ASN1_TAG_ERROR
enum GNUTLS_E_ASN1_TAG_ERROR;
Undocumented in source.
GNUTLS_E_ASN1_TAG_IMPLICIT
enum GNUTLS_E_ASN1_TAG_IMPLICIT;
Undocumented in source.
GNUTLS_E_ASN1_TIME_ERROR
enum GNUTLS_E_ASN1_TIME_ERROR;
Undocumented in source.
GNUTLS_E_ASN1_TYPE_ANY_ERROR
enum GNUTLS_E_ASN1_TYPE_ANY_ERROR;
Undocumented in source.
GNUTLS_E_ASN1_VALUE_NOT_FOUND
enum GNUTLS_E_ASN1_VALUE_NOT_FOUND;
Undocumented in source.
GNUTLS_E_ASN1_VALUE_NOT_VALID
enum GNUTLS_E_ASN1_VALUE_NOT_VALID;
Undocumented in source.
GNUTLS_E_AUTH_ERROR
enum GNUTLS_E_AUTH_ERROR;
Undocumented in source.
GNUTLS_E_BAD_COOKIE
enum GNUTLS_E_BAD_COOKIE;
Undocumented in source.
GNUTLS_E_BASE64_DECODING_ERROR
enum GNUTLS_E_BASE64_DECODING_ERROR;
Undocumented in source.
GNUTLS_E_BASE64_ENCODING_ERROR
enum GNUTLS_E_BASE64_ENCODING_ERROR;
Undocumented in source.
GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR
enum GNUTLS_E_BASE64_UNEXPECTED_HEADER_ERROR;
Undocumented in source.
GNUTLS_E_CERTIFICATE_ERROR
enum GNUTLS_E_CERTIFICATE_ERROR;
Undocumented in source.
GNUTLS_E_CERTIFICATE_KEY_MISMATCH
enum GNUTLS_E_CERTIFICATE_KEY_MISMATCH;
Undocumented in source.
GNUTLS_E_CERTIFICATE_LIST_UNSORTED
enum GNUTLS_E_CERTIFICATE_LIST_UNSORTED;
Undocumented in source.
GNUTLS_E_CERTIFICATE_REQUIRED
enum GNUTLS_E_CERTIFICATE_REQUIRED;
Undocumented in source.
GNUTLS_E_CERTIFICATE_TIME_ERROR
enum GNUTLS_E_CERTIFICATE_TIME_ERROR;
Undocumented in source.
GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR
enum GNUTLS_E_CERTIFICATE_VERIFICATION_ERROR;
Undocumented in source.
GNUTLS_E_CHANNEL_BINDING_NOT_AVAILABLE
enum GNUTLS_E_CHANNEL_BINDING_NOT_AVAILABLE;
Undocumented in source.
GNUTLS_E_COMPRESSION_FAILED
enum GNUTLS_E_COMPRESSION_FAILED;
Undocumented in source.
GNUTLS_E_CONSTRAINT_ERROR
enum GNUTLS_E_CONSTRAINT_ERROR;
Undocumented in source.
GNUTLS_E_CRL_VERIFICATION_ERROR
enum GNUTLS_E_CRL_VERIFICATION_ERROR;
Undocumented in source.
GNUTLS_E_CRYPTODEV_DEVICE_ERROR
enum GNUTLS_E_CRYPTODEV_DEVICE_ERROR;
Undocumented in source.
GNUTLS_E_CRYPTODEV_IOCTL_ERROR
enum GNUTLS_E_CRYPTODEV_IOCTL_ERROR;
Undocumented in source.
GNUTLS_E_CRYPTO_ALREADY_REGISTERED
enum GNUTLS_E_CRYPTO_ALREADY_REGISTERED;
Undocumented in source.
GNUTLS_E_CRYPTO_INIT_FAILED
enum GNUTLS_E_CRYPTO_INIT_FAILED;
Undocumented in source.
GNUTLS_E_DB_ENTRY_EXISTS
enum GNUTLS_E_DB_ENTRY_EXISTS;
Undocumented in source.
GNUTLS_E_DB_ERROR
enum GNUTLS_E_DB_ERROR;
Undocumented in source.
GNUTLS_E_DECOMPRESSION_FAILED
enum GNUTLS_E_DECOMPRESSION_FAILED;
Undocumented in source.
GNUTLS_E_DECRYPTION_FAILED
enum GNUTLS_E_DECRYPTION_FAILED;
Undocumented in source.
GNUTLS_E_DH_PRIME_UNACCEPTABLE
enum GNUTLS_E_DH_PRIME_UNACCEPTABLE;
Undocumented in source.
GNUTLS_E_EARLY_DATA_REJECTED
enum GNUTLS_E_EARLY_DATA_REJECTED;
Undocumented in source.
GNUTLS_E_ECC_NO_SUPPORTED_CURVES
enum GNUTLS_E_ECC_NO_SUPPORTED_CURVES;
Undocumented in source.
GNUTLS_E_ECC_UNSUPPORTED_CURVE
enum GNUTLS_E_ECC_UNSUPPORTED_CURVE;
Undocumented in source.
GNUTLS_E_ENCRYPTION_FAILED
enum GNUTLS_E_ENCRYPTION_FAILED;
Undocumented in source.
GNUTLS_E_ERROR_IN_FINISHED_PACKET
enum GNUTLS_E_ERROR_IN_FINISHED_PACKET;
Undocumented in source.
GNUTLS_E_EXPIRED
enum GNUTLS_E_EXPIRED;
Undocumented in source.
GNUTLS_E_FATAL_ALERT_RECEIVED
enum GNUTLS_E_FATAL_ALERT_RECEIVED;
Undocumented in source.
GNUTLS_E_FILE_ERROR
enum GNUTLS_E_FILE_ERROR;
Undocumented in source.
GNUTLS_E_GOT_APPLICATION_DATA
enum GNUTLS_E_GOT_APPLICATION_DATA;
Undocumented in source.
GNUTLS_E_HANDSHAKE_DURING_FALSE_START
enum GNUTLS_E_HANDSHAKE_DURING_FALSE_START;
Undocumented in source.
GNUTLS_E_HANDSHAKE_TOO_LARGE
enum GNUTLS_E_HANDSHAKE_TOO_LARGE;
Undocumented in source.
GNUTLS_E_HASH_FAILED
enum GNUTLS_E_HASH_FAILED;
Undocumented in source.
GNUTLS_E_HEARTBEAT_PING_RECEIVED
enum GNUTLS_E_HEARTBEAT_PING_RECEIVED;
Undocumented in source.
GNUTLS_E_HEARTBEAT_PONG_RECEIVED
enum GNUTLS_E_HEARTBEAT_PONG_RECEIVED;
Undocumented in source.
GNUTLS_E_IA_VERIFY_FAILED
enum GNUTLS_E_IA_VERIFY_FAILED;
Undocumented in source.
GNUTLS_E_IDNA_ERROR
enum GNUTLS_E_IDNA_ERROR;
Undocumented in source.
GNUTLS_E_ILLEGAL_PARAMETER
enum GNUTLS_E_ILLEGAL_PARAMETER;
Undocumented in source.
GNUTLS_E_ILLEGAL_SRP_USERNAME
enum GNUTLS_E_ILLEGAL_SRP_USERNAME;
Undocumented in source.
GNUTLS_E_INAPPROPRIATE_FALLBACK
enum GNUTLS_E_INAPPROPRIATE_FALLBACK;
Undocumented in source.
GNUTLS_E_INCOMPATIBLE_CRYPTO_LIBRARY
enum GNUTLS_E_INCOMPATIBLE_CRYPTO_LIBRARY;
Undocumented in source.
GNUTLS_E_INCOMPATIBLE_GCRYPT_LIBRARY
enum GNUTLS_E_INCOMPATIBLE_GCRYPT_LIBRARY;
Undocumented in source.
GNUTLS_E_INCOMPATIBLE_LIBTASN1_LIBRARY
enum GNUTLS_E_INCOMPATIBLE_LIBTASN1_LIBRARY;
Undocumented in source.
GNUTLS_E_INCOMPATIBLE_SIG_WITH_KEY
enum GNUTLS_E_INCOMPATIBLE_SIG_WITH_KEY;
Undocumented in source.
GNUTLS_E_INCOMPAT_DSA_KEY_WITH_TLS_PROTOCOL
enum GNUTLS_E_INCOMPAT_DSA_KEY_WITH_TLS_PROTOCOL;
Undocumented in source.
GNUTLS_E_INSUFFICIENT_CRED
enum GNUTLS_E_INSUFFICIENT_CRED;
Undocumented in source.
GNUTLS_E_INSUFFICIENT_CREDENTIALS
enum GNUTLS_E_INSUFFICIENT_CREDENTIALS;
Undocumented in source.
GNUTLS_E_INSUFFICIENT_SECURITY
enum GNUTLS_E_INSUFFICIENT_SECURITY;
Undocumented in source.
GNUTLS_E_INSUFICIENT_CRED
enum GNUTLS_E_INSUFICIENT_CRED;
Undocumented in source.
GNUTLS_E_INSUFICIENT_CREDENTIALS
enum GNUTLS_E_INSUFICIENT_CREDENTIALS;
Undocumented in source.
GNUTLS_E_INTERNAL_ERROR
enum GNUTLS_E_INTERNAL_ERROR;
Undocumented in source.
GNUTLS_E_INTERRUPTED
enum GNUTLS_E_INTERRUPTED;
Undocumented in source.
GNUTLS_E_INT_CHECK_AGAIN
enum GNUTLS_E_INT_CHECK_AGAIN;
Undocumented in source.
GNUTLS_E_INT_RET_0
enum GNUTLS_E_INT_RET_0;
Undocumented in source.
GNUTLS_E_INVALID_PASSWORD
enum GNUTLS_E_INVALID_PASSWORD;
Undocumented in source.
GNUTLS_E_INVALID_PASSWORD_STRING
enum GNUTLS_E_INVALID_PASSWORD_STRING;
Undocumented in source.
GNUTLS_E_INVALID_REQUEST
enum GNUTLS_E_INVALID_REQUEST;
Undocumented in source.
GNUTLS_E_INVALID_SESSION
enum GNUTLS_E_INVALID_SESSION;
Undocumented in source.
GNUTLS_E_INVALID_UTF8_EMAIL
enum GNUTLS_E_INVALID_UTF8_EMAIL;
Undocumented in source.
GNUTLS_E_INVALID_UTF8_STRING
enum GNUTLS_E_INVALID_UTF8_STRING;
Undocumented in source.
GNUTLS_E_KEYFILE_ERROR
enum GNUTLS_E_KEYFILE_ERROR;
Undocumented in source.
GNUTLS_E_KEYFILE_PARSING_ERROR
enum GNUTLS_E_KEYFILE_PARSING_ERROR;
Undocumented in source.
GNUTLS_E_KEY_IMPORT_FAILED
enum GNUTLS_E_KEY_IMPORT_FAILED;
Undocumented in source.
GNUTLS_E_KEY_USAGE_VIOLATION
enum GNUTLS_E_KEY_USAGE_VIOLATION;
Undocumented in source.
GNUTLS_E_LARGE_PACKET
enum GNUTLS_E_LARGE_PACKET;
Undocumented in source.
GNUTLS_E_LIB_IN_ERROR_STATE
enum GNUTLS_E_LIB_IN_ERROR_STATE;
Undocumented in source.
GNUTLS_E_LOCKING_ERROR
enum GNUTLS_E_LOCKING_ERROR;
Undocumented in source.
GNUTLS_E_MAC_VERIFY_FAILED
enum GNUTLS_E_MAC_VERIFY_FAILED;
Undocumented in source.
GNUTLS_E_MALFORMED_CIDR
enum GNUTLS_E_MALFORMED_CIDR;
Undocumented in source.
GNUTLS_E_MEMORY_ERROR
enum GNUTLS_E_MEMORY_ERROR;
Undocumented in source.
GNUTLS_E_MISSING_EXTENSION
enum GNUTLS_E_MISSING_EXTENSION;
Undocumented in source.
GNUTLS_E_MPI_PRINT_FAILED
enum GNUTLS_E_MPI_PRINT_FAILED;
Undocumented in source.
GNUTLS_E_MPI_SCAN_FAILED
enum GNUTLS_E_MPI_SCAN_FAILED;
Undocumented in source.
GNUTLS_E_NEED_FALLBACK
enum GNUTLS_E_NEED_FALLBACK;
Undocumented in source.
GNUTLS_E_NOT_YET_ACTIVATED
enum GNUTLS_E_NOT_YET_ACTIVATED;
Undocumented in source.
GNUTLS_E_NO_APPLICATION_PROTOCOL
enum GNUTLS_E_NO_APPLICATION_PROTOCOL;
Undocumented in source.
GNUTLS_E_NO_CERTIFICATE_FOUND
enum GNUTLS_E_NO_CERTIFICATE_FOUND;
Undocumented in source.
GNUTLS_E_NO_CERTIFICATE_STATUS
enum GNUTLS_E_NO_CERTIFICATE_STATUS;
Undocumented in source.
GNUTLS_E_NO_CIPHER_SUITES
enum GNUTLS_E_NO_CIPHER_SUITES;
Undocumented in source.
GNUTLS_E_NO_COMMON_KEY_SHARE
enum GNUTLS_E_NO_COMMON_KEY_SHARE;
Undocumented in source.
GNUTLS_E_NO_COMPRESSION_ALGORITHMS
enum GNUTLS_E_NO_COMPRESSION_ALGORITHMS;
Undocumented in source.
GNUTLS_E_NO_EMBEDDED_DATA
enum GNUTLS_E_NO_EMBEDDED_DATA;
Undocumented in source.
GNUTLS_E_NO_PRIORITIES_WERE_SET
enum GNUTLS_E_NO_PRIORITIES_WERE_SET;
Undocumented in source.
GNUTLS_E_NO_SELF_TEST
enum GNUTLS_E_NO_SELF_TEST;
Undocumented in source.
GNUTLS_E_NO_TEMPORARY_DH_PARAMS
enum GNUTLS_E_NO_TEMPORARY_DH_PARAMS;
Undocumented in source.
GNUTLS_E_NO_TEMPORARY_RSA_PARAMS
enum GNUTLS_E_NO_TEMPORARY_RSA_PARAMS;
Undocumented in source.
GNUTLS_E_OCSP_MISMATCH_WITH_CERTS
enum GNUTLS_E_OCSP_MISMATCH_WITH_CERTS;
Undocumented in source.
GNUTLS_E_OCSP_RESPONSE_ERROR
enum GNUTLS_E_OCSP_RESPONSE_ERROR;
Undocumented in source.
GNUTLS_E_OPENPGP_FINGERPRINT_UNSUPPORTED
enum GNUTLS_E_OPENPGP_FINGERPRINT_UNSUPPORTED;
Undocumented in source.
GNUTLS_E_OPENPGP_GETKEY_FAILED
enum GNUTLS_E_OPENPGP_GETKEY_FAILED;
Undocumented in source.
GNUTLS_E_OPENPGP_KEYRING_ERROR
enum GNUTLS_E_OPENPGP_KEYRING_ERROR;
Undocumented in source.
GNUTLS_E_OPENPGP_PREFERRED_KEY_ERROR
enum GNUTLS_E_OPENPGP_PREFERRED_KEY_ERROR;
Undocumented in source.
GNUTLS_E_OPENPGP_SUBKEY_ERROR
enum GNUTLS_E_OPENPGP_SUBKEY_ERROR;
Undocumented in source.
GNUTLS_E_OPENPGP_UID_REVOKED
enum GNUTLS_E_OPENPGP_UID_REVOKED;
Undocumented in source.
GNUTLS_E_PARSING_ERROR
enum GNUTLS_E_PARSING_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_ATTRIBUTE_ERROR
enum GNUTLS_E_PKCS11_ATTRIBUTE_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_DATA_ERROR
enum GNUTLS_E_PKCS11_DATA_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_DEVICE_ERROR
enum GNUTLS_E_PKCS11_DEVICE_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_ERROR
enum GNUTLS_E_PKCS11_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_KEY_ERROR
enum GNUTLS_E_PKCS11_KEY_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_LOAD_ERROR
enum GNUTLS_E_PKCS11_LOAD_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_PIN_ERROR
enum GNUTLS_E_PKCS11_PIN_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_PIN_EXPIRED
enum GNUTLS_E_PKCS11_PIN_EXPIRED;
Undocumented in source.
GNUTLS_E_PKCS11_PIN_LOCKED
enum GNUTLS_E_PKCS11_PIN_LOCKED;
Undocumented in source.
GNUTLS_E_PKCS11_REQUESTED_OBJECT_NOT_AVAILBLE
enum GNUTLS_E_PKCS11_REQUESTED_OBJECT_NOT_AVAILBLE;
Undocumented in source.
GNUTLS_E_PKCS11_SESSION_ERROR
enum GNUTLS_E_PKCS11_SESSION_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_SIGNATURE_ERROR
enum GNUTLS_E_PKCS11_SIGNATURE_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_SLOT_ERROR
enum GNUTLS_E_PKCS11_SLOT_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_TOKEN_ERROR
enum GNUTLS_E_PKCS11_TOKEN_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_UNSUPPORTED_FEATURE_ERROR
enum GNUTLS_E_PKCS11_UNSUPPORTED_FEATURE_ERROR;
Undocumented in source.
GNUTLS_E_PKCS11_USER_ERROR
enum GNUTLS_E_PKCS11_USER_ERROR;
Undocumented in source.
GNUTLS_E_PKCS1_WRONG_PAD
enum GNUTLS_E_PKCS1_WRONG_PAD;
Undocumented in source.
GNUTLS_E_PK_DECRYPTION_FAILED
enum GNUTLS_E_PK_DECRYPTION_FAILED;
Undocumented in source.
GNUTLS_E_PK_ENCRYPTION_FAILED
enum GNUTLS_E_PK_ENCRYPTION_FAILED;
Undocumented in source.
GNUTLS_E_PK_GENERATION_ERROR
enum GNUTLS_E_PK_GENERATION_ERROR;
Undocumented in source.
GNUTLS_E_PK_INVALID_PRIVKEY
enum GNUTLS_E_PK_INVALID_PRIVKEY;
Undocumented in source.
GNUTLS_E_PK_INVALID_PUBKEY
enum GNUTLS_E_PK_INVALID_PUBKEY;
Undocumented in source.
GNUTLS_E_PK_INVALID_PUBKEY_PARAMS
enum GNUTLS_E_PK_INVALID_PUBKEY_PARAMS;
Undocumented in source.
GNUTLS_E_PK_NO_VALIDATION_PARAMS
enum GNUTLS_E_PK_NO_VALIDATION_PARAMS;
Undocumented in source.
GNUTLS_E_PK_SIGN_FAILED
enum GNUTLS_E_PK_SIGN_FAILED;
Undocumented in source.
GNUTLS_E_PK_SIG_VERIFY_FAILED
enum GNUTLS_E_PK_SIG_VERIFY_FAILED;
Undocumented in source.
GNUTLS_E_PREMATURE_TERMINATION
enum GNUTLS_E_PREMATURE_TERMINATION;
Undocumented in source.
GNUTLS_E_PRIVKEY_VERIFICATION_ERROR
enum GNUTLS_E_PRIVKEY_VERIFICATION_ERROR;
Undocumented in source.
GNUTLS_E_PULL_ERROR
enum GNUTLS_E_PULL_ERROR;
Undocumented in source.
GNUTLS_E_PUSH_ERROR
enum GNUTLS_E_PUSH_ERROR;
Undocumented in source.
GNUTLS_E_RANDOM_DEVICE_ERROR
enum GNUTLS_E_RANDOM_DEVICE_ERROR;
Undocumented in source.
GNUTLS_E_RANDOM_FAILED
enum GNUTLS_E_RANDOM_FAILED;
Undocumented in source.
GNUTLS_E_REAUTH_REQUEST
enum GNUTLS_E_REAUTH_REQUEST;
Undocumented in source.
GNUTLS_E_RECEIVED_DISALLOWED_NAME
enum GNUTLS_E_RECEIVED_DISALLOWED_NAME;
Undocumented in source.
GNUTLS_E_RECEIVED_ILLEGAL_EXTENSION
enum GNUTLS_E_RECEIVED_ILLEGAL_EXTENSION;
Undocumented in source.
GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER
enum GNUTLS_E_RECEIVED_ILLEGAL_PARAMETER;
Undocumented in source.
GNUTLS_E_RECORD_LIMIT_REACHED
enum GNUTLS_E_RECORD_LIMIT_REACHED;
Undocumented in source.
GNUTLS_E_RECORD_OVERFLOW
enum GNUTLS_E_RECORD_OVERFLOW;
Undocumented in source.
GNUTLS_E_REHANDSHAKE
enum GNUTLS_E_REHANDSHAKE;
Undocumented in source.
GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE
enum GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE;
Undocumented in source.
GNUTLS_E_SAFE_RENEGOTIATION_FAILED
enum GNUTLS_E_SAFE_RENEGOTIATION_FAILED;
Undocumented in source.
GNUTLS_E_SELF_TEST_ERROR
enum GNUTLS_E_SELF_TEST_ERROR;
Undocumented in source.
GNUTLS_E_SESSION_EOF
enum GNUTLS_E_SESSION_EOF;
Undocumented in source.
GNUTLS_E_SESSION_USER_ID_CHANGED
enum GNUTLS_E_SESSION_USER_ID_CHANGED;
Undocumented in source.
GNUTLS_E_SHORT_MEMORY_BUFFER
enum GNUTLS_E_SHORT_MEMORY_BUFFER;
Undocumented in source.
GNUTLS_E_SOCKETS_INIT_ERROR
enum GNUTLS_E_SOCKETS_INIT_ERROR;
Undocumented in source.
GNUTLS_E_SRP_PWD_ERROR
enum GNUTLS_E_SRP_PWD_ERROR;
Undocumented in source.
GNUTLS_E_SRP_PWD_PARSING_ERROR
enum GNUTLS_E_SRP_PWD_PARSING_ERROR;
Undocumented in source.
GNUTLS_E_SUCCESS
enum GNUTLS_E_SUCCESS;
Undocumented in source.
GNUTLS_E_TIMEDOUT
enum GNUTLS_E_TIMEDOUT;
Undocumented in source.
GNUTLS_E_TLS_PACKET_DECODING_ERROR
enum GNUTLS_E_TLS_PACKET_DECODING_ERROR;
Undocumented in source.
GNUTLS_E_TOO_MANY_EMPTY_PACKETS
enum GNUTLS_E_TOO_MANY_EMPTY_PACKETS;
Undocumented in source.
GNUTLS_E_TOO_MANY_HANDSHAKE_PACKETS
enum GNUTLS_E_TOO_MANY_HANDSHAKE_PACKETS;
Undocumented in source.
GNUTLS_E_TOO_MANY_MATCHES
enum GNUTLS_E_TOO_MANY_MATCHES;
Undocumented in source.
GNUTLS_E_TPM_ERROR
enum GNUTLS_E_TPM_ERROR;
Undocumented in source.
GNUTLS_E_TPM_KEY_NOT_FOUND
enum GNUTLS_E_TPM_KEY_NOT_FOUND;
Undocumented in source.
GNUTLS_E_TPM_KEY_PASSWORD_ERROR
enum GNUTLS_E_TPM_KEY_PASSWORD_ERROR;
Undocumented in source.
GNUTLS_E_TPM_NO_LIB
enum GNUTLS_E_TPM_NO_LIB;
Undocumented in source.
GNUTLS_E_TPM_SESSION_ERROR
enum GNUTLS_E_TPM_SESSION_ERROR;
Undocumented in source.
GNUTLS_E_TPM_SRK_PASSWORD_ERROR
enum GNUTLS_E_TPM_SRK_PASSWORD_ERROR;
Undocumented in source.
GNUTLS_E_TPM_UNINITIALIZED
enum GNUTLS_E_TPM_UNINITIALIZED;
Undocumented in source.
GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKE
enum GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKE;
Undocumented in source.
GNUTLS_E_UNEXPECTED_EXTENSIONS_LENGTH
enum GNUTLS_E_UNEXPECTED_EXTENSIONS_LENGTH;
Undocumented in source.
GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET
enum GNUTLS_E_UNEXPECTED_HANDSHAKE_PACKET;
Undocumented in source.
GNUTLS_E_UNEXPECTED_PACKET
enum GNUTLS_E_UNEXPECTED_PACKET;
Undocumented in source.
GNUTLS_E_UNEXPECTED_PACKET_LENGTH
enum GNUTLS_E_UNEXPECTED_PACKET_LENGTH;
Undocumented in source.
GNUTLS_E_UNIMPLEMENTED_FEATURE
enum GNUTLS_E_UNIMPLEMENTED_FEATURE;
Undocumented in source.
GNUTLS_E_UNKNOWN_ALGORITHM
enum GNUTLS_E_UNKNOWN_ALGORITHM;
Undocumented in source.
GNUTLS_E_UNKNOWN_CIPHER_SUITE
enum GNUTLS_E_UNKNOWN_CIPHER_SUITE;
Undocumented in source.
GNUTLS_E_UNKNOWN_CIPHER_TYPE
enum GNUTLS_E_UNKNOWN_CIPHER_TYPE;
Undocumented in source.
GNUTLS_E_UNKNOWN_COMPRESSION_ALGORITHM
enum GNUTLS_E_UNKNOWN_COMPRESSION_ALGORITHM;
Undocumented in source.
GNUTLS_E_UNKNOWN_HASH_ALGORITHM
enum GNUTLS_E_UNKNOWN_HASH_ALGORITHM;
Undocumented in source.
GNUTLS_E_UNKNOWN_PKCS_BAG_TYPE
enum GNUTLS_E_UNKNOWN_PKCS_BAG_TYPE;
Undocumented in source.
GNUTLS_E_UNKNOWN_PKCS_CONTENT_TYPE
enum GNUTLS_E_UNKNOWN_PKCS_CONTENT_TYPE;
Undocumented in source.
GNUTLS_E_UNKNOWN_PK_ALGORITHM
enum GNUTLS_E_UNKNOWN_PK_ALGORITHM;
Undocumented in source.
GNUTLS_E_UNKNOWN_SRP_USERNAME
enum GNUTLS_E_UNKNOWN_SRP_USERNAME;
Undocumented in source.
GNUTLS_E_UNRECOGNIZED_NAME
enum GNUTLS_E_UNRECOGNIZED_NAME;
Undocumented in source.
GNUTLS_E_UNSAFE_RENEGOTIATION_DENIED
enum GNUTLS_E_UNSAFE_RENEGOTIATION_DENIED;
Undocumented in source.
GNUTLS_E_UNSUPPORTED_CERTIFICATE_TYPE
enum GNUTLS_E_UNSUPPORTED_CERTIFICATE_TYPE;
Undocumented in source.
GNUTLS_E_UNSUPPORTED_SIGNATURE_ALGORITHM
enum GNUTLS_E_UNSUPPORTED_SIGNATURE_ALGORITHM;
Undocumented in source.
GNUTLS_E_UNSUPPORTED_VERSION_PACKET
enum GNUTLS_E_UNSUPPORTED_VERSION_PACKET;
Undocumented in source.
GNUTLS_E_UNWANTED_ALGORITHM
enum GNUTLS_E_UNWANTED_ALGORITHM;
Undocumented in source.
GNUTLS_E_USER_ERROR
enum GNUTLS_E_USER_ERROR;
Undocumented in source.
GNUTLS_E_WARNING_ALERT_RECEIVED
enum GNUTLS_E_WARNING_ALERT_RECEIVED;
Undocumented in source.
GNUTLS_E_WARNING_IA_FPHF_RECEIVED
enum GNUTLS_E_WARNING_IA_FPHF_RECEIVED;
Undocumented in source.
GNUTLS_E_WARNING_IA_IPHF_RECEIVED
enum GNUTLS_E_WARNING_IA_IPHF_RECEIVED;
Undocumented in source.
GNUTLS_E_X509_CERTIFICATE_ERROR
enum GNUTLS_E_X509_CERTIFICATE_ERROR;
Undocumented in source.
GNUTLS_E_X509_DUPLICATE_EXTENSION
enum GNUTLS_E_X509_DUPLICATE_EXTENSION;
Undocumented in source.
GNUTLS_E_X509_UNKNOWN_SAN
enum GNUTLS_E_X509_UNKNOWN_SAN;
Undocumented in source.
GNUTLS_E_X509_UNSUPPORTED_ATTRIBUTE
enum GNUTLS_E_X509_UNSUPPORTED_ATTRIBUTE;
Undocumented in source.
GNUTLS_E_X509_UNSUPPORTED_CRITICAL_EXTENSION
enum GNUTLS_E_X509_UNSUPPORTED_CRITICAL_EXTENSION;
Undocumented in source.
GNUTLS_E_X509_UNSUPPORTED_EXTENSION
enum GNUTLS_E_X509_UNSUPPORTED_EXTENSION;
Undocumented in source.
GNUTLS_E_X509_UNSUPPORTED_OID
enum GNUTLS_E_X509_UNSUPPORTED_OID;
Undocumented in source.
GNUTLS_FIPS140_SET_MODE_THREAD
enum GNUTLS_FIPS140_SET_MODE_THREAD;
Undocumented in source.
GNUTLS_FORCE_CLIENT_CERT
enum GNUTLS_FORCE_CLIENT_CERT;
Undocumented in source.
GNUTLS_HANDSHAKE_ANY
enum GNUTLS_HANDSHAKE_ANY;
Undocumented in source.
GNUTLS_HB_LOCAL_ALLOWED_TO_SEND
enum GNUTLS_HB_LOCAL_ALLOWED_TO_SEND;
Undocumented in source.
GNUTLS_HB_PEER_ALLOWED_TO_SEND
enum GNUTLS_HB_PEER_ALLOWED_TO_SEND;
Undocumented in source.
GNUTLS_HB_PEER_NOT_ALLOWED_TO_SEND
enum GNUTLS_HB_PEER_NOT_ALLOWED_TO_SEND;
Undocumented in source.
GNUTLS_HEARTBEAT_WAIT
enum GNUTLS_HEARTBEAT_WAIT;
Undocumented in source.
GNUTLS_HOOK_BOTH
enum GNUTLS_HOOK_BOTH;
Undocumented in source.
GNUTLS_HOOK_POST
enum GNUTLS_HOOK_POST;
Undocumented in source.
GNUTLS_HOOK_PRE
enum GNUTLS_HOOK_PRE;
Undocumented in source.
GNUTLS_IDNA_FORCE_2008
enum GNUTLS_IDNA_FORCE_2008;
Undocumented in source.
GNUTLS_INDEFINITE_TIMEOUT
enum GNUTLS_INDEFINITE_TIMEOUT;
Undocumented in source.
GNUTLS_KEY_CRL_SIGN
enum GNUTLS_KEY_CRL_SIGN;
Undocumented in source.
GNUTLS_KEY_DATA_ENCIPHERMENT
enum GNUTLS_KEY_DATA_ENCIPHERMENT;
Undocumented in source.
GNUTLS_KEY_DECIPHER_ONLY
enum GNUTLS_KEY_DECIPHER_ONLY;
Undocumented in source.
GNUTLS_KEY_DIGITAL_SIGNATURE
enum GNUTLS_KEY_DIGITAL_SIGNATURE;
Undocumented in source.
GNUTLS_KEY_ENCIPHER_ONLY
enum GNUTLS_KEY_ENCIPHER_ONLY;
Undocumented in source.
GNUTLS_KEY_KEY_AGREEMENT
enum GNUTLS_KEY_KEY_AGREEMENT;
Undocumented in source.
GNUTLS_KEY_KEY_CERT_SIGN
enum GNUTLS_KEY_KEY_CERT_SIGN;
Undocumented in source.
GNUTLS_KEY_KEY_ENCIPHERMENT
enum GNUTLS_KEY_KEY_ENCIPHERMENT;
Undocumented in source.
GNUTLS_KEY_NON_REPUDIATION
enum GNUTLS_KEY_NON_REPUDIATION;
Undocumented in source.
GNUTLS_KU_PEER
enum GNUTLS_KU_PEER;
Undocumented in source.
GNUTLS_MAC_SHA
enum GNUTLS_MAC_SHA;
Undocumented in source.
GNUTLS_MAX_ALGORITHM_NUM
enum GNUTLS_MAX_ALGORITHM_NUM;
Undocumented in source.
GNUTLS_MAX_SESSION_ID
enum GNUTLS_MAX_SESSION_ID;
Undocumented in source.
GNUTLS_MAX_SESSION_ID_SIZE
enum GNUTLS_MAX_SESSION_ID_SIZE;
Undocumented in source.
GNUTLS_NONBLOCK
enum GNUTLS_NONBLOCK;
Undocumented in source.
GNUTLS_NO_EXTENSIONS
enum GNUTLS_NO_EXTENSIONS;
Undocumented in source.
GNUTLS_NO_REPLAY_PROTECTION
enum GNUTLS_NO_REPLAY_PROTECTION;
Undocumented in source.
GNUTLS_NO_SIGNAL
enum GNUTLS_NO_SIGNAL;
Undocumented in source.
GNUTLS_NO_TICKETS
enum GNUTLS_NO_TICKETS;
Undocumented in source.
GNUTLS_OCSP_SR_IS_AVAIL
enum GNUTLS_OCSP_SR_IS_AVAIL;
Undocumented in source.
GNUTLS_PKCS11_PIN_CONTEXT_SPECIFIC
enum GNUTLS_PKCS11_PIN_CONTEXT_SPECIFIC;
Undocumented in source.
GNUTLS_PKCS11_PIN_COUNT_LOW
enum GNUTLS_PKCS11_PIN_COUNT_LOW;
Undocumented in source.
GNUTLS_PKCS11_PIN_FINAL_TRY
enum GNUTLS_PKCS11_PIN_FINAL_TRY;
Undocumented in source.
GNUTLS_PKCS11_PIN_SO
enum GNUTLS_PKCS11_PIN_SO;
Undocumented in source.
GNUTLS_PKCS11_PIN_USER
enum GNUTLS_PKCS11_PIN_USER;
Undocumented in source.
GNUTLS_PKCS11_PIN_WRONG
enum GNUTLS_PKCS11_PIN_WRONG;
Undocumented in source.
GNUTLS_PK_EC
enum GNUTLS_PK_EC;
Undocumented in source.
GNUTLS_PK_ECC
enum GNUTLS_PK_ECC;
Undocumented in source.
GNUTLS_PK_ECDHX
enum GNUTLS_PK_ECDHX;
Undocumented in source.
GNUTLS_PRIORITY_INIT_DEF_APPEND
enum GNUTLS_PRIORITY_INIT_DEF_APPEND;
Undocumented in source.
GNUTLS_PRIORITY_LIST_INIT_KEYWORDS
enum GNUTLS_PRIORITY_LIST_INIT_KEYWORDS;
Undocumented in source.
GNUTLS_PRIORITY_LIST_SPECIAL
enum GNUTLS_PRIORITY_LIST_SPECIAL;
Undocumented in source.
GNUTLS_RECORD_WAIT
enum GNUTLS_RECORD_WAIT;
Undocumented in source.
GNUTLS_SCOMMIT_FLAG_ALLOW_BROKEN
enum GNUTLS_SCOMMIT_FLAG_ALLOW_BROKEN;
Undocumented in source.
GNUTLS_SEC_PARAM_NORMAL
enum GNUTLS_SEC_PARAM_NORMAL;
Undocumented in source.
GNUTLS_SERVER
enum GNUTLS_SERVER;
Undocumented in source.
GNUTLS_SIGN_FLAG_SECURE_FOR_CERTS
enum GNUTLS_SIGN_FLAG_SECURE_FOR_CERTS;
Undocumented in source.
GNUTLS_UTF8_IGNORE_ERRS
enum GNUTLS_UTF8_IGNORE_ERRS;
Undocumented in source.
GNUTLS_VERSION
enum GNUTLS_VERSION;
Undocumented in source.
GNUTLS_VERSION_MAJOR
enum GNUTLS_VERSION_MAJOR;
Undocumented in source.
GNUTLS_VERSION_MINOR
enum GNUTLS_VERSION_MINOR;
Undocumented in source.
GNUTLS_VERSION_NUMBER
enum GNUTLS_VERSION_NUMBER;
Undocumented in source.
GNUTLS_VERSION_PATCH
enum GNUTLS_VERSION_PATCH;
Undocumented in source.

Mixins

__anonymous
mixin externField!(gnutls_alloc_function, "gnutls_malloc")
Undocumented in source.
__anonymous
mixin externField!(gnutls_realloc_function, "gnutls_realloc")
Undocumented in source.
__anonymous
mixin externField!(gnutls_calloc_function, "gnutls_calloc")
Undocumented in source.
__anonymous
mixin externField!(gnutls_free_function, "gnutls_free")
Undocumented in source.
__anonymous
mixin externField!(char* function(const(char)*), "gnutls_strdup")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_8192_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_8192_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_4096_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_4096_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_3072_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_3072_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_2048_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_2048_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_1536_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_1536_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_1024_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_8192_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_8192_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const uint, "gnutls_ffdhe_8192_key_bits")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_6144_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_6144_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const uint, "gnutls_ffdhe_6144_key_bits")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_4096_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_4096_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const uint, "gnutls_ffdhe_4096_key_bits")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_3072_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_3072_group_generator")
Undocumented in source.
__anonymous
mixin externField!(const uint, "gnutls_ffdhe_3072_key_bits")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_2048_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_2048_group_q")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_3072_group_q")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_4096_group_q")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_6144_group_q")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_srp_1024_group_prime")
Undocumented in source.
__anonymous
mixin externField!(const uint, "gnutls_ffdhe_2048_key_bits")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_8192_group_q")
Undocumented in source.
__anonymous
mixin externField!(const gnutls_datum_t, "gnutls_ffdhe_2048_group_generator")
Undocumented in source.

Static variables

gnutls_alert_get
pgnutls_alert_get gnutls_alert_get;
Undocumented in source.
gnutls_alert_get_name
pgnutls_alert_get_name gnutls_alert_get_name;
Undocumented in source.
gnutls_alert_get_strname
pgnutls_alert_get_strname gnutls_alert_get_strname;
Undocumented in source.
gnutls_alert_send
pgnutls_alert_send gnutls_alert_send;
Undocumented in source.
gnutls_alert_send_appropriate
pgnutls_alert_send_appropriate gnutls_alert_send_appropriate;
Undocumented in source.
gnutls_alpn_get_selected_protocol
pgnutls_alpn_get_selected_protocol gnutls_alpn_get_selected_protocol;
Undocumented in source.
gnutls_alpn_set_protocols
pgnutls_alpn_set_protocols gnutls_alpn_set_protocols;
Undocumented in source.
gnutls_anon_allocate_client_credentials
pgnutls_anon_allocate_client_credentials gnutls_anon_allocate_client_credentials;
Undocumented in source.
gnutls_anon_allocate_server_credentials
pgnutls_anon_allocate_server_credentials gnutls_anon_allocate_server_credentials;
Undocumented in source.
gnutls_anon_free_client_credentials
pgnutls_anon_free_client_credentials gnutls_anon_free_client_credentials;
Undocumented in source.
gnutls_anon_free_server_credentials
pgnutls_anon_free_server_credentials gnutls_anon_free_server_credentials;
Undocumented in source.
gnutls_anon_set_params_function
pgnutls_anon_set_params_function gnutls_anon_set_params_function;
Undocumented in source.
gnutls_anon_set_server_dh_params
pgnutls_anon_set_server_dh_params gnutls_anon_set_server_dh_params;
Undocumented in source.
gnutls_anon_set_server_known_dh_params
pgnutls_anon_set_server_known_dh_params gnutls_anon_set_server_known_dh_params;
Undocumented in source.
gnutls_anon_set_server_params_function
pgnutls_anon_set_server_params_function gnutls_anon_set_server_params_function;
Undocumented in source.
gnutls_anti_replay_deinit
pgnutls_anti_replay_deinit gnutls_anti_replay_deinit;
Undocumented in source.
gnutls_anti_replay_enable
pgnutls_anti_replay_enable gnutls_anti_replay_enable;
Undocumented in source.
gnutls_anti_replay_init
pgnutls_anti_replay_init gnutls_anti_replay_init;
Undocumented in source.
gnutls_anti_replay_set_add_function
pgnutls_anti_replay_set_add_function gnutls_anti_replay_set_add_function;
Undocumented in source.
gnutls_anti_replay_set_ptr
pgnutls_anti_replay_set_ptr gnutls_anti_replay_set_ptr;
Undocumented in source.
gnutls_anti_replay_set_window
pgnutls_anti_replay_set_window gnutls_anti_replay_set_window;
Undocumented in source.
gnutls_auth_client_get_type
pgnutls_auth_client_get_type gnutls_auth_client_get_type;
Undocumented in source.
gnutls_auth_get_type
pgnutls_auth_get_type gnutls_auth_get_type;
Undocumented in source.
gnutls_auth_server_get_type
pgnutls_auth_server_get_type gnutls_auth_server_get_type;
Undocumented in source.
gnutls_base64_decode2
pgnutls_base64_decode2 gnutls_base64_decode2;
Undocumented in source.
gnutls_base64_encode2
pgnutls_base64_encode2 gnutls_base64_encode2;
Undocumented in source.
gnutls_buffer_append_data
pgnutls_buffer_append_data gnutls_buffer_append_data;
Undocumented in source.
gnutls_bye
pgnutls_bye gnutls_bye;
Undocumented in source.
gnutls_calloc
gnutls_calloc_function gnutls_calloc;
Undocumented 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_activation_time_peers
pgnutls_certificate_activation_time_peers gnutls_certificate_activation_time_peers;
Undocumented in source.
gnutls_certificate_allocate_credentials
pgnutls_certificate_allocate_credentials gnutls_certificate_allocate_credentials;
Undocumented in source.
gnutls_certificate_client_get_request_status
pgnutls_certificate_client_get_request_status gnutls_certificate_client_get_request_status;
Undocumented in source.
gnutls_certificate_expiration_time_peers
pgnutls_certificate_expiration_time_peers gnutls_certificate_expiration_time_peers;
Undocumented in source.
gnutls_certificate_free_ca_names
pgnutls_certificate_free_ca_names gnutls_certificate_free_ca_names;
Undocumented in source.
gnutls_certificate_free_cas
pgnutls_certificate_free_cas gnutls_certificate_free_cas;
Undocumented in source.
gnutls_certificate_free_credentials
pgnutls_certificate_free_credentials gnutls_certificate_free_credentials;
Undocumented in source.
gnutls_certificate_free_crls
pgnutls_certificate_free_crls gnutls_certificate_free_crls;
Undocumented in source.
gnutls_certificate_free_keys
pgnutls_certificate_free_keys gnutls_certificate_free_keys;
Undocumented in source.
gnutls_certificate_get_crt_raw
pgnutls_certificate_get_crt_raw gnutls_certificate_get_crt_raw;
Undocumented in source.
gnutls_certificate_get_issuer
pgnutls_certificate_get_issuer gnutls_certificate_get_issuer;
Undocumented in source.
gnutls_certificate_get_ocsp_expiration
pgnutls_certificate_get_ocsp_expiration gnutls_certificate_get_ocsp_expiration;
Undocumented in source.
gnutls_certificate_get_ours
pgnutls_certificate_get_ours gnutls_certificate_get_ours;
Undocumented in source.
gnutls_certificate_get_peers
pgnutls_certificate_get_peers gnutls_certificate_get_peers;
Undocumented in source.
gnutls_certificate_get_peers_subkey_id
pgnutls_certificate_get_peers_subkey_id gnutls_certificate_get_peers_subkey_id;
Undocumented in source.
gnutls_certificate_get_verify_flags
pgnutls_certificate_get_verify_flags gnutls_certificate_get_verify_flags;
Undocumented in source.
gnutls_certificate_get_x509_crt
pgnutls_certificate_get_x509_crt gnutls_certificate_get_x509_crt;
Undocumented in source.
gnutls_certificate_get_x509_key
pgnutls_certificate_get_x509_key gnutls_certificate_get_x509_key;
Undocumented in source.
gnutls_certificate_send_x509_rdn_sequence
pgnutls_certificate_send_x509_rdn_sequence gnutls_certificate_send_x509_rdn_sequence;
Undocumented in source.
gnutls_certificate_server_set_request
pgnutls_certificate_server_set_request gnutls_certificate_server_set_request;
Undocumented in source.
gnutls_certificate_set_dh_params
pgnutls_certificate_set_dh_params gnutls_certificate_set_dh_params;
Undocumented in source.
gnutls_certificate_set_flags
pgnutls_certificate_set_flags gnutls_certificate_set_flags;
Undocumented in source.
gnutls_certificate_set_known_dh_params
pgnutls_certificate_set_known_dh_params gnutls_certificate_set_known_dh_params;
Undocumented in source.
gnutls_certificate_set_ocsp_status_request_file
pgnutls_certificate_set_ocsp_status_request_file gnutls_certificate_set_ocsp_status_request_file;
Undocumented in source.
gnutls_certificate_set_ocsp_status_request_file2
pgnutls_certificate_set_ocsp_status_request_file2 gnutls_certificate_set_ocsp_status_request_file2;
Undocumented in source.
gnutls_certificate_set_ocsp_status_request_function
pgnutls_certificate_set_ocsp_status_request_function gnutls_certificate_set_ocsp_status_request_function;
Undocumented in source.
gnutls_certificate_set_ocsp_status_request_function2
pgnutls_certificate_set_ocsp_status_request_function2 gnutls_certificate_set_ocsp_status_request_function2;
Undocumented in source.
gnutls_certificate_set_ocsp_status_request_mem
pgnutls_certificate_set_ocsp_status_request_mem gnutls_certificate_set_ocsp_status_request_mem;
Undocumented in source.
gnutls_certificate_set_params_function
pgnutls_certificate_set_params_function gnutls_certificate_set_params_function;
Undocumented in source.
gnutls_certificate_set_pin_function
pgnutls_certificate_set_pin_function gnutls_certificate_set_pin_function;
Undocumented in source.
gnutls_certificate_set_rawpk_key_file
pgnutls_certificate_set_rawpk_key_file gnutls_certificate_set_rawpk_key_file;
Undocumented in source.
gnutls_certificate_set_rawpk_key_mem
pgnutls_certificate_set_rawpk_key_mem gnutls_certificate_set_rawpk_key_mem;
Undocumented in source.
gnutls_certificate_set_retrieve_function
pgnutls_certificate_set_retrieve_function gnutls_certificate_set_retrieve_function;
Undocumented in source.
gnutls_certificate_set_verify_flags
pgnutls_certificate_set_verify_flags gnutls_certificate_set_verify_flags;
Undocumented in source.
gnutls_certificate_set_verify_function
pgnutls_certificate_set_verify_function gnutls_certificate_set_verify_function;
Undocumented in source.
gnutls_certificate_set_verify_limits
pgnutls_certificate_set_verify_limits gnutls_certificate_set_verify_limits;
Undocumented in source.
gnutls_certificate_set_x509_crl
pgnutls_certificate_set_x509_crl gnutls_certificate_set_x509_crl;
Undocumented in source.
gnutls_certificate_set_x509_crl_file
pgnutls_certificate_set_x509_crl_file gnutls_certificate_set_x509_crl_file;
Undocumented in source.
gnutls_certificate_set_x509_crl_mem
pgnutls_certificate_set_x509_crl_mem gnutls_certificate_set_x509_crl_mem;
Undocumented in source.
gnutls_certificate_set_x509_key
pgnutls_certificate_set_x509_key gnutls_certificate_set_x509_key;
Undocumented in source.
gnutls_certificate_set_x509_key_file
pgnutls_certificate_set_x509_key_file gnutls_certificate_set_x509_key_file;
Undocumented in source.
gnutls_certificate_set_x509_key_file2
pgnutls_certificate_set_x509_key_file2 gnutls_certificate_set_x509_key_file2;
Undocumented in source.
gnutls_certificate_set_x509_key_mem
pgnutls_certificate_set_x509_key_mem gnutls_certificate_set_x509_key_mem;
Undocumented in source.
gnutls_certificate_set_x509_key_mem2
pgnutls_certificate_set_x509_key_mem2 gnutls_certificate_set_x509_key_mem2;
Undocumented in source.
gnutls_certificate_set_x509_simple_pkcs12_file
pgnutls_certificate_set_x509_simple_pkcs12_file gnutls_certificate_set_x509_simple_pkcs12_file;
Undocumented in source.
gnutls_certificate_set_x509_simple_pkcs12_mem
pgnutls_certificate_set_x509_simple_pkcs12_mem gnutls_certificate_set_x509_simple_pkcs12_mem;
Undocumented in source.
gnutls_certificate_set_x509_system_trust
pgnutls_certificate_set_x509_system_trust gnutls_certificate_set_x509_system_trust;
Undocumented in source.
gnutls_certificate_set_x509_trust
pgnutls_certificate_set_x509_trust gnutls_certificate_set_x509_trust;
Undocumented in source.
gnutls_certificate_set_x509_trust_dir
pgnutls_certificate_set_x509_trust_dir gnutls_certificate_set_x509_trust_dir;
Undocumented in source.
gnutls_certificate_set_x509_trust_file
pgnutls_certificate_set_x509_trust_file gnutls_certificate_set_x509_trust_file;
Undocumented in source.
gnutls_certificate_set_x509_trust_mem
pgnutls_certificate_set_x509_trust_mem gnutls_certificate_set_x509_trust_mem;
Undocumented in source.
gnutls_certificate_type_get
pgnutls_certificate_type_get gnutls_certificate_type_get;
Undocumented in source.
gnutls_certificate_type_get2
pgnutls_certificate_type_get2 gnutls_certificate_type_get2;
Undocumented in source.
gnutls_certificate_type_get_id
pgnutls_certificate_type_get_id gnutls_certificate_type_get_id;
Undocumented in source.
gnutls_certificate_type_get_name
pgnutls_certificate_type_get_name gnutls_certificate_type_get_name;
Undocumented in source.
gnutls_certificate_type_list
pgnutls_certificate_type_list gnutls_certificate_type_list;
Undocumented in source.
gnutls_certificate_verification_status_print
pgnutls_certificate_verification_status_print gnutls_certificate_verification_status_print;
Undocumented in source.
gnutls_certificate_verify_peers
pgnutls_certificate_verify_peers gnutls_certificate_verify_peers;
Undocumented in source.
gnutls_certificate_verify_peers2
pgnutls_certificate_verify_peers2 gnutls_certificate_verify_peers2;
Undocumented in source.
gnutls_certificate_verify_peers3
pgnutls_certificate_verify_peers3 gnutls_certificate_verify_peers3;
Undocumented in source.
gnutls_check_version
pgnutls_check_version gnutls_check_version;
Undocumented in source.
gnutls_cipher_get
pgnutls_cipher_get gnutls_cipher_get;
Undocumented in source.
gnutls_cipher_get_id
pgnutls_cipher_get_id gnutls_cipher_get_id;
Undocumented in source.
gnutls_cipher_get_key_size
pgnutls_cipher_get_key_size gnutls_cipher_get_key_size;
Undocumented in source.
gnutls_cipher_get_name
pgnutls_cipher_get_name gnutls_cipher_get_name;
Undocumented in source.
gnutls_cipher_list
pgnutls_cipher_list gnutls_cipher_list;
Undocumented in source.
gnutls_cipher_suite_get_name
pgnutls_cipher_suite_get_name gnutls_cipher_suite_get_name;
Undocumented in source.
gnutls_cipher_suite_info
pgnutls_cipher_suite_info gnutls_cipher_suite_info;
Undocumented in source.
gnutls_credentials_clear
pgnutls_credentials_clear gnutls_credentials_clear;
Undocumented in source.
gnutls_credentials_get
pgnutls_credentials_get gnutls_credentials_get;
Undocumented in source.
gnutls_credentials_set
pgnutls_credentials_set gnutls_credentials_set;
Undocumented in source.
gnutls_db_check_entry
pgnutls_db_check_entry gnutls_db_check_entry;
Undocumented in source.
gnutls_db_check_entry_expire_time
pgnutls_db_check_entry_expire_time gnutls_db_check_entry_expire_time;
Undocumented in source.
gnutls_db_check_entry_time
pgnutls_db_check_entry_time gnutls_db_check_entry_time;
Undocumented in source.
gnutls_db_get_default_cache_expiration
pgnutls_db_get_default_cache_expiration gnutls_db_get_default_cache_expiration;
Undocumented in source.
gnutls_db_get_ptr
pgnutls_db_get_ptr gnutls_db_get_ptr;
Undocumented in source.
gnutls_db_remove_session
pgnutls_db_remove_session gnutls_db_remove_session;
Undocumented in source.
gnutls_db_set_cache_expiration
pgnutls_db_set_cache_expiration gnutls_db_set_cache_expiration;
Undocumented in source.
gnutls_db_set_ptr
pgnutls_db_set_ptr gnutls_db_set_ptr;
Undocumented in source.
gnutls_db_set_remove_function
pgnutls_db_set_remove_function gnutls_db_set_remove_function;
Undocumented in source.
gnutls_db_set_retrieve_function
pgnutls_db_set_retrieve_function gnutls_db_set_retrieve_function;
Undocumented in source.
gnutls_db_set_store_function
pgnutls_db_set_store_function gnutls_db_set_store_function;
Undocumented in source.
gnutls_deinit
pgnutls_deinit gnutls_deinit;
Undocumented in source.
gnutls_dh_get_group
pgnutls_dh_get_group gnutls_dh_get_group;
Undocumented in source.
gnutls_dh_get_peers_public_bits
pgnutls_dh_get_peers_public_bits gnutls_dh_get_peers_public_bits;
Undocumented in source.
gnutls_dh_get_prime_bits
pgnutls_dh_get_prime_bits gnutls_dh_get_prime_bits;
Undocumented in source.
gnutls_dh_get_pubkey
pgnutls_dh_get_pubkey gnutls_dh_get_pubkey;
Undocumented in source.
gnutls_dh_get_secret_bits
pgnutls_dh_get_secret_bits gnutls_dh_get_secret_bits;
Undocumented in source.
gnutls_dh_params_cpy
pgnutls_dh_params_cpy gnutls_dh_params_cpy;
Undocumented in source.
gnutls_dh_params_deinit
pgnutls_dh_params_deinit gnutls_dh_params_deinit;
Undocumented in source.
gnutls_dh_params_export2_pkcs3
pgnutls_dh_params_export2_pkcs3 gnutls_dh_params_export2_pkcs3;
Undocumented in source.
gnutls_dh_params_export_pkcs3
pgnutls_dh_params_export_pkcs3 gnutls_dh_params_export_pkcs3;
Undocumented in source.
gnutls_dh_params_export_raw
pgnutls_dh_params_export_raw gnutls_dh_params_export_raw;
Undocumented in source.
gnutls_dh_params_generate2
pgnutls_dh_params_generate2 gnutls_dh_params_generate2;
Undocumented in source.
gnutls_dh_params_import_dsa
pgnutls_dh_params_import_dsa gnutls_dh_params_import_dsa;
Undocumented in source.
gnutls_dh_params_import_pkcs3
pgnutls_dh_params_import_pkcs3 gnutls_dh_params_import_pkcs3;
Undocumented in source.
gnutls_dh_params_import_raw
pgnutls_dh_params_import_raw gnutls_dh_params_import_raw;
Undocumented in source.
gnutls_dh_params_import_raw2
pgnutls_dh_params_import_raw2 gnutls_dh_params_import_raw2;
Undocumented in source.
gnutls_dh_params_import_raw3
pgnutls_dh_params_import_raw3 gnutls_dh_params_import_raw3;
Undocumented in source.
gnutls_dh_params_init
pgnutls_dh_params_init gnutls_dh_params_init;
Undocumented in source.
gnutls_dh_set_prime_bits
pgnutls_dh_set_prime_bits gnutls_dh_set_prime_bits;
Undocumented in source.
gnutls_digest_get_id
pgnutls_digest_get_id gnutls_digest_get_id;
Undocumented in source.
gnutls_digest_get_name
pgnutls_digest_get_name gnutls_digest_get_name;
Undocumented in source.
gnutls_digest_get_oid
pgnutls_digest_get_oid gnutls_digest_get_oid;
Undocumented in source.
gnutls_digest_list
pgnutls_digest_list gnutls_digest_list;
Undocumented in source.
gnutls_ecc_curve_get
pgnutls_ecc_curve_get gnutls_ecc_curve_get;
Undocumented in source.
gnutls_ecc_curve_get_id
pgnutls_ecc_curve_get_id gnutls_ecc_curve_get_id;
Undocumented in source.
gnutls_ecc_curve_get_name
pgnutls_ecc_curve_get_name gnutls_ecc_curve_get_name;
Undocumented in source.
gnutls_ecc_curve_get_oid
pgnutls_ecc_curve_get_oid gnutls_ecc_curve_get_oid;
Undocumented in source.
gnutls_ecc_curve_get_pk
pgnutls_ecc_curve_get_pk gnutls_ecc_curve_get_pk;
Undocumented in source.
gnutls_ecc_curve_get_size
pgnutls_ecc_curve_get_size gnutls_ecc_curve_get_size;
Undocumented in source.
gnutls_ecc_curve_list
pgnutls_ecc_curve_list gnutls_ecc_curve_list;
Undocumented in source.
gnutls_error_is_fatal
pgnutls_error_is_fatal gnutls_error_is_fatal;
Undocumented in source.
gnutls_error_to_alert
pgnutls_error_to_alert gnutls_error_to_alert;
Undocumented in source.
gnutls_est_record_overhead_size
pgnutls_est_record_overhead_size gnutls_est_record_overhead_size;
Undocumented in source.
gnutls_ext_get_current_msg
pgnutls_ext_get_current_msg gnutls_ext_get_current_msg;
Undocumented in source.
gnutls_ext_get_data
pgnutls_ext_get_data gnutls_ext_get_data;
Undocumented in source.
gnutls_ext_get_name
pgnutls_ext_get_name gnutls_ext_get_name;
Undocumented in source.
gnutls_ext_get_name2
pgnutls_ext_get_name2 gnutls_ext_get_name2;
Undocumented in source.
gnutls_ext_raw_parse
pgnutls_ext_raw_parse gnutls_ext_raw_parse;
Undocumented in source.
gnutls_ext_register
pgnutls_ext_register gnutls_ext_register;
Undocumented in source.
gnutls_ext_set_data
pgnutls_ext_set_data gnutls_ext_set_data;
Undocumented in source.
gnutls_ffdhe_2048_group_generator
gnutls_datum_t gnutls_ffdhe_2048_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_2048_group_prime
gnutls_datum_t gnutls_ffdhe_2048_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_2048_group_q
gnutls_datum_t gnutls_ffdhe_2048_group_q;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_2048_key_bits
uint gnutls_ffdhe_2048_key_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_ffdhe_3072_group_generator
gnutls_datum_t gnutls_ffdhe_3072_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_3072_group_prime
gnutls_datum_t gnutls_ffdhe_3072_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_3072_group_q
gnutls_datum_t gnutls_ffdhe_3072_group_q;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_3072_key_bits
uint gnutls_ffdhe_3072_key_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_ffdhe_4096_group_generator
gnutls_datum_t gnutls_ffdhe_4096_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_4096_group_prime
gnutls_datum_t gnutls_ffdhe_4096_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_4096_group_q
gnutls_datum_t gnutls_ffdhe_4096_group_q;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_4096_key_bits
uint gnutls_ffdhe_4096_key_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_ffdhe_6144_group_generator
gnutls_datum_t gnutls_ffdhe_6144_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_6144_group_prime
gnutls_datum_t gnutls_ffdhe_6144_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_6144_group_q
gnutls_datum_t gnutls_ffdhe_6144_group_q;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_6144_key_bits
uint gnutls_ffdhe_6144_key_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_ffdhe_8192_group_generator
gnutls_datum_t gnutls_ffdhe_8192_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_8192_group_prime
gnutls_datum_t gnutls_ffdhe_8192_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_8192_group_q
gnutls_datum_t gnutls_ffdhe_8192_group_q;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_ffdhe_8192_key_bits
uint gnutls_ffdhe_8192_key_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_fingerprint
pgnutls_fingerprint gnutls_fingerprint;
Undocumented in source.
gnutls_fips140_mode_enabled
pgnutls_fips140_mode_enabled gnutls_fips140_mode_enabled;
Undocumented in source.
gnutls_fips140_set_mode
pgnutls_fips140_set_mode gnutls_fips140_set_mode;
Undocumented in source.
gnutls_free
gnutls_free_function gnutls_free;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_get_system_config_file
pgnutls_get_system_config_file gnutls_get_system_config_file;
Undocumented in source.
gnutls_global_deinit
pgnutls_global_deinit gnutls_global_deinit;
Undocumented in source.
gnutls_global_init
pgnutls_global_init gnutls_global_init;
Undocumented in source.
gnutls_global_set_audit_log_function
pgnutls_global_set_audit_log_function gnutls_global_set_audit_log_function;
Undocumented in source.
gnutls_global_set_log_function
pgnutls_global_set_log_function gnutls_global_set_log_function;
Undocumented in source.
gnutls_global_set_log_level
pgnutls_global_set_log_level gnutls_global_set_log_level;
Undocumented in source.
gnutls_global_set_mutex
pgnutls_global_set_mutex gnutls_global_set_mutex;
Undocumented in source.
gnutls_global_set_time_function
pgnutls_global_set_time_function gnutls_global_set_time_function;
Undocumented in source.
gnutls_gost_paramset_get_name
pgnutls_gost_paramset_get_name gnutls_gost_paramset_get_name;
Undocumented in source.
gnutls_gost_paramset_get_oid
pgnutls_gost_paramset_get_oid gnutls_gost_paramset_get_oid;
Undocumented in source.
gnutls_group_get
pgnutls_group_get gnutls_group_get;
Undocumented in source.
gnutls_group_get_id
pgnutls_group_get_id gnutls_group_get_id;
Undocumented in source.
gnutls_group_get_name
pgnutls_group_get_name gnutls_group_get_name;
Undocumented in source.
gnutls_group_list
pgnutls_group_list gnutls_group_list;
Undocumented in source.
gnutls_handshake
pgnutls_handshake gnutls_handshake;
Undocumented in source.
gnutls_handshake_get_last_in
pgnutls_handshake_get_last_in gnutls_handshake_get_last_in;
Undocumented in source.
gnutls_handshake_get_last_out
pgnutls_handshake_get_last_out gnutls_handshake_get_last_out;
Undocumented in source.
gnutls_handshake_set_hook_function
pgnutls_handshake_set_hook_function gnutls_handshake_set_hook_function;
Undocumented in source.
gnutls_handshake_set_max_packet_length
pgnutls_handshake_set_max_packet_length gnutls_handshake_set_max_packet_length;
Undocumented in source.
gnutls_handshake_set_post_client_hello_function
pgnutls_handshake_set_post_client_hello_function gnutls_handshake_set_post_client_hello_function;
Undocumented in source.
gnutls_handshake_set_private_extensions
pgnutls_handshake_set_private_extensions gnutls_handshake_set_private_extensions;
Undocumented in source.
gnutls_handshake_set_random
pgnutls_handshake_set_random gnutls_handshake_set_random;
Undocumented in source.
gnutls_handshake_set_timeout
pgnutls_handshake_set_timeout gnutls_handshake_set_timeout;
Undocumented in source.
gnutls_heartbeat_allowed
pgnutls_heartbeat_allowed gnutls_heartbeat_allowed;
Undocumented in source.
gnutls_heartbeat_enable
pgnutls_heartbeat_enable gnutls_heartbeat_enable;
Undocumented in source.
gnutls_heartbeat_get_timeout
pgnutls_heartbeat_get_timeout gnutls_heartbeat_get_timeout;
Undocumented in source.
gnutls_heartbeat_ping
pgnutls_heartbeat_ping gnutls_heartbeat_ping;
Undocumented in source.
gnutls_heartbeat_pong
pgnutls_heartbeat_pong gnutls_heartbeat_pong;
Undocumented in source.
gnutls_heartbeat_set_timeouts
pgnutls_heartbeat_set_timeouts gnutls_heartbeat_set_timeouts;
Undocumented in source.
gnutls_hex2bin
pgnutls_hex2bin gnutls_hex2bin;
Undocumented in source.
gnutls_hex_decode
pgnutls_hex_decode gnutls_hex_decode;
Undocumented in source.
gnutls_hex_decode2
pgnutls_hex_decode2 gnutls_hex_decode2;
Undocumented in source.
gnutls_hex_encode
pgnutls_hex_encode gnutls_hex_encode;
Undocumented in source.
gnutls_hex_encode2
pgnutls_hex_encode2 gnutls_hex_encode2;
Undocumented in source.
gnutls_idna_map
pgnutls_idna_map gnutls_idna_map;
Undocumented in source.
gnutls_idna_reverse_map
pgnutls_idna_reverse_map gnutls_idna_reverse_map;
Undocumented in source.
gnutls_init
pgnutls_init gnutls_init;
Undocumented in source.
gnutls_key_generate
pgnutls_key_generate gnutls_key_generate;
Undocumented in source.
gnutls_kx_get
pgnutls_kx_get gnutls_kx_get;
Undocumented in source.
gnutls_kx_get_id
pgnutls_kx_get_id gnutls_kx_get_id;
Undocumented in source.
gnutls_kx_get_name
pgnutls_kx_get_name gnutls_kx_get_name;
Undocumented in source.
gnutls_kx_list
pgnutls_kx_list gnutls_kx_list;
Undocumented in source.
gnutls_load_file
pgnutls_load_file gnutls_load_file;
Undocumented in source.
gnutls_mac_get
pgnutls_mac_get gnutls_mac_get;
Undocumented in source.
gnutls_mac_get_id
pgnutls_mac_get_id gnutls_mac_get_id;
Undocumented in source.
gnutls_mac_get_key_size
pgnutls_mac_get_key_size gnutls_mac_get_key_size;
Undocumented in source.
gnutls_mac_get_name
pgnutls_mac_get_name gnutls_mac_get_name;
Undocumented in source.
gnutls_mac_list
pgnutls_mac_list gnutls_mac_list;
Undocumented in source.
gnutls_malloc
gnutls_alloc_function gnutls_malloc;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_memcmp
pgnutls_memcmp gnutls_memcmp;
Undocumented in source.
gnutls_memset
pgnutls_memset gnutls_memset;
Undocumented in source.
gnutls_ocsp_status_request_enable_client
pgnutls_ocsp_status_request_enable_client gnutls_ocsp_status_request_enable_client;
Undocumented in source.
gnutls_ocsp_status_request_get
pgnutls_ocsp_status_request_get gnutls_ocsp_status_request_get;
Undocumented in source.
gnutls_ocsp_status_request_get2
pgnutls_ocsp_status_request_get2 gnutls_ocsp_status_request_get2;
Undocumented in source.
gnutls_ocsp_status_request_is_checked
pgnutls_ocsp_status_request_is_checked gnutls_ocsp_status_request_is_checked;
Undocumented in source.
gnutls_oid_to_digest
pgnutls_oid_to_digest gnutls_oid_to_digest;
Undocumented in source.
gnutls_oid_to_ecc_curve
pgnutls_oid_to_ecc_curve gnutls_oid_to_ecc_curve;
Undocumented in source.
gnutls_oid_to_gost_paramset
pgnutls_oid_to_gost_paramset gnutls_oid_to_gost_paramset;
Undocumented in source.
gnutls_oid_to_mac
pgnutls_oid_to_mac gnutls_oid_to_mac;
Undocumented in source.
gnutls_oid_to_pk
pgnutls_oid_to_pk gnutls_oid_to_pk;
Undocumented in source.
gnutls_oid_to_sign
pgnutls_oid_to_sign gnutls_oid_to_sign;
Undocumented in source.
gnutls_openpgp_send_cert
pgnutls_openpgp_send_cert gnutls_openpgp_send_cert;
Undocumented in source.
gnutls_packet_deinit
pgnutls_packet_deinit gnutls_packet_deinit;
Undocumented in source.
gnutls_packet_get
pgnutls_packet_get gnutls_packet_get;
Undocumented in source.
gnutls_pem_base64_decode
pgnutls_pem_base64_decode gnutls_pem_base64_decode;
Undocumented in source.
gnutls_pem_base64_decode2
pgnutls_pem_base64_decode2 gnutls_pem_base64_decode2;
Undocumented in source.
gnutls_pem_base64_encode
pgnutls_pem_base64_encode gnutls_pem_base64_encode;
Undocumented in source.
gnutls_pem_base64_encode2
pgnutls_pem_base64_encode2 gnutls_pem_base64_encode2;
Undocumented in source.
gnutls_perror
pgnutls_perror gnutls_perror;
Undocumented in source.
gnutls_pk_algorithm_get_name
pgnutls_pk_algorithm_get_name gnutls_pk_algorithm_get_name;
Undocumented in source.
gnutls_pk_bits_to_sec_param
pgnutls_pk_bits_to_sec_param gnutls_pk_bits_to_sec_param;
Undocumented in source.
gnutls_pk_get_id
pgnutls_pk_get_id gnutls_pk_get_id;
Undocumented in source.
gnutls_pk_get_name
pgnutls_pk_get_name gnutls_pk_get_name;
Undocumented in source.
gnutls_pk_get_oid
pgnutls_pk_get_oid gnutls_pk_get_oid;
Undocumented in source.
gnutls_pk_list
pgnutls_pk_list gnutls_pk_list;
Undocumented in source.
gnutls_pk_to_sign
pgnutls_pk_to_sign gnutls_pk_to_sign;
Undocumented in source.
gnutls_prf
pgnutls_prf gnutls_prf;
Undocumented in source.
gnutls_prf_early
pgnutls_prf_early gnutls_prf_early;
Undocumented in source.
gnutls_prf_hash_get
pgnutls_prf_hash_get gnutls_prf_hash_get;
Undocumented in source.
gnutls_prf_raw
pgnutls_prf_raw gnutls_prf_raw;
Undocumented in source.
gnutls_prf_rfc5705
pgnutls_prf_rfc5705 gnutls_prf_rfc5705;
Undocumented in source.
gnutls_priority_certificate_type_list
pgnutls_priority_certificate_type_list gnutls_priority_certificate_type_list;
Undocumented in source.
gnutls_priority_certificate_type_list2
pgnutls_priority_certificate_type_list2 gnutls_priority_certificate_type_list2;
Undocumented in source.
gnutls_priority_cipher_list
pgnutls_priority_cipher_list gnutls_priority_cipher_list;
Undocumented in source.
gnutls_priority_deinit
pgnutls_priority_deinit gnutls_priority_deinit;
Undocumented in source.
gnutls_priority_ecc_curve_list
pgnutls_priority_ecc_curve_list gnutls_priority_ecc_curve_list;
Undocumented in source.
gnutls_priority_get_cipher_suite_index
pgnutls_priority_get_cipher_suite_index gnutls_priority_get_cipher_suite_index;
Undocumented in source.
gnutls_priority_group_list
pgnutls_priority_group_list gnutls_priority_group_list;
Undocumented in source.
gnutls_priority_init
pgnutls_priority_init gnutls_priority_init;
Undocumented in source.
gnutls_priority_init2
pgnutls_priority_init2 gnutls_priority_init2;
Undocumented in source.
gnutls_priority_kx_list
pgnutls_priority_kx_list gnutls_priority_kx_list;
Undocumented in source.
gnutls_priority_mac_list
pgnutls_priority_mac_list gnutls_priority_mac_list;
Undocumented in source.
gnutls_priority_protocol_list
pgnutls_priority_protocol_list gnutls_priority_protocol_list;
Undocumented in source.
gnutls_priority_set
pgnutls_priority_set gnutls_priority_set;
Undocumented in source.
gnutls_priority_set_direct
pgnutls_priority_set_direct gnutls_priority_set_direct;
Undocumented in source.
gnutls_priority_sign_list
pgnutls_priority_sign_list gnutls_priority_sign_list;
Undocumented in source.
gnutls_priority_string_list
pgnutls_priority_string_list gnutls_priority_string_list;
Undocumented in source.
gnutls_protocol_get_id
pgnutls_protocol_get_id gnutls_protocol_get_id;
Undocumented in source.
gnutls_protocol_get_name
pgnutls_protocol_get_name gnutls_protocol_get_name;
Undocumented in source.
gnutls_protocol_get_version
pgnutls_protocol_get_version gnutls_protocol_get_version;
Undocumented in source.
gnutls_protocol_list
pgnutls_protocol_list gnutls_protocol_list;
Undocumented in source.
gnutls_psk_allocate_client_credentials
pgnutls_psk_allocate_client_credentials gnutls_psk_allocate_client_credentials;
Undocumented in source.
gnutls_psk_allocate_server_credentials
pgnutls_psk_allocate_server_credentials gnutls_psk_allocate_server_credentials;
Undocumented in source.
gnutls_psk_client_get_hint
pgnutls_psk_client_get_hint gnutls_psk_client_get_hint;
Undocumented in source.
gnutls_psk_free_client_credentials
pgnutls_psk_free_client_credentials gnutls_psk_free_client_credentials;
Undocumented in source.
gnutls_psk_free_server_credentials
pgnutls_psk_free_server_credentials gnutls_psk_free_server_credentials;
Undocumented in source.
gnutls_psk_server_get_username
pgnutls_psk_server_get_username gnutls_psk_server_get_username;
Undocumented in source.
gnutls_psk_server_get_username2
pgnutls_psk_server_get_username2 gnutls_psk_server_get_username2;
Undocumented in source.
gnutls_psk_set_client_credentials
pgnutls_psk_set_client_credentials gnutls_psk_set_client_credentials;
Undocumented in source.
gnutls_psk_set_client_credentials2
pgnutls_psk_set_client_credentials2 gnutls_psk_set_client_credentials2;
Undocumented in source.
gnutls_psk_set_client_credentials_function
pgnutls_psk_set_client_credentials_function gnutls_psk_set_client_credentials_function;
Undocumented in source.
gnutls_psk_set_client_credentials_function2
pgnutls_psk_set_client_credentials_function2 gnutls_psk_set_client_credentials_function2;
Undocumented in source.
gnutls_psk_set_params_function
pgnutls_psk_set_params_function gnutls_psk_set_params_function;
Undocumented in source.
gnutls_psk_set_server_credentials_file
pgnutls_psk_set_server_credentials_file gnutls_psk_set_server_credentials_file;
Undocumented in source.
gnutls_psk_set_server_credentials_function
pgnutls_psk_set_server_credentials_function gnutls_psk_set_server_credentials_function;
Undocumented in source.
gnutls_psk_set_server_credentials_function2
pgnutls_psk_set_server_credentials_function2 gnutls_psk_set_server_credentials_function2;
Undocumented in source.
gnutls_psk_set_server_credentials_hint
pgnutls_psk_set_server_credentials_hint gnutls_psk_set_server_credentials_hint;
Undocumented in source.
gnutls_psk_set_server_dh_params
pgnutls_psk_set_server_dh_params gnutls_psk_set_server_dh_params;
Undocumented in source.
gnutls_psk_set_server_known_dh_params
pgnutls_psk_set_server_known_dh_params gnutls_psk_set_server_known_dh_params;
Undocumented in source.
gnutls_psk_set_server_params_function
pgnutls_psk_set_server_params_function gnutls_psk_set_server_params_function;
Undocumented in source.
gnutls_random_art
pgnutls_random_art gnutls_random_art;
Undocumented in source.
gnutls_range_split
pgnutls_range_split gnutls_range_split;
Undocumented in source.
gnutls_realloc
gnutls_realloc_function gnutls_realloc;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_reauth
pgnutls_reauth gnutls_reauth;
Undocumented in source.
gnutls_record_can_use_length_hiding
pgnutls_record_can_use_length_hiding gnutls_record_can_use_length_hiding;
Undocumented in source.
gnutls_record_check_corked
pgnutls_record_check_corked gnutls_record_check_corked;
Undocumented in source.
gnutls_record_check_pending
pgnutls_record_check_pending gnutls_record_check_pending;
Undocumented in source.
gnutls_record_cork
pgnutls_record_cork gnutls_record_cork;
Undocumented in source.
gnutls_record_disable_padding
pgnutls_record_disable_padding gnutls_record_disable_padding;
Undocumented in source.
gnutls_record_discard_queued
pgnutls_record_discard_queued gnutls_record_discard_queued;
Undocumented in source.
gnutls_record_get_direction
pgnutls_record_get_direction gnutls_record_get_direction;
Undocumented in source.
gnutls_record_get_max_early_data_size
pgnutls_record_get_max_early_data_size gnutls_record_get_max_early_data_size;
Undocumented in source.
gnutls_record_get_max_size
pgnutls_record_get_max_size gnutls_record_get_max_size;
Undocumented in source.
gnutls_record_get_state
pgnutls_record_get_state gnutls_record_get_state;
Undocumented in source.
gnutls_record_overhead_size
pgnutls_record_overhead_size gnutls_record_overhead_size;
Undocumented in source.
gnutls_record_recv
pgnutls_record_recv gnutls_record_recv;
Undocumented in source.
gnutls_record_recv_early_data
pgnutls_record_recv_early_data gnutls_record_recv_early_data;
Undocumented in source.
gnutls_record_recv_packet
pgnutls_record_recv_packet gnutls_record_recv_packet;
Undocumented in source.
gnutls_record_recv_seq
pgnutls_record_recv_seq gnutls_record_recv_seq;
Undocumented in source.
gnutls_record_send
pgnutls_record_send gnutls_record_send;
Undocumented in source.
gnutls_record_send2
pgnutls_record_send2 gnutls_record_send2;
Undocumented in source.
gnutls_record_send_early_data
pgnutls_record_send_early_data gnutls_record_send_early_data;
Undocumented in source.
gnutls_record_send_range
pgnutls_record_send_range gnutls_record_send_range;
Undocumented in source.
gnutls_record_set_max_early_data_size
pgnutls_record_set_max_early_data_size gnutls_record_set_max_early_data_size;
Undocumented in source.
gnutls_record_set_max_recv_size
pgnutls_record_set_max_recv_size gnutls_record_set_max_recv_size;
Undocumented in source.
gnutls_record_set_max_size
pgnutls_record_set_max_size gnutls_record_set_max_size;
Undocumented in source.
gnutls_record_set_state
pgnutls_record_set_state gnutls_record_set_state;
Undocumented in source.
gnutls_record_set_timeout
pgnutls_record_set_timeout gnutls_record_set_timeout;
Undocumented in source.
gnutls_record_uncork
pgnutls_record_uncork gnutls_record_uncork;
Undocumented in source.
gnutls_rehandshake
pgnutls_rehandshake gnutls_rehandshake;
Undocumented in source.
gnutls_safe_renegotiation_status
pgnutls_safe_renegotiation_status gnutls_safe_renegotiation_status;
Undocumented in source.
gnutls_sec_param_get_name
pgnutls_sec_param_get_name gnutls_sec_param_get_name;
Undocumented in source.
gnutls_sec_param_to_pk_bits
pgnutls_sec_param_to_pk_bits gnutls_sec_param_to_pk_bits;
Undocumented in source.
gnutls_sec_param_to_symmetric_bits
pgnutls_sec_param_to_symmetric_bits gnutls_sec_param_to_symmetric_bits;
Undocumented in source.
gnutls_server_name_get
pgnutls_server_name_get gnutls_server_name_get;
Undocumented in source.
gnutls_server_name_set
pgnutls_server_name_set gnutls_server_name_set;
Undocumented in source.
gnutls_session_channel_binding
pgnutls_session_channel_binding gnutls_session_channel_binding;
Undocumented in source.
gnutls_session_enable_compatibility_mode
pgnutls_session_enable_compatibility_mode gnutls_session_enable_compatibility_mode;
Undocumented in source.
gnutls_session_etm_status
pgnutls_session_etm_status gnutls_session_etm_status;
Undocumented in source.
gnutls_session_ext_master_secret_status
pgnutls_session_ext_master_secret_status gnutls_session_ext_master_secret_status;
Undocumented in source.
gnutls_session_ext_register
pgnutls_session_ext_register gnutls_session_ext_register;
Undocumented in source.
gnutls_session_force_valid
pgnutls_session_force_valid gnutls_session_force_valid;
Undocumented in source.
gnutls_session_get_data
pgnutls_session_get_data gnutls_session_get_data;
Undocumented in source.
gnutls_session_get_data2
pgnutls_session_get_data2 gnutls_session_get_data2;
Undocumented in source.
gnutls_session_get_desc
pgnutls_session_get_desc gnutls_session_get_desc;
Undocumented in source.
gnutls_session_get_flags
pgnutls_session_get_flags gnutls_session_get_flags;
Undocumented in source.
gnutls_session_get_id
pgnutls_session_get_id gnutls_session_get_id;
Undocumented in source.
gnutls_session_get_id2
pgnutls_session_get_id2 gnutls_session_get_id2;
Undocumented in source.
gnutls_session_get_keylog_function
pgnutls_session_get_keylog_function gnutls_session_get_keylog_function;
Undocumented in source.
gnutls_session_get_master_secret
pgnutls_session_get_master_secret gnutls_session_get_master_secret;
Undocumented in source.
gnutls_session_get_ptr
pgnutls_session_get_ptr gnutls_session_get_ptr;
Undocumented in source.
gnutls_session_get_random
pgnutls_session_get_random gnutls_session_get_random;
Undocumented in source.
gnutls_session_get_verify_cert_status
pgnutls_session_get_verify_cert_status gnutls_session_get_verify_cert_status;
Undocumented in source.
gnutls_session_is_resumed
pgnutls_session_is_resumed gnutls_session_is_resumed;
Undocumented in source.
gnutls_session_key_update
pgnutls_session_key_update gnutls_session_key_update;
Undocumented in source.
gnutls_session_resumption_requested
pgnutls_session_resumption_requested gnutls_session_resumption_requested;
Undocumented in source.
gnutls_session_set_data
pgnutls_session_set_data gnutls_session_set_data;
Undocumented in source.
gnutls_session_set_id
pgnutls_session_set_id gnutls_session_set_id;
Undocumented in source.
gnutls_session_set_keylog_function
pgnutls_session_set_keylog_function gnutls_session_set_keylog_function;
Undocumented in source.
gnutls_session_set_premaster
pgnutls_session_set_premaster gnutls_session_set_premaster;
Undocumented in source.
gnutls_session_set_ptr
pgnutls_session_set_ptr gnutls_session_set_ptr;
Undocumented in source.
gnutls_session_set_verify_cert
pgnutls_session_set_verify_cert gnutls_session_set_verify_cert;
Undocumented in source.
gnutls_session_set_verify_cert2
pgnutls_session_set_verify_cert2 gnutls_session_set_verify_cert2;
Undocumented in source.
gnutls_session_set_verify_function
pgnutls_session_set_verify_function gnutls_session_set_verify_function;
Undocumented in source.
gnutls_session_supplemental_register
pgnutls_session_supplemental_register gnutls_session_supplemental_register;
Undocumented in source.
gnutls_session_ticket_enable_client
pgnutls_session_ticket_enable_client gnutls_session_ticket_enable_client;
Undocumented in source.
gnutls_session_ticket_enable_server
pgnutls_session_ticket_enable_server gnutls_session_ticket_enable_server;
Undocumented in source.
gnutls_session_ticket_key_generate
pgnutls_session_ticket_key_generate gnutls_session_ticket_key_generate;
Undocumented in source.
gnutls_session_ticket_send
pgnutls_session_ticket_send gnutls_session_ticket_send;
Undocumented in source.
gnutls_set_default_priority
pgnutls_set_default_priority gnutls_set_default_priority;
Undocumented in source.
gnutls_set_default_priority_append
pgnutls_set_default_priority_append gnutls_set_default_priority_append;
Undocumented in source.
gnutls_sign_algorithm_get
pgnutls_sign_algorithm_get gnutls_sign_algorithm_get;
Undocumented in source.
gnutls_sign_algorithm_get_client
pgnutls_sign_algorithm_get_client gnutls_sign_algorithm_get_client;
Undocumented in source.
gnutls_sign_algorithm_get_requested
pgnutls_sign_algorithm_get_requested gnutls_sign_algorithm_get_requested;
Undocumented in source.
gnutls_sign_get_hash_algorithm
pgnutls_sign_get_hash_algorithm gnutls_sign_get_hash_algorithm;
Undocumented in source.
gnutls_sign_get_id
pgnutls_sign_get_id gnutls_sign_get_id;
Undocumented in source.
gnutls_sign_get_name
pgnutls_sign_get_name gnutls_sign_get_name;
Undocumented in source.
gnutls_sign_get_oid
pgnutls_sign_get_oid gnutls_sign_get_oid;
Undocumented in source.
gnutls_sign_get_pk_algorithm
pgnutls_sign_get_pk_algorithm gnutls_sign_get_pk_algorithm;
Undocumented in source.
gnutls_sign_is_secure
pgnutls_sign_is_secure gnutls_sign_is_secure;
Undocumented in source.
gnutls_sign_is_secure2
pgnutls_sign_is_secure2 gnutls_sign_is_secure2;
Undocumented in source.
gnutls_sign_list
pgnutls_sign_list gnutls_sign_list;
Undocumented in source.
gnutls_sign_supports_pk_algorithm
pgnutls_sign_supports_pk_algorithm gnutls_sign_supports_pk_algorithm;
Undocumented in source.
gnutls_srp_1024_group_generator
gnutls_datum_t gnutls_srp_1024_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_1024_group_prime
gnutls_datum_t gnutls_srp_1024_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_1536_group_generator
gnutls_datum_t gnutls_srp_1536_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_1536_group_prime
gnutls_datum_t gnutls_srp_1536_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_2048_group_generator
gnutls_datum_t gnutls_srp_2048_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_2048_group_prime
gnutls_datum_t gnutls_srp_2048_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_3072_group_generator
gnutls_datum_t gnutls_srp_3072_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_3072_group_prime
gnutls_datum_t gnutls_srp_3072_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_4096_group_generator
gnutls_datum_t gnutls_srp_4096_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_4096_group_prime
gnutls_datum_t gnutls_srp_4096_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_8192_group_generator
gnutls_datum_t gnutls_srp_8192_group_generator;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_8192_group_prime
gnutls_datum_t gnutls_srp_8192_group_prime;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_srp_allocate_client_credentials
pgnutls_srp_allocate_client_credentials gnutls_srp_allocate_client_credentials;
Undocumented in source.
gnutls_srp_allocate_server_credentials
pgnutls_srp_allocate_server_credentials gnutls_srp_allocate_server_credentials;
Undocumented in source.
gnutls_srp_base64_decode
pgnutls_srp_base64_decode gnutls_srp_base64_decode;
Undocumented in source.
gnutls_srp_base64_decode2
pgnutls_srp_base64_decode2 gnutls_srp_base64_decode2;
Undocumented in source.
gnutls_srp_base64_encode
pgnutls_srp_base64_encode gnutls_srp_base64_encode;
Undocumented in source.
gnutls_srp_base64_encode2
pgnutls_srp_base64_encode2 gnutls_srp_base64_encode2;
Undocumented in source.
gnutls_srp_free_client_credentials
pgnutls_srp_free_client_credentials gnutls_srp_free_client_credentials;
Undocumented in source.
gnutls_srp_free_server_credentials
pgnutls_srp_free_server_credentials gnutls_srp_free_server_credentials;
Undocumented in source.
gnutls_srp_server_get_username
pgnutls_srp_server_get_username gnutls_srp_server_get_username;
Undocumented in source.
gnutls_srp_set_client_credentials
pgnutls_srp_set_client_credentials gnutls_srp_set_client_credentials;
Undocumented in source.
gnutls_srp_set_client_credentials_function
pgnutls_srp_set_client_credentials_function gnutls_srp_set_client_credentials_function;
Undocumented in source.
gnutls_srp_set_prime_bits
pgnutls_srp_set_prime_bits gnutls_srp_set_prime_bits;
Undocumented in source.
gnutls_srp_set_server_credentials_file
pgnutls_srp_set_server_credentials_file gnutls_srp_set_server_credentials_file;
Undocumented in source.
gnutls_srp_set_server_credentials_function
pgnutls_srp_set_server_credentials_function gnutls_srp_set_server_credentials_function;
Undocumented in source.
gnutls_srp_set_server_fake_salt_seed
pgnutls_srp_set_server_fake_salt_seed gnutls_srp_set_server_fake_salt_seed;
Undocumented in source.
gnutls_srp_verifier
pgnutls_srp_verifier gnutls_srp_verifier;
Undocumented in source.
gnutls_srtp_get_keys
pgnutls_srtp_get_keys gnutls_srtp_get_keys;
Undocumented in source.
gnutls_srtp_get_mki
pgnutls_srtp_get_mki gnutls_srtp_get_mki;
Undocumented in source.
gnutls_srtp_get_profile_id
pgnutls_srtp_get_profile_id gnutls_srtp_get_profile_id;
Undocumented in source.
gnutls_srtp_get_profile_name
pgnutls_srtp_get_profile_name gnutls_srtp_get_profile_name;
Undocumented in source.
gnutls_srtp_get_selected_profile
pgnutls_srtp_get_selected_profile gnutls_srtp_get_selected_profile;
Undocumented in source.
gnutls_srtp_set_mki
pgnutls_srtp_set_mki gnutls_srtp_set_mki;
Undocumented in source.
gnutls_srtp_set_profile
pgnutls_srtp_set_profile gnutls_srtp_set_profile;
Undocumented in source.
gnutls_srtp_set_profile_direct
pgnutls_srtp_set_profile_direct gnutls_srtp_set_profile_direct;
Undocumented in source.
gnutls_store_commitment
pgnutls_store_commitment gnutls_store_commitment;
Undocumented in source.
gnutls_store_pubkey
pgnutls_store_pubkey gnutls_store_pubkey;
Undocumented in source.
gnutls_strdup
char* function(const(char)*) gnutls_strdup;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_strerror
pgnutls_strerror gnutls_strerror;
Undocumented in source.
gnutls_strerror_name
pgnutls_strerror_name gnutls_strerror_name;
Undocumented in source.
gnutls_supplemental_get_name
pgnutls_supplemental_get_name gnutls_supplemental_get_name;
Undocumented in source.
gnutls_supplemental_recv
pgnutls_supplemental_recv gnutls_supplemental_recv;
Undocumented in source.
gnutls_supplemental_register
pgnutls_supplemental_register gnutls_supplemental_register;
Undocumented in source.
gnutls_supplemental_send
pgnutls_supplemental_send gnutls_supplemental_send;
Undocumented in source.
gnutls_system_recv_timeout
pgnutls_system_recv_timeout gnutls_system_recv_timeout;
Undocumented in source.
gnutls_tdb_deinit
pgnutls_tdb_deinit gnutls_tdb_deinit;
Undocumented in source.
gnutls_tdb_init
pgnutls_tdb_init gnutls_tdb_init;
Undocumented in source.
gnutls_tdb_set_store_commitment_func
pgnutls_tdb_set_store_commitment_func gnutls_tdb_set_store_commitment_func;
Undocumented in source.
gnutls_tdb_set_store_func
pgnutls_tdb_set_store_func gnutls_tdb_set_store_func;
Undocumented in source.
gnutls_tdb_set_verify_func
pgnutls_tdb_set_verify_func gnutls_tdb_set_verify_func;
Undocumented in source.
gnutls_transport_get_int
pgnutls_transport_get_int gnutls_transport_get_int;
Undocumented in source.
gnutls_transport_get_int2
pgnutls_transport_get_int2 gnutls_transport_get_int2;
Undocumented in source.
gnutls_transport_get_ptr
pgnutls_transport_get_ptr gnutls_transport_get_ptr;
Undocumented in source.
gnutls_transport_get_ptr2
pgnutls_transport_get_ptr2 gnutls_transport_get_ptr2;
Undocumented in source.
gnutls_transport_set_errno
pgnutls_transport_set_errno gnutls_transport_set_errno;
Undocumented in source.
gnutls_transport_set_errno_function
pgnutls_transport_set_errno_function gnutls_transport_set_errno_function;
Undocumented in source.
gnutls_transport_set_int2
pgnutls_transport_set_int2 gnutls_transport_set_int2;
Undocumented in source.
gnutls_transport_set_ptr
pgnutls_transport_set_ptr gnutls_transport_set_ptr;
Undocumented in source.
gnutls_transport_set_ptr2
pgnutls_transport_set_ptr2 gnutls_transport_set_ptr2;
Undocumented in source.
gnutls_transport_set_pull_function
pgnutls_transport_set_pull_function gnutls_transport_set_pull_function;
Undocumented in source.
gnutls_transport_set_pull_timeout_function
pgnutls_transport_set_pull_timeout_function gnutls_transport_set_pull_timeout_function;
Undocumented in source.
gnutls_transport_set_push_function
pgnutls_transport_set_push_function gnutls_transport_set_push_function;
Undocumented in source.
gnutls_transport_set_vec_push_function
pgnutls_transport_set_vec_push_function gnutls_transport_set_vec_push_function;
Undocumented in source.
gnutls_url_is_supported
pgnutls_url_is_supported gnutls_url_is_supported;
Undocumented in source.
gnutls_utf8_password_normalize
pgnutls_utf8_password_normalize gnutls_utf8_password_normalize;
Undocumented in source.
gnutls_verify_stored_pubkey
pgnutls_verify_stored_pubkey gnutls_verify_stored_pubkey;
Undocumented in source.

Structs

gnutls_anon_client_credentials_st
struct gnutls_anon_client_credentials_st
Undocumented in source.
gnutls_anon_server_credentials_st
struct gnutls_anon_server_credentials_st
Undocumented in source.
gnutls_anti_replay_st
struct gnutls_anti_replay_st
Undocumented in source.
gnutls_buffer_st
struct gnutls_buffer_st
Undocumented in source.
gnutls_certificate_credentials_st
struct gnutls_certificate_credentials_st
Undocumented in source.
gnutls_datum_t
struct gnutls_datum_t
Undocumented in source.
gnutls_dh_params_int
struct gnutls_dh_params_int
Undocumented in source.
gnutls_ocsp_data_st
struct gnutls_ocsp_data_st
Undocumented in source.
gnutls_openpgp_crt_int
struct gnutls_openpgp_crt_int
Undocumented in source.
gnutls_openpgp_keyring_int
struct gnutls_openpgp_keyring_int
Undocumented in source.
gnutls_openpgp_privkey_int
struct gnutls_openpgp_privkey_int
Undocumented in source.
gnutls_params_st
struct gnutls_params_st
Undocumented in source.
gnutls_pkcs11_privkey_st
struct gnutls_pkcs11_privkey_st
Undocumented in source.
gnutls_priority_st
struct gnutls_priority_st
Undocumented in source.
gnutls_privkey_st
struct gnutls_privkey_st
Undocumented in source.
gnutls_psk_client_credentials_st
struct gnutls_psk_client_credentials_st
Undocumented in source.
gnutls_psk_server_credentials_st
struct gnutls_psk_server_credentials_st
Undocumented in source.
gnutls_pubkey_st
struct gnutls_pubkey_st
Undocumented in source.
gnutls_range_st
struct gnutls_range_st
Undocumented in source.
gnutls_retr2_st
struct gnutls_retr2_st
Undocumented in source.
gnutls_session_int
struct gnutls_session_int
Undocumented in source.
gnutls_srp_client_credentials_st
struct gnutls_srp_client_credentials_st
Undocumented in source.
gnutls_srp_server_credentials_st
struct gnutls_srp_server_credentials_st
Undocumented in source.
gnutls_tdb_int
struct gnutls_tdb_int
Undocumented in source.
gnutls_typed_vdata_st
struct gnutls_typed_vdata_st
Undocumented in source.
gnutls_x509_crl_int
struct gnutls_x509_crl_int
Undocumented in source.
gnutls_x509_crq_int
struct gnutls_x509_crq_int
Undocumented in source.
gnutls_x509_crt_int
struct gnutls_x509_crt_int
Undocumented in source.
gnutls_x509_privkey_int
struct gnutls_x509_privkey_int
Undocumented in source.
mbuffer_st
struct mbuffer_st
Undocumented in source.

Meta