SecurityEngineering/x509Certs: Difference between revisions

Line 153: Line 153:
|-
|-
| SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID || ||
| SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID || ||
|-
| SEC_ERROR_POLICY_VALIDATION_FAILED || ||
|-
| SEC_ERROR_REVOKED_CERTIFICATE || ||
|-
|-
| SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION || A certificate contains an extension marked as critical that is not handled by mozilla::pkix || Re-generate the certificate without the extension or with it not marked as critical
| SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION || A certificate contains an extension marked as critical that is not handled by mozilla::pkix || Re-generate the certificate without the extension or with it not marked as critical
|-
|-
| SEC_ERROR_UNKNOWN_ISSUER || ||
| SEC_ERROR_UNKNOWN_ISSUER || Either a missing intermediate or root certificate is necessary to verify the certificate || Import the root certificate into Firefox or have the server send the intermediate
|-
| SEC_ERROR_UNTRUSTED_CERT || ||
|-
| SEC_ERROR_UNTRUSTED_ISSUER || ||
|-
| SEC_ERROR_OCSP_BAD_SIGNATURE || ||
|-
| SEC_ERROR_OCSP_INVALID_SIGNING_CERT || ||
|-
| SEC_ERROR_OCSP_MALFORMED_REQUEST || ||
|-
| SEC_ERROR_OCSP_MALFORMED_RESPONSE || ||
|-
| SEC_ERROR_OCSP_OLD_RESPONSE || ||
|-
| SEC_ERROR_OCSP_REQUEST_NEEDS_SIG || ||
|-
| SEC_ERROR_OCSP_RESPONDER_CERT_INVALID || ||
|-
| SEC_ERROR_OCSP_SERVER_ERROR || ||
|-
| SEC_ERROR_OCSP_TRY_SERVER_LATER || ||
|-
| SEC_ERROR_OCSP_UNAUTHORIZED_REQUEST || ||
|-
| SEC_ERROR_OCSP_UNKNOWN_RESPONSE_STATUS || ||
|-
| SEC_ERROR_OCSP_UNKNOWN_CERT || ||
|-
| SEC_ERROR_OCSP_FUTURE_RESPONSE || ||
|-
|-
| SEC_ERROR_INVALID_KEY || ||
| SEC_ERROR_INVALID_KEY || ||
Line 196: Line 162:
| SEC_ERROR_UNSUPPORTED_KEYALG || ||
| SEC_ERROR_UNSUPPORTED_KEYALG || ||
|-
|-
| SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE || ||
| SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE || An issuer certificate is too old || Re-issue the issuer certificate
|-
|-
| MOZILLA_PKIX_ERROR_CA_CERT_USED_AS_END_ENTITY || ||
| MOZILLA_PKIX_ERROR_CA_CERT_USED_AS_END_ENTITY || A certificate with a basic constraints extension with cA:TRUE is being used as an end-entity certificate || Re-generate the end-entity certificate without the basic constraints extension
|-
|-
| MOZILLA_PKIX_ERROR_INADEQUATE_KEY_SIZE || ||
| MOZILLA_PKIX_ERROR_INADEQUATE_KEY_SIZE || A certificate has a key that is too small to be secure || Re-generate a larger key and issue a certificate using that key
|-
|-
|}
|}
Confirmed users
299

edits