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:
rangansen%netscape.com
2002-01-16 00:18:58 +00:00
parent 07d1aed3b1
commit cd65875636
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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();