- 
                Notifications
    You must be signed in to change notification settings 
- Fork 185
Open
Description
These constants:
Lines 79 to 87 in 5edaae0
| public static final int G_TLS_CERTIFICATE_UNKNOWN_CA = 0; | |
| public static final int G_TLS_CERTIFICATE_BAD_IDENTITY = 1; | |
| public static final int G_TLS_CERTIFICATE_NOT_ACTIVATED = 2; | |
| public static final int G_TLS_CERTIFICATE_EXPIRED = 3; | |
| public static final int G_TLS_CERTIFICATE_REVOKED = 4; | |
| public static final int G_TLS_CERTIFICATE_INSECURE = 5; | |
| public static final int G_TLS_CERTIFICATE_GENERIC_ERROR = 6; | |
| public static final int G_TLS_CERTIFICATE_VALIDATE_ALL = 7; | |
Which are used to convert error number to message here
Line 2537 in 210dfa9
| case WebKitGTK.G_TLS_CERTIFICATE_NOT_ACTIVATED: { | 
are wrong.
They should be 1<<N instead of N.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress