mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 13:24:13 +02:00
GTlsDatabase and related objects
The database is an abstract object implemented by the various TLS backends, which is used by GTlsConnection to lookup certificates and keys, as well as verify certificate chains. Also add GTlsInteraction, which can be used to prompt the user for a password or PIN (used with the database). https://bugzilla.gnome.org/show_bug.cgi?id=636572
This commit is contained in:
@@ -206,6 +206,10 @@ typedef struct _GThemedIcon GThemedIcon;
|
||||
typedef struct _GTlsCertificate GTlsCertificate;
|
||||
typedef struct _GTlsClientConnection GTlsClientConnection; /* Dummy typedef */
|
||||
typedef struct _GTlsConnection GTlsConnection;
|
||||
typedef struct _GTlsDatabase GTlsDatabase;
|
||||
typedef struct _GTlsFileDatabase GTlsFileDatabase;
|
||||
typedef struct _GTlsInteraction GTlsInteraction;
|
||||
typedef struct _GTlsPassword GTlsPassword;
|
||||
typedef struct _GTlsServerConnection GTlsServerConnection; /* Dummy typedef */
|
||||
typedef struct _GVfs GVfs; /* Dummy typedef */
|
||||
|
||||
|
Reference in New Issue
Block a user