зеркало из https://github.com/mozilla/pjs.git
b=141268 OCSP error messages should say OCSP, not OSCP (typo)
r=hixie sr=alecf a=asa
This commit is contained in:
Родитель
de8050310c
Коммит
ce4ce38ba8
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче