mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 738457 - useful error message for MD5 certs, add new localizable strings until NSS 3.13.5, r=bsmith
This commit is contained in:
parent
2c4461eba2
commit
1ccd4c851a
@ -3,12 +3,15 @@ SSL_ERROR_US_ONLY_SERVER=Unable to communicate securely. Peer requires high-gra
|
||||
SSL_ERROR_NO_CYPHER_OVERLAP=Cannot communicate securely with peer: no common encryption algorithm(s).
|
||||
SSL_ERROR_NO_CERTIFICATE=Unable to find the certificate or key necessary for authentication.
|
||||
SSL_ERROR_BAD_CERTIFICATE=Unable to communicate securely with peer: peers's certificate was rejected.
|
||||
SSL_ERROR_UNUSED_5=Unrecognized SSL error code.
|
||||
SSL_ERROR_BAD_CLIENT=The server has encountered bad data from the client.
|
||||
SSL_ERROR_BAD_SERVER=The client has encountered bad data from the server.
|
||||
SSL_ERROR_UNSUPPORTED_CERTIFICATE_TYPE=Unsupported certificate type.
|
||||
SSL_ERROR_UNSUPPORTED_VERSION=Peer using unsupported version of security protocol.
|
||||
SSL_ERROR_UNUSED_10=Unrecognized SSL error code.
|
||||
SSL_ERROR_WRONG_CERTIFICATE=Client authentication failed: private key in key database does not match public key in certificate database.
|
||||
SSL_ERROR_BAD_CERT_DOMAIN=Unable to communicate securely with peer: requested domain name does not match the server's certificate.
|
||||
SSL_ERROR_POST_WARNING=Unrecognized SSL error code.
|
||||
SSL_ERROR_SSL2_DISABLED=Peer only supports SSL version 2, which is locally disabled.
|
||||
SSL_ERROR_BAD_MAC_READ=SSL received a record with an incorrect Message Authentication Code.
|
||||
SSL_ERROR_BAD_MAC_ALERT=SSL peer reports incorrect Message Authentication Code.
|
||||
@ -104,13 +107,17 @@ SSL_ERROR_CERTIFICATE_UNOBTAINABLE_ALERT=SSL peer could not obtain your certific
|
||||
SSL_ERROR_UNRECOGNIZED_NAME_ALERT=SSL peer has no certificate for the requested DNS name.
|
||||
SSL_ERROR_BAD_CERT_STATUS_RESPONSE_ALERT=SSL peer was unable to get an OCSP response for its certificate.
|
||||
SSL_ERROR_BAD_CERT_HASH_VALUE_ALERT=SSL peer reported bad certificate hash value.
|
||||
SSL_ERROR_RX_UNEXPECTED_NEW_SESSION_TICKET=SSL received an unexpected New Session Ticket handshake message.
|
||||
SSL_ERROR_RX_MALFORMED_NEW_SESSION_TICKET=SSL received a malformed New Session Ticket handshake message.
|
||||
SSL_ERROR_DECOMPRESSION_FAILURE=SSL received a compressed record that could not be decompressed.
|
||||
SSL_ERROR_RENEGOTIATION_NOT_ALLOWED=Renegotiation is not allowed on this SSL socket.
|
||||
SSL_ERROR_RX_UNEXPECTED_NEW_SESSION_TICKET=SSL received an unexpected New Session Ticket handshake message.
|
||||
SSL_ERROR_RX_MALFORMED_NEW_SESSION_TICKET=SSL received a malformed New Session Ticket handshake message.
|
||||
SSL_ERROR_DECOMPRESSION_FAILURE=SSL received a compressed record that could not be decompressed.
|
||||
SSL_ERROR_RENEGOTIATION_NOT_ALLOWED=Renegotiation is not allowed on this SSL socket.
|
||||
SSL_ERROR_UNSAFE_NEGOTIATION=Peer attempted old style (potentially vulnerable) handshake.
|
||||
SSL_ERROR_RX_UNEXPECTED_UNCOMPRESSED_RECORD=SSL received an unexpected uncompressed record.
|
||||
SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY=SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message.
|
||||
SSL_ERROR_NEXT_PROTOCOL_DATA_INVALID=SSL received invalid NPN extension data.
|
||||
SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_SSL2=SSL feature not supported for SSL 2.0 connections.
|
||||
SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_SERVERS=SSL feature not supported for servers.
|
||||
SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_CLIENTS=SSL feature not supported for clients.
|
||||
SEC_ERROR_IO=An I/O error occurred during security authorization.
|
||||
SEC_ERROR_LIBRARY_FAILURE=security library failure.
|
||||
SEC_ERROR_BAD_DATA=security library: received bad data.
|
||||
@ -277,9 +284,14 @@ SEC_ERROR_BAD_HTTP_RESPONSE=Server returned bad HTTP response
|
||||
SEC_ERROR_BAD_LDAP_RESPONSE=Server returned bad LDAP response
|
||||
SEC_ERROR_FAILED_TO_ENCODE_DATA=Failed to encode data with ASN1 encoder
|
||||
SEC_ERROR_BAD_INFO_ACCESS_LOCATION=Bad information access location in cert extension
|
||||
SEC_ERROR_LIBPKIX_INTERNAL=Libpkix internal error occured during cert validation.
|
||||
SEC_ERROR_LIBPKIX_INTERNAL=Libpkix internal error occurred during cert validation.
|
||||
SEC_ERROR_PKCS11_GENERAL_ERROR=A PKCS #11 module returned CKR_GENERAL_ERROR, indicating that an unrecoverable error has occurred.
|
||||
SEC_ERROR_PKCS11_FUNCTION_FAILED=A PKCS #11 module returned CKR_FUNCTION_FAILED, indicating that the requested function could not be performed. Trying the same operation again might succeed.
|
||||
SEC_ERROR_PKCS11_DEVICE_ERROR=A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot.
|
||||
SEC_ERROR_BAD_INFO_ACCESS_METHOD=Unknown information access method in certificate extension.
|
||||
SEC_ERROR_CRL_IMPORT_FAILED=Error attempting to import a CRL.
|
||||
SEC_ERROR_EXPIRED_PASSWORD=The password expired.
|
||||
SEC_ERROR_LOCKED_PASSWORD=The password is locked.
|
||||
SEC_ERROR_UNKNOWN_PKCS11_ERROR=Unknown PKCS #11 error.
|
||||
SEC_ERROR_BAD_CRL_DP_URL=Invalid or unsupported URL in CRL distribution point name.
|
||||
SEC_ERROR_CERT_SIGNATURE_ALGORITHM_DISABLED=The certificate was signed using an signature algorithm that is disabled because it is not secure.
|
||||
|
Loading…
Reference in New Issue
Block a user