bug# 107491 - missed this last time
git-svn-id: svn://10.0.0.236/trunk@112245 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -182,6 +182,7 @@ OCSPCorruptedResponse=Error trying to validate certificate from %S using OSCP -
|
||||
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.
|
||||
CertInfoIssuedFor=Issued to:
|
||||
CertInfoIssuedBy=Issued by:
|
||||
CertInfoValid=Valid
|
||||
|
||||
@@ -621,6 +621,13 @@ nsHandleSSLError(nsNSSSocketInfo *socketInfo, PRInt32 err)
|
||||
params, 1,
|
||||
getter_Copies(formattedString));
|
||||
break;
|
||||
|
||||
case PR_DIRECTORY_LOOKUP_ERROR:
|
||||
params[0] = hostNameU.get();
|
||||
nssComponent->PIPBundleFormatStringFromName(NS_LITERAL_STRING("OCSPDirLookup").get(),
|
||||
params, 1,
|
||||
getter_Copies(formattedString));
|
||||
break;
|
||||
|
||||
case SEC_ERROR_REVOKED_CERTIFICATE:
|
||||
params[0] = hostNameU.get();
|
||||
|
||||
Reference in New Issue
Block a user