mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
Merge branch 'mcatanzaro/client-connection-validation-flags' into 'master'
Improve documentation of client connection validation flags See merge request GNOME/glib!1479
This commit is contained in:
commit
f9ab23465e
@ -59,7 +59,7 @@ g_dtls_client_connection_default_init (GDtlsClientConnectionInterface *iface)
|
||||
* GDtlsClientConnection:validation-flags:
|
||||
*
|
||||
* What steps to perform when validating a certificate received from
|
||||
* a server. Server certificates that fail to validate in all of the
|
||||
* a server. Server certificates that fail to validate in any of the
|
||||
* ways indicated here will be rejected unless the application
|
||||
* overrides the default via #GDtlsConnection::accept-certificate.
|
||||
*
|
||||
|
@ -55,7 +55,7 @@ g_tls_client_connection_default_init (GTlsClientConnectionInterface *iface)
|
||||
* GTlsClientConnection:validation-flags:
|
||||
*
|
||||
* What steps to perform when validating a certificate received from
|
||||
* a server. Server certificates that fail to validate in all of the
|
||||
* a server. Server certificates that fail to validate in any of the
|
||||
* ways indicated here will be rejected unless the application
|
||||
* overrides the default via #GTlsConnection::accept-certificate.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user