mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
gtlscertificate: Add ability to load PKCS #12 encrypted files
This depends on the GTlsBackend implementing these properties
This commit is contained in:
@@ -1552,6 +1552,8 @@ typedef enum
|
||||
* @G_TLS_ERROR_INAPPROPRIATE_FALLBACK: The TLS handshake failed
|
||||
* because the client sent the fallback SCSV, indicating a protocol
|
||||
* downgrade attack. Since: 2.60
|
||||
* @G_TLS_ERROR_BAD_CERTIFICATE_PASSWORD: The certificate failed
|
||||
* to load because a password was incorrect. Since: 2.72
|
||||
*
|
||||
* An error code used with %G_TLS_ERROR in a #GError returned from a
|
||||
* TLS-related routine.
|
||||
@@ -1566,7 +1568,8 @@ typedef enum {
|
||||
G_TLS_ERROR_HANDSHAKE,
|
||||
G_TLS_ERROR_CERTIFICATE_REQUIRED,
|
||||
G_TLS_ERROR_EOF,
|
||||
G_TLS_ERROR_INAPPROPRIATE_FALLBACK
|
||||
G_TLS_ERROR_INAPPROPRIATE_FALLBACK,
|
||||
G_TLS_ERROR_BAD_CERTIFICATE_PASSWORD
|
||||
} GTlsError;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user