mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
b=141268 OCSP error messages should say OCSP, not OSCP (typo)
r=hixie sr=alecf a=asa
This commit is contained in:
parent
b74ca5d426
commit
8edfce7940
@ -196,18 +196,18 @@ CRLExpired=Certificate Revocation List (CRL) from the CA certifying %S is past i
|
||||
CRLNotYetValid=Certificate Revocation List (CRL) from the CA certifying %S is not yet valid. Please check your system clock.
|
||||
CRLSigNotValid=Certificate Revocation List (CRL) from the CA certifying %S has an invalid digital signature.
|
||||
CRLSNotValid=Certificate Revocation List (CRL) from the CA certifying %S is not valid.
|
||||
OCSPMalformedRequest=Error trying to validate certificate from %S using OSCP - malformed request.
|
||||
OCSPRequestNeedsSig=Error trying to validate certificate from %S using OSCP - request needs signature.
|
||||
OCSPUnauthorizedReq=Error trying to validate certificate from %S using OSCP - unauthorized request.
|
||||
OCSPServerError=Error trying to validate certificate from %S using OSCP - server error.
|
||||
OCSPTryServerLater=Error trying to validate certificate from %S using OSCP - server is busy. Please try again later.
|
||||
OCSPFutureResponse=Error trying to validate certificate from %S using OSCP - response contains a date which is in the future.
|
||||
OCSPOldResponse=Error trying to validate certificate from %S using OSCP - old response.
|
||||
OCSPCorruptedResponse=Error trying to validate certificate from %S using OSCP - corrupted or unknown response. Error Code: %S.
|
||||
OCSPUnauthorizedResponse=Error trying to validate certificate from %S using OSCP - unauthorized response.
|
||||
OCSPUnknownCert=Error trying to validate certificate from %S using OSCP - unknown certificate.
|
||||
OCSPNoDefaultResponder=Error trying to validate certificate from %S using OSCP - no default responder specified.
|
||||
OCSPDirLookup=Error trying to validate certificate from %S using OSCP - directory lookup error.
|
||||
OCSPMalformedRequest=Error trying to validate certificate from %S using OCSP - malformed request.
|
||||
OCSPRequestNeedsSig=Error trying to validate certificate from %S using OCSP - request needs signature.
|
||||
OCSPUnauthorizedReq=Error trying to validate certificate from %S using OCSP - unauthorized request.
|
||||
OCSPServerError=Error trying to validate certificate from %S using OCSP - server error.
|
||||
OCSPTryServerLater=Error trying to validate certificate from %S using OCSP - server is busy. Please try again later.
|
||||
OCSPFutureResponse=Error trying to validate certificate from %S using OCSP - response contains a date which is in the future.
|
||||
OCSPOldResponse=Error trying to validate certificate from %S using OCSP - old response.
|
||||
OCSPCorruptedResponse=Error trying to validate certificate from %S using OCSP - corrupted or unknown response. Error Code: %S.
|
||||
OCSPUnauthorizedResponse=Error trying to validate certificate from %S using OCSP - unauthorized response.
|
||||
OCSPUnknownCert=Error trying to validate certificate from %S using OCSP - unknown certificate.
|
||||
OCSPNoDefaultResponder=Error trying to validate certificate from %S using OCSP - no default responder specified.
|
||||
OCSPDirLookup=Error trying to validate certificate from %S using OCSP - directory lookup error.
|
||||
CertInfoIssuedFor=Issued to:
|
||||
CertInfoIssuedBy=Issued by:
|
||||
CertInfoValid=Valid
|
||||
|
Loading…
Reference in New Issue
Block a user