mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
Add g_(d)tls_connection_get_channel_binding_data calls and enums
* Add g_tls_connection_get_channel_binding_data API call * Add g_dtls_connection_get_channel_binding_data API call * Add get_binding_data method to GTlsConnection class * Add get_binding_data method to GDtlsConnection interface * Add GTlsChannelBindingType enum with tls-unique and tls-server-end-point types * Add GTlsChannelBindingError enum and G_TLS_CHANNEL_BINDING_ERROR quark * Add new API calls to documentation reference gio-sections-common
This commit is contained in:
committed by
Philip Withnall
parent
6801e06d83
commit
44524b9daa
@@ -3651,15 +3651,20 @@ g_pollable_return_get_type
|
||||
<FILE>gtls</FILE>
|
||||
G_TLS_ERROR
|
||||
GTlsError
|
||||
G_TLS_CHANNEL_BINDING_ERROR
|
||||
GTlsChannelBindingError
|
||||
<SUBSECTION>
|
||||
GTlsAuthenticationMode
|
||||
GTlsCertificateFlags
|
||||
<SUBSECTION Standard>
|
||||
G_TYPE_TLS_AUTHENTICATION_MODE
|
||||
G_TYPE_TLS_CERTIFICATE_FLAGS
|
||||
G_TYPE_TLS_CHANNEL_BINDING_ERROR
|
||||
G_TYPE_TLS_ERROR
|
||||
g_tls_authentication_mode_get_type
|
||||
g_tls_certificate_flags_get_type
|
||||
g_tls_channel_binding_error_get_type
|
||||
g_tls_channel_binding_error_quark
|
||||
g_tls_error_get_type
|
||||
</SECTION>
|
||||
|
||||
@@ -3718,10 +3723,12 @@ g_tls_certificate_get_type
|
||||
<FILE>gtlsconnection</FILE>
|
||||
<TITLE>GTlsConnection</TITLE>
|
||||
GTlsConnection
|
||||
GTlsChannelBindingType
|
||||
g_tls_connection_set_certificate
|
||||
g_tls_connection_get_certificate
|
||||
g_tls_connection_get_peer_certificate
|
||||
g_tls_connection_get_peer_certificate_errors
|
||||
g_tls_connection_get_channel_binding_data
|
||||
g_tls_connection_set_require_close_notify
|
||||
g_tls_connection_get_require_close_notify
|
||||
GTlsRehandshakeMode
|
||||
@@ -3749,9 +3756,11 @@ G_IS_TLS_CONNECTION_CLASS
|
||||
G_TLS_CONNECTION
|
||||
G_TLS_CONNECTION_CLASS
|
||||
G_TLS_CONNECTION_GET_CLASS
|
||||
G_TYPE_TLS_CHANNEL_BINDING_TYPE
|
||||
G_TYPE_TLS_CONNECTION
|
||||
G_TYPE_TLS_REHANDSHAKE_MODE
|
||||
<SUBSECTION Private>
|
||||
g_tls_channel_binding_type_get_type
|
||||
g_tls_connection_get_type
|
||||
g_tls_rehandshake_mode_get_type
|
||||
</SECTION>
|
||||
@@ -3916,6 +3925,7 @@ g_dtls_connection_set_certificate
|
||||
g_dtls_connection_get_certificate
|
||||
g_dtls_connection_get_peer_certificate
|
||||
g_dtls_connection_get_peer_certificate_errors
|
||||
g_dtls_connection_get_channel_binding_data
|
||||
g_dtls_connection_set_require_close_notify
|
||||
g_dtls_connection_get_require_close_notify
|
||||
g_dtls_connection_set_rehandshake_mode
|
||||
|
Reference in New Issue
Block a user