nsserrors.properties (29552B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 SSL_ERROR_EXPORT_ONLY_SERVER=Unable to communicate securely. Peer does not support high-grade encryption. 6 SSL_ERROR_US_ONLY_SERVER=Unable to communicate securely. Peer requires high-grade encryption which is not supported. 7 SSL_ERROR_NO_CYPHER_OVERLAP=Cannot communicate securely with peer: no common encryption algorithm(s). 8 SSL_ERROR_NO_CERTIFICATE=Unable to find the certificate or key necessary for authentication. 9 SSL_ERROR_BAD_CERTIFICATE=Unable to communicate securely with peer: peers’s certificate was rejected. 10 SSL_ERROR_BAD_CLIENT=The server has encountered bad data from the client. 11 SSL_ERROR_BAD_SERVER=The client has encountered bad data from the server. 12 SSL_ERROR_UNSUPPORTED_CERTIFICATE_TYPE=Unsupported certificate type. 13 SSL_ERROR_UNSUPPORTED_VERSION=Peer using unsupported version of security protocol. 14 SSL_ERROR_WRONG_CERTIFICATE=Client authentication failed: private key in key database does not match public key in certificate database. 15 SSL_ERROR_BAD_CERT_DOMAIN=Unable to communicate securely with peer: requested domain name does not match the server’s certificate. 16 SSL_ERROR_POST_WARNING=Unrecognized SSL error code. 17 SSL_ERROR_SSL2_DISABLED=Peer only supports SSL version 2, which is locally disabled. 18 SSL_ERROR_BAD_MAC_READ=SSL received a record with an incorrect Message Authentication Code. 19 SSL_ERROR_BAD_MAC_ALERT=SSL peer reports incorrect Message Authentication Code. 20 SSL_ERROR_BAD_CERT_ALERT=SSL peer cannot verify your certificate. 21 SSL_ERROR_REVOKED_CERT_ALERT=SSL peer rejected your certificate as revoked. 22 SSL_ERROR_EXPIRED_CERT_ALERT=SSL peer rejected your certificate as expired. 23 SSL_ERROR_SSL_DISABLED=Cannot connect: SSL is disabled. 24 SSL_ERROR_FORTEZZA_PQG=Cannot connect: SSL peer is in another FORTEZZA domain. 25 SSL_ERROR_UNKNOWN_CIPHER_SUITE=An unknown SSL cipher suite has been requested. 26 SSL_ERROR_NO_CIPHERS_SUPPORTED=No cipher suites are present and enabled in this program. 27 SSL_ERROR_BAD_BLOCK_PADDING=SSL received a record with bad block padding. 28 SSL_ERROR_RX_RECORD_TOO_LONG=SSL received a record that exceeded the maximum permissible length. 29 SSL_ERROR_TX_RECORD_TOO_LONG=SSL attempted to send a record that exceeded the maximum permissible length. 30 SSL_ERROR_RX_MALFORMED_HELLO_REQUEST=SSL received a malformed Hello Request handshake message. 31 SSL_ERROR_RX_MALFORMED_CLIENT_HELLO=SSL received a malformed Client Hello handshake message. 32 SSL_ERROR_RX_MALFORMED_SERVER_HELLO=SSL received a malformed Server Hello handshake message. 33 SSL_ERROR_RX_MALFORMED_CERTIFICATE=SSL received a malformed Certificate handshake message. 34 SSL_ERROR_RX_MALFORMED_SERVER_KEY_EXCH=SSL received a malformed Server Key Exchange handshake message. 35 SSL_ERROR_RX_MALFORMED_CERT_REQUEST=SSL received a malformed Certificate Request handshake message. 36 SSL_ERROR_RX_MALFORMED_HELLO_DONE=SSL received a malformed Server Hello Done handshake message. 37 SSL_ERROR_RX_MALFORMED_CERT_VERIFY=SSL received a malformed Certificate Verify handshake message. 38 SSL_ERROR_RX_MALFORMED_CLIENT_KEY_EXCH=SSL received a malformed Client Key Exchange handshake message. 39 SSL_ERROR_RX_MALFORMED_FINISHED=SSL received a malformed Finished handshake message. 40 SSL_ERROR_RX_MALFORMED_CHANGE_CIPHER=SSL received a malformed Change Cipher Spec record. 41 SSL_ERROR_RX_MALFORMED_ALERT=SSL received a malformed Alert record. 42 SSL_ERROR_RX_MALFORMED_HANDSHAKE=SSL received a malformed Handshake record. 43 SSL_ERROR_RX_MALFORMED_APPLICATION_DATA=SSL received a malformed Application Data record. 44 SSL_ERROR_RX_UNEXPECTED_HELLO_REQUEST=SSL received an unexpected Hello Request handshake message. 45 SSL_ERROR_RX_UNEXPECTED_CLIENT_HELLO=SSL received an unexpected Client Hello handshake message. 46 SSL_ERROR_RX_UNEXPECTED_SERVER_HELLO=SSL received an unexpected Server Hello handshake message. 47 SSL_ERROR_RX_UNEXPECTED_CERTIFICATE=SSL received an unexpected Certificate handshake message. 48 SSL_ERROR_RX_UNEXPECTED_SERVER_KEY_EXCH=SSL received an unexpected Server Key Exchange handshake message. 49 SSL_ERROR_RX_UNEXPECTED_CERT_REQUEST=SSL received an unexpected Certificate Request handshake message. 50 SSL_ERROR_RX_UNEXPECTED_HELLO_DONE=SSL received an unexpected Server Hello Done handshake message. 51 SSL_ERROR_RX_UNEXPECTED_CERT_VERIFY=SSL received an unexpected Certificate Verify handshake message. 52 SSL_ERROR_RX_UNEXPECTED_CLIENT_KEY_EXCH=SSL received an unexpected Client Key Exchange handshake message. 53 SSL_ERROR_RX_UNEXPECTED_FINISHED=SSL received an unexpected Finished handshake message. 54 SSL_ERROR_RX_UNEXPECTED_CHANGE_CIPHER=SSL received an unexpected Change Cipher Spec record. 55 SSL_ERROR_RX_UNEXPECTED_ALERT=SSL received an unexpected Alert record. 56 SSL_ERROR_RX_UNEXPECTED_HANDSHAKE=SSL received an unexpected Handshake record. 57 SSL_ERROR_RX_UNEXPECTED_APPLICATION_DATA=SSL received an unexpected Application Data record. 58 SSL_ERROR_RX_UNKNOWN_RECORD_TYPE=SSL received a record with an unknown content type. 59 SSL_ERROR_RX_UNKNOWN_HANDSHAKE=SSL received a handshake message with an unknown message type. 60 SSL_ERROR_RX_UNKNOWN_ALERT=SSL received an alert record with an unknown alert description. 61 SSL_ERROR_CLOSE_NOTIFY_ALERT=SSL peer has closed this connection. 62 SSL_ERROR_HANDSHAKE_UNEXPECTED_ALERT=SSL peer was not expecting a handshake message it received. 63 SSL_ERROR_DECOMPRESSION_FAILURE_ALERT=SSL peer was unable to successfully decompress an SSL record it received. 64 SSL_ERROR_HANDSHAKE_FAILURE_ALERT=SSL peer was unable to negotiate an acceptable set of security parameters. 65 SSL_ERROR_ILLEGAL_PARAMETER_ALERT=SSL peer rejected a handshake message for unacceptable content. 66 SSL_ERROR_UNSUPPORTED_CERT_ALERT=SSL peer does not support certificates of the type it received. 67 SSL_ERROR_CERTIFICATE_UNKNOWN_ALERT=SSL peer had some unspecified issue with the certificate it received. 68 SSL_ERROR_GENERATE_RANDOM_FAILURE=SSL experienced a failure of its random number generator. 69 SSL_ERROR_SIGN_HASHES_FAILURE=Unable to digitally sign data required to verify your certificate. 70 SSL_ERROR_EXTRACT_PUBLIC_KEY_FAILURE=SSL was unable to extract the public key from the peer’s certificate. 71 SSL_ERROR_SERVER_KEY_EXCHANGE_FAILURE=Unspecified failure while processing SSL Server Key Exchange handshake. 72 SSL_ERROR_CLIENT_KEY_EXCHANGE_FAILURE=Unspecified failure while processing SSL Client Key Exchange handshake. 73 SSL_ERROR_ENCRYPTION_FAILURE=Bulk data encryption algorithm failed in selected cipher suite. 74 SSL_ERROR_DECRYPTION_FAILURE=Bulk data decryption algorithm failed in selected cipher suite. 75 SSL_ERROR_SOCKET_WRITE_FAILURE=Attempt to write encrypted data to underlying socket failed. 76 SSL_ERROR_MD5_DIGEST_FAILURE=MD5 digest function failed. 77 SSL_ERROR_SHA_DIGEST_FAILURE=SHA-1 digest function failed. 78 SSL_ERROR_MAC_COMPUTATION_FAILURE=MAC computation failed. 79 SSL_ERROR_SYM_KEY_CONTEXT_FAILURE=Failure to create Symmetric Key context. 80 SSL_ERROR_SYM_KEY_UNWRAP_FAILURE=Failure to unwrap the Symmetric key in Client Key Exchange message. 81 SSL_ERROR_PUB_KEY_SIZE_LIMIT_EXCEEDED=SSL Server attempted to use domestic-grade public key with export cipher suite. 82 SSL_ERROR_IV_PARAM_FAILURE=PKCS11 code failed to translate an IV into a param. 83 SSL_ERROR_INIT_CIPHER_SUITE_FAILURE=Failed to initialize the selected cipher suite. 84 SSL_ERROR_SESSION_KEY_GEN_FAILURE=Client failed to generate session keys for SSL session. 85 SSL_ERROR_NO_SERVER_KEY_FOR_ALG=Server has no key for the attempted key exchange algorithm. 86 SSL_ERROR_TOKEN_INSERTION_REMOVAL=PKCS#11 token was inserted or removed while operation was in progress. 87 SSL_ERROR_TOKEN_SLOT_NOT_FOUND=No PKCS#11 token could be found to do a required operation. 88 SSL_ERROR_NO_COMPRESSION_OVERLAP=Cannot communicate securely with peer: no common compression algorithm(s). 89 SSL_ERROR_HANDSHAKE_NOT_COMPLETED=Cannot initiate another SSL handshake until current handshake is complete. 90 SSL_ERROR_BAD_HANDSHAKE_HASH_VALUE=Received incorrect handshakes hash values from peer. 91 SSL_ERROR_CERT_KEA_MISMATCH=The certificate provided cannot be used with the selected key exchange algorithm. 92 SSL_ERROR_NO_TRUSTED_SSL_CLIENT_CA=No certificate authority is trusted for SSL client authentication. 93 SSL_ERROR_SESSION_NOT_FOUND=Client’s SSL session ID not found in server’s session cache. 94 SSL_ERROR_DECRYPTION_FAILED_ALERT=Peer was unable to decrypt an SSL record it received. 95 SSL_ERROR_RECORD_OVERFLOW_ALERT=Peer received an SSL record that was longer than is permitted. 96 SSL_ERROR_UNKNOWN_CA_ALERT=Peer does not recognize and trust the CA that issued your certificate. 97 SSL_ERROR_ACCESS_DENIED_ALERT=Peer received a valid certificate, but access was denied. 98 SSL_ERROR_DECODE_ERROR_ALERT=Peer could not decode an SSL handshake message. 99 SSL_ERROR_DECRYPT_ERROR_ALERT=Peer reports failure of signature verification or key exchange. 100 SSL_ERROR_EXPORT_RESTRICTION_ALERT=Peer reports negotiation not in compliance with export regulations. 101 SSL_ERROR_PROTOCOL_VERSION_ALERT=Peer reports incompatible or unsupported protocol version. 102 SSL_ERROR_INSUFFICIENT_SECURITY_ALERT=Server requires ciphers more secure than those supported by client. 103 SSL_ERROR_INTERNAL_ERROR_ALERT=Peer reports it experienced an internal error. 104 SSL_ERROR_USER_CANCELED_ALERT=Peer user canceled handshake. 105 SSL_ERROR_NO_RENEGOTIATION_ALERT=Peer does not permit renegotiation of SSL security parameters. 106 SSL_ERROR_SERVER_CACHE_NOT_CONFIGURED=SSL server cache not configured and not disabled for this socket. 107 SSL_ERROR_UNSUPPORTED_EXTENSION_ALERT=SSL peer does not support requested TLS hello extension. 108 SSL_ERROR_CERTIFICATE_UNOBTAINABLE_ALERT=SSL peer could not obtain your certificate from the supplied URL. 109 SSL_ERROR_UNRECOGNIZED_NAME_ALERT=SSL peer has no certificate for the requested DNS name. 110 SSL_ERROR_BAD_CERT_STATUS_RESPONSE_ALERT=SSL peer was unable to get an OCSP response for its certificate. 111 SSL_ERROR_BAD_CERT_HASH_VALUE_ALERT=SSL peer reported bad certificate hash value. 112 SSL_ERROR_RX_UNEXPECTED_NEW_SESSION_TICKET=SSL received an unexpected New Session Ticket handshake message. 113 SSL_ERROR_RX_MALFORMED_NEW_SESSION_TICKET=SSL received a malformed New Session Ticket handshake message. 114 SSL_ERROR_DECOMPRESSION_FAILURE=SSL received a compressed record that could not be decompressed. 115 SSL_ERROR_RENEGOTIATION_NOT_ALLOWED=Renegotiation is not allowed on this SSL socket. 116 SSL_ERROR_UNSAFE_NEGOTIATION=Peer attempted old style (potentially vulnerable) handshake. 117 SSL_ERROR_RX_UNEXPECTED_UNCOMPRESSED_RECORD=SSL received an unexpected uncompressed record. 118 SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY=SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message. 119 SSL_ERROR_NEXT_PROTOCOL_DATA_INVALID=SSL received invalid NPN extension data. 120 SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_SSL2=SSL feature not supported for SSL 2.0 connections. 121 SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_SERVERS=SSL feature not supported for servers. 122 SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_CLIENTS=SSL feature not supported for clients. 123 SSL_ERROR_INVALID_VERSION_RANGE=SSL version range is not valid. 124 SSL_ERROR_CIPHER_DISALLOWED_FOR_VERSION=SSL peer selected a cipher suite disallowed for the selected protocol version. 125 SSL_ERROR_RX_MALFORMED_HELLO_VERIFY_REQUEST=SSL received a malformed Hello Verify Request handshake message. 126 SSL_ERROR_RX_UNEXPECTED_HELLO_VERIFY_REQUEST=SSL received an unexpected Hello Verify Request handshake message. 127 SSL_ERROR_FEATURE_NOT_SUPPORTED_FOR_VERSION=SSL feature not supported for the protocol version. 128 SSL_ERROR_RX_UNEXPECTED_CERT_STATUS=SSL received an unexpected Certificate Status handshake message. 129 SSL_ERROR_UNSUPPORTED_HASH_ALGORITHM=Unsupported hash algorithm used by TLS peer. 130 SSL_ERROR_DIGEST_FAILURE=Digest function failed. 131 SSL_ERROR_INCORRECT_SIGNATURE_ALGORITHM=Incorrect signature algorithm specified in a digitally-signed element. 132 SSL_ERROR_NEXT_PROTOCOL_NO_CALLBACK=The next protocol negotiation extension was enabled, but the callback was cleared prior to being needed. 133 SSL_ERROR_NEXT_PROTOCOL_NO_PROTOCOL=The server supports no protocols that the client advertises in the ALPN extension. 134 SSL_ERROR_INAPPROPRIATE_FALLBACK_ALERT=The server rejected the handshake because the client downgraded to a lower TLS version than the server supports. 135 SSL_ERROR_WEAK_SERVER_CERT_KEY=The server certificate included a public key that was too weak. 136 SSL_ERROR_RX_SHORT_DTLS_READ=Not enough room in buffer for DTLS record. 137 SSL_ERROR_NO_SUPPORTED_SIGNATURE_ALGORITHM=No supported TLS signature algorithm was configured. 138 SSL_ERROR_UNSUPPORTED_SIGNATURE_ALGORITHM=The peer used an unsupported combination of signature and hash algorithm. 139 SSL_ERROR_MISSING_EXTENDED_MASTER_SECRET=The peer tried to resume without a correct extended_master_secret extension. 140 SSL_ERROR_UNEXPECTED_EXTENDED_MASTER_SECRET=The peer tried to resume with an unexpected extended_master_secret extension. 141 SEC_ERROR_IO=An I/O error occurred during security authorization. 142 SEC_ERROR_LIBRARY_FAILURE=security library failure. 143 SEC_ERROR_BAD_DATA=security library: received bad data. 144 SEC_ERROR_OUTPUT_LEN=security library: output length error. 145 SEC_ERROR_INPUT_LEN=security library has experienced an input length error. 146 SEC_ERROR_INVALID_ARGS=security library: invalid arguments. 147 SEC_ERROR_INVALID_ALGORITHM=security library: invalid algorithm. 148 SEC_ERROR_INVALID_AVA=security library: invalid AVA. 149 SEC_ERROR_INVALID_TIME=Improperly formatted time string. 150 SEC_ERROR_BAD_DER=security library: improperly formatted DER-encoded message. 151 SEC_ERROR_BAD_SIGNATURE=Peer’s certificate has an invalid signature. 152 SEC_ERROR_EXPIRED_CERTIFICATE=Peer’s Certificate has expired. 153 SEC_ERROR_REVOKED_CERTIFICATE=Peer’s Certificate has been revoked. 154 SEC_ERROR_UNKNOWN_ISSUER=Peer’s Certificate issuer is not recognized. 155 SEC_ERROR_BAD_KEY=Peer’s public key is invalid. 156 SEC_ERROR_BAD_PASSWORD=The security password entered is incorrect. 157 SEC_ERROR_RETRY_PASSWORD=New password entered incorrectly. Please try again. 158 SEC_ERROR_NO_NODELOCK=security library: no nodelock. 159 SEC_ERROR_BAD_DATABASE=security library: bad database. 160 SEC_ERROR_NO_MEMORY=security library: memory allocation failure. 161 SEC_ERROR_UNTRUSTED_ISSUER=Peer’s certificate issuer has been marked as not trusted by the user. 162 SEC_ERROR_UNTRUSTED_CERT=Peer’s certificate has been marked as not trusted by the user. 163 SEC_ERROR_DUPLICATE_CERT=Certificate already exists in your database. 164 SEC_ERROR_DUPLICATE_CERT_NAME=Downloaded certificate’s name duplicates one already in your database. 165 SEC_ERROR_ADDING_CERT=Error adding certificate to database. 166 SEC_ERROR_FILING_KEY=Error refiling the key for this certificate. 167 SEC_ERROR_NO_KEY=The private key for this certificate cannot be found in key database 168 SEC_ERROR_CERT_VALID=This certificate is valid. 169 SEC_ERROR_CERT_NOT_VALID=This certificate is not valid. 170 SEC_ERROR_CERT_NO_RESPONSE=Cert Library: No Response 171 SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE=The certificate issuer’s certificate has expired. Check your system date and time. 172 SEC_ERROR_CRL_EXPIRED=The CRL for the certificate’s issuer has expired. Update it or check your system date and time. 173 SEC_ERROR_CRL_BAD_SIGNATURE=The CRL for the certificate’s issuer has an invalid signature. 174 SEC_ERROR_CRL_INVALID=New CRL has an invalid format. 175 SEC_ERROR_EXTENSION_VALUE_INVALID=Certificate extension value is invalid. 176 SEC_ERROR_EXTENSION_NOT_FOUND=Certificate extension not found. 177 SEC_ERROR_CA_CERT_INVALID=Issuer certificate is invalid. 178 SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID=Certificate path length constraint is invalid. 179 SEC_ERROR_CERT_USAGES_INVALID=Certificate usages field is invalid. 180 SEC_INTERNAL_ONLY=**Internal ONLY module** 181 SEC_ERROR_INVALID_KEY=The key does not support the requested operation. 182 SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION=Certificate contains unknown critical extension. 183 SEC_ERROR_OLD_CRL=New CRL is not later than the current one. 184 SEC_ERROR_NO_EMAIL_CERT=Not encrypted or signed: you do not yet have an email certificate. 185 SEC_ERROR_NO_RECIPIENT_CERTS_QUERY=Not encrypted: you do not have certificates for each of the recipients. 186 SEC_ERROR_NOT_A_RECIPIENT=Cannot decrypt: you are not a recipient, or matching certificate and private key not found. 187 SEC_ERROR_PKCS7_KEYALG_MISMATCH=Cannot decrypt: key encryption algorithm does not match your certificate. 188 SEC_ERROR_PKCS7_BAD_SIGNATURE=Signature verification failed: no signer found, too many signers found, or improper or corrupted data. 189 SEC_ERROR_UNSUPPORTED_KEYALG=Unsupported or unknown key algorithm. 190 SEC_ERROR_DECRYPTION_DISALLOWED=Cannot decrypt: encrypted using a disallowed algorithm or key size. 191 XP_SEC_FORTEZZA_BAD_CARD=Fortezza card has not been properly initialized. Please remove it and return it to your issuer. 192 XP_SEC_FORTEZZA_NO_CARD=No Fortezza cards Found 193 XP_SEC_FORTEZZA_NONE_SELECTED=No Fortezza card selected 194 XP_SEC_FORTEZZA_MORE_INFO=Please select a personality to get more info on 195 XP_SEC_FORTEZZA_PERSON_NOT_FOUND=Personality not found 196 XP_SEC_FORTEZZA_NO_MORE_INFO=No more information on that Personality 197 XP_SEC_FORTEZZA_BAD_PIN=Invalid Pin 198 XP_SEC_FORTEZZA_PERSON_ERROR=Couldn’t initialize Fortezza personalities. 199 SEC_ERROR_NO_KRL=No KRL for this site’s certificate has been found. 200 SEC_ERROR_KRL_EXPIRED=The KRL for this site’s certificate has expired. 201 SEC_ERROR_KRL_BAD_SIGNATURE=The KRL for this site’s certificate has an invalid signature. 202 SEC_ERROR_REVOKED_KEY=The key for this site’s certificate has been revoked. 203 SEC_ERROR_KRL_INVALID=New KRL has an invalid format. 204 SEC_ERROR_NEED_RANDOM=security library: need random data. 205 SEC_ERROR_NO_MODULE=security library: no security module can perform the requested operation. 206 SEC_ERROR_NO_TOKEN=The security card or token does not exist, needs to be initialized, or has been removed. 207 SEC_ERROR_READ_ONLY=security library: read-only database. 208 SEC_ERROR_NO_SLOT_SELECTED=No slot or token was selected. 209 SEC_ERROR_CERT_NICKNAME_COLLISION=A certificate with the same nickname already exists. 210 SEC_ERROR_KEY_NICKNAME_COLLISION=A key with the same nickname already exists. 211 SEC_ERROR_SAFE_NOT_CREATED=error while creating safe object 212 SEC_ERROR_BAGGAGE_NOT_CREATED=error while creating baggage object 213 XP_JAVA_REMOVE_PRINCIPAL_ERROR=Couldn’t remove the principal 214 XP_JAVA_DELETE_PRIVILEGE_ERROR=Couldn’t delete the privilege 215 XP_JAVA_CERT_NOT_EXISTS_ERROR=This principal doesn’t have a certificate 216 SEC_ERROR_BAD_EXPORT_ALGORITHM=Required algorithm is not allowed. 217 SEC_ERROR_EXPORTING_CERTIFICATES=Error attempting to export certificates. 218 SEC_ERROR_IMPORTING_CERTIFICATES=Error attempting to import certificates. 219 SEC_ERROR_PKCS12_DECODING_PFX=Unable to import. Decoding error. File not valid. 220 SEC_ERROR_PKCS12_INVALID_MAC=Unable to import. Invalid MAC. Incorrect password or corrupt file. 221 SEC_ERROR_PKCS12_UNSUPPORTED_MAC_ALGORITHM=Unable to import. MAC algorithm not supported. 222 SEC_ERROR_PKCS12_UNSUPPORTED_TRANSPORT_MODE=Unable to import. Only password integrity and privacy modes supported. 223 SEC_ERROR_PKCS12_CORRUPT_PFX_STRUCTURE=Unable to import. File structure is corrupt. 224 SEC_ERROR_PKCS12_UNSUPPORTED_PBE_ALGORITHM=Unable to import. Encryption algorithm not supported. 225 SEC_ERROR_PKCS12_UNSUPPORTED_VERSION=Unable to import. File version not supported. 226 SEC_ERROR_PKCS12_PRIVACY_PASSWORD_INCORRECT=Unable to import. Incorrect privacy password. 227 SEC_ERROR_PKCS12_CERT_COLLISION=Unable to import. Same nickname already exists in database. 228 SEC_ERROR_USER_CANCELLED=The user pressed cancel. 229 SEC_ERROR_PKCS12_DUPLICATE_DATA=Not imported, already in database. 230 SEC_ERROR_MESSAGE_SEND_ABORTED=Message not sent. 231 SEC_ERROR_INADEQUATE_KEY_USAGE=Certificate key usage inadequate for attempted operation. 232 SEC_ERROR_INADEQUATE_CERT_TYPE=Certificate type not approved for application. 233 SEC_ERROR_CERT_ADDR_MISMATCH=Address in signing certificate does not match address in message headers. 234 SEC_ERROR_PKCS12_UNABLE_TO_IMPORT_KEY=Unable to import. Error attempting to import private key. 235 SEC_ERROR_PKCS12_IMPORTING_CERT_CHAIN=Unable to import. Error attempting to import certificate chain. 236 SEC_ERROR_PKCS12_UNABLE_TO_LOCATE_OBJECT_BY_NAME=Unable to export. Unable to locate certificate or key by nickname. 237 SEC_ERROR_PKCS12_UNABLE_TO_EXPORT_KEY=Unable to export. Private Key could not be located and exported. 238 SEC_ERROR_PKCS12_UNABLE_TO_WRITE=Unable to export. Unable to write the export file. 239 SEC_ERROR_PKCS12_UNABLE_TO_READ=Unable to import. Unable to read the import file. 240 SEC_ERROR_PKCS12_KEY_DATABASE_NOT_INITIALIZED=Unable to export. Key database corrupt or deleted. 241 SEC_ERROR_KEYGEN_FAIL=Unable to generate public/private key pair. 242 SEC_ERROR_INVALID_PASSWORD=Password entered is invalid. Please pick a different one. 243 SEC_ERROR_RETRY_OLD_PASSWORD=Old password entered incorrectly. Please try again. 244 SEC_ERROR_BAD_NICKNAME=Certificate nickname already in use. 245 SEC_ERROR_NOT_FORTEZZA_ISSUER=Peer FORTEZZA chain has a non-FORTEZZA Certificate. 246 SEC_ERROR_CANNOT_MOVE_SENSITIVE_KEY=A sensitive key cannot be moved to the slot where it is needed. 247 SEC_ERROR_JS_INVALID_MODULE_NAME=Invalid module name. 248 SEC_ERROR_JS_INVALID_DLL=Invalid module path/filename 249 SEC_ERROR_JS_ADD_MOD_FAILURE=Unable to add module 250 SEC_ERROR_JS_DEL_MOD_FAILURE=Unable to delete module 251 SEC_ERROR_OLD_KRL=New KRL is not later than the current one. 252 SEC_ERROR_CKL_CONFLICT=New CKL has different issuer than current CKL. Delete current CKL. 253 SEC_ERROR_CERT_NOT_IN_NAME_SPACE=The Certifying Authority for this certificate is not permitted to issue a certificate with this name. 254 SEC_ERROR_KRL_NOT_YET_VALID=The key revocation list for this certificate is not yet valid. 255 SEC_ERROR_CRL_NOT_YET_VALID=The certificate revocation list for this certificate is not yet valid. 256 SEC_ERROR_UNKNOWN_CERT=The requested certificate could not be found. 257 SEC_ERROR_UNKNOWN_SIGNER=The signer’s certificate could not be found. 258 SEC_ERROR_CERT_BAD_ACCESS_LOCATION=The location for the certificate status server has invalid format. 259 SEC_ERROR_OCSP_UNKNOWN_RESPONSE_TYPE=The OCSP response cannot be fully decoded; it is of an unknown type. 260 SEC_ERROR_OCSP_BAD_HTTP_RESPONSE=The OCSP server returned unexpected/invalid HTTP data. 261 SEC_ERROR_OCSP_MALFORMED_REQUEST=The OCSP server found the request to be corrupted or improperly formed. 262 SEC_ERROR_OCSP_SERVER_ERROR=The OCSP server experienced an internal error. 263 SEC_ERROR_OCSP_TRY_SERVER_LATER=The OCSP server suggests trying again later. 264 SEC_ERROR_OCSP_REQUEST_NEEDS_SIG=The OCSP server requires a signature on this request. 265 SEC_ERROR_OCSP_UNAUTHORIZED_REQUEST=The OCSP server has refused this request as unauthorized. 266 SEC_ERROR_OCSP_UNKNOWN_RESPONSE_STATUS=The OCSP server returned an unrecognizable status. 267 SEC_ERROR_OCSP_UNKNOWN_CERT=The OCSP server has no status for the certificate. 268 SEC_ERROR_OCSP_NOT_ENABLED=You must enable OCSP before performing this operation. 269 SEC_ERROR_OCSP_NO_DEFAULT_RESPONDER=You must set the OCSP default responder before performing this operation. 270 SEC_ERROR_OCSP_MALFORMED_RESPONSE=The response from the OCSP server was corrupted or improperly formed. 271 SEC_ERROR_OCSP_UNAUTHORIZED_RESPONSE=The signer of the OCSP response is not authorized to give status for this certificate. 272 SEC_ERROR_OCSP_FUTURE_RESPONSE=The OCSP response is not yet valid (contains a date in the future). 273 SEC_ERROR_OCSP_OLD_RESPONSE=The OCSP response contains out-of-date information. 274 SEC_ERROR_DIGEST_NOT_FOUND=The CMS or PKCS #7 Digest was not found in signed message. 275 SEC_ERROR_UNSUPPORTED_MESSAGE_TYPE=The CMS or PKCS #7 Message type is unsupported. 276 SEC_ERROR_MODULE_STUCK=PKCS #11 module could not be removed because it is still in use. 277 SEC_ERROR_BAD_TEMPLATE=Could not decode ASN.1 data. Specified template was invalid. 278 SEC_ERROR_CRL_NOT_FOUND=No matching CRL was found. 279 SEC_ERROR_REUSED_ISSUER_AND_SERIAL=You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert. 280 SEC_ERROR_BUSY=NSS could not shutdown. Objects are still in use. 281 SEC_ERROR_EXTRA_INPUT=DER-encoded message contained extra unused data. 282 SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE=Unsupported elliptic curve. 283 SEC_ERROR_UNSUPPORTED_EC_POINT_FORM=Unsupported elliptic curve point form. 284 SEC_ERROR_UNRECOGNIZED_OID=Unrecognized Object Identifier. 285 SEC_ERROR_OCSP_INVALID_SIGNING_CERT=Invalid OCSP signing certificate in OCSP response. 286 SEC_ERROR_REVOKED_CERTIFICATE_CRL=Certificate is revoked in issuer’s certificate revocation list. 287 SEC_ERROR_REVOKED_CERTIFICATE_OCSP=Issuer’s OCSP responder reports certificate is revoked. 288 SEC_ERROR_CRL_INVALID_VERSION=Issuer’s Certificate Revocation List has an unknown version number. 289 SEC_ERROR_CRL_V1_CRITICAL_EXTENSION=Issuer’s V1 Certificate Revocation List has a critical extension. 290 SEC_ERROR_CRL_UNKNOWN_CRITICAL_EXTENSION=Issuer’s V2 Certificate Revocation List has an unknown critical extension. 291 SEC_ERROR_UNKNOWN_OBJECT_TYPE=Unknown object type specified. 292 SEC_ERROR_INCOMPATIBLE_PKCS11=PKCS #11 driver violates the spec in an incompatible way. 293 SEC_ERROR_NO_EVENT=No new slot event is available at this time. 294 SEC_ERROR_CRL_ALREADY_EXISTS=CRL already exists. 295 SEC_ERROR_NOT_INITIALIZED=NSS is not initialized. 296 SEC_ERROR_TOKEN_NOT_LOGGED_IN=The operation failed because the PKCS#11 token is not logged in. 297 SEC_ERROR_OCSP_RESPONDER_CERT_INVALID=Configured OCSP responder’s certificate is invalid. 298 SEC_ERROR_OCSP_BAD_SIGNATURE=OCSP response has an invalid signature. 299 SEC_ERROR_OUT_OF_SEARCH_LIMITS=Cert validation search is out of search limits 300 SEC_ERROR_INVALID_POLICY_MAPPING=Policy mapping contains anypolicy 301 SEC_ERROR_POLICY_VALIDATION_FAILED=Cert chain fails policy validation 302 SEC_ERROR_UNKNOWN_AIA_LOCATION_TYPE=Unknown location type in cert AIA extension 303 SEC_ERROR_BAD_HTTP_RESPONSE=Server returned bad HTTP response 304 SEC_ERROR_BAD_LDAP_RESPONSE=Server returned bad LDAP response 305 SEC_ERROR_FAILED_TO_ENCODE_DATA=Failed to encode data with ASN1 encoder 306 SEC_ERROR_BAD_INFO_ACCESS_LOCATION=Bad information access location in cert extension 307 SEC_ERROR_LIBPKIX_INTERNAL=Libpkix internal error occurred during cert validation. 308 SEC_ERROR_PKCS11_GENERAL_ERROR=A PKCS #11 module returned CKR_GENERAL_ERROR, indicating that an unrecoverable error has occurred. 309 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. 310 SEC_ERROR_PKCS11_DEVICE_ERROR=A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot. 311 SEC_ERROR_BAD_INFO_ACCESS_METHOD=Unknown information access method in certificate extension. 312 SEC_ERROR_CRL_IMPORT_FAILED=Error attempting to import a CRL. 313 SEC_ERROR_EXPIRED_PASSWORD=The password expired. 314 SEC_ERROR_LOCKED_PASSWORD=The password is locked. 315 SEC_ERROR_UNKNOWN_PKCS11_ERROR=Unknown PKCS #11 error. 316 SEC_ERROR_BAD_CRL_DP_URL=Invalid or unsupported URL in CRL distribution point name. 317 SEC_ERROR_CERT_SIGNATURE_ALGORITHM_DISABLED=The certificate was signed using a signature algorithm that is disabled because it is not secure. 318 MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE=The server uses key pinning (HPKP) but no trusted certificate chain could be constructed that matches the pinset. Key pinning violations cannot be overridden. 319 MOZILLA_PKIX_ERROR_CA_CERT_USED_AS_END_ENTITY=The server uses a certificate with a basic constraints extension identifying it as a certificate authority. For a properly-issued certificate, this should not be the case. 320 MOZILLA_PKIX_ERROR_INADEQUATE_KEY_SIZE=The server presented a certificate with a key size that is too small to establish a secure connection. 321 MOZILLA_PKIX_ERROR_V1_CERT_USED_AS_CA=An X.509 version 1 certificate that is not a trust anchor was used to issue the server’s certificate. X.509 version 1 certificates are deprecated and should not be used to sign other certificates. 322 MOZILLA_PKIX_ERROR_NOT_YET_VALID_CERTIFICATE=The server presented a certificate that is not yet valid. 323 MOZILLA_PKIX_ERROR_NOT_YET_VALID_ISSUER_CERTIFICATE=A certificate that is not yet valid was used to issue the server’s certificate. 324 MOZILLA_PKIX_ERROR_SIGNATURE_ALGORITHM_MISMATCH=The signature algorithm in the signature field of the certificate does not match the algorithm in its signatureAlgorithm field. 325 MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING=The OCSP response does not include a status for the certificate being verified. 326 MOZILLA_PKIX_ERROR_VALIDITY_TOO_LONG=The server presented a certificate that is valid for too long. 327 MOZILLA_PKIX_ERROR_REQUIRED_TLS_FEATURE_MISSING=A required TLS feature is missing. 328 MOZILLA_PKIX_ERROR_INVALID_INTEGER_ENCODING=The server presented a certificate that contains an invalid encoding of an integer. Common causes include negative serial numbers, negative RSA moduli, and encodings that are longer than necessary. 329 MOZILLA_PKIX_ERROR_EMPTY_ISSUER_NAME=The server presented a certificate with an empty issuer distinguished name. 330 MOZILLA_PKIX_ERROR_ADDITIONAL_POLICY_CONSTRAINT_FAILED=An additional policy constraint failed when validating this certificate. 331 MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT=The certificate is not trusted because it is self-signed. 332 MOZILLA_PKIX_ERROR_INSUFFICIENT_CERTIFICATE_TRANSPARENCY=The server presented insufficient certificate transparency information. Its certificate may not have been publicly disclosed, and it may have been misissued. 333 MOZILLA_PKIX_ERROR_ISSUER_NO_LONGER_TRUSTED=The certificate authority that issued the certificate was distrusted before the certificate was issued.