Lines Matching refs:errStr

231     QString errStr;  in errorString()  local
234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
240 errStr = QSslSocket::tr("The certificate signature could not be decrypted"); in errorString()
243 errStr = QSslSocket::tr("The public key in the certificate could not be read"); in errorString()
246 errStr = QSslSocket::tr("The signature of the certificate is invalid"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
255 errStr = QSslSocket::tr("The certificate's notBefore field contains an invalid time"); in errorString()
258 errStr = QSslSocket::tr("The certificate's notAfter field contains an invalid time"); in errorString()
261 errStr = QSslSocket::tr("The certificate is self-signed, and untrusted"); in errorString()
264errStr = QSslSocket::tr("The root certificate of the certificate chain is self-signed, and untrust… in errorString()
267errStr = QSslSocket::tr("The issuer certificate of a locally looked up certificate could not be fo… in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
276 errStr = QSslSocket::tr("The basicConstraints path length parameter has been exceeded"); in errorString()
279 errStr = QSslSocket::tr("The supplied certificate is unsuitable for this purpose"); in errorString()
282 errStr = QSslSocket::tr("The root CA certificate is not trusted for this purpose"); in errorString()
285errStr = QSslSocket::tr("The root CA certificate is marked to reject the specified purpose"); in errorString()
288 errStr = QSslSocket::tr("The current candidate issuer certificate was rejected because its" in errorString()
292 errStr = QSslSocket::tr("The current candidate issuer certificate was rejected because" in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
300 errStr = QSslSocket::tr("The host name did not match any of the valid hosts" in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
312 errStr = QSslSocket::tr("The OCSP status request had invalid syntax"); in errorString()
315errStr = QSslSocket::tr("OCSP response contains an unexpected number of SingleResponse structures"… in errorString()
318 errStr = QSslSocket::tr("OCSP responder reached an inconsistent internal state"); in errorString()
321errStr = QSslSocket::tr("OCSP responder was unable to return a status for the requested certificat… in errorString()
324errStr = QSslSocket::tr("The server requires the client to sign the OCSP request in order to const… in errorString()
327errStr = QSslSocket::tr("The client is not authorized to request OCSP status from this server"); in errorString()
330 errStr = QSslSocket::tr("OCSP responder's identity cannot be verified"); in errorString()
333errStr = QSslSocket::tr("The identity of a certificate in an OCSP response cannot be established"); in errorString()
336 errStr = QSslSocket::tr("The certificate status response has expired"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
342 errStr = QSslSocket::tr("Unknown error"); in errorString()
346 return errStr; in errorString()