Searched refs:sslErrorStr (Results 1 – 1 of 1) sorted by relevance
404 const char* sslErrorStr = nullptr; in throwSSLExceptionWithSslErrors() local408 sslErrorStr = "OK"; in throwSSLExceptionWithSslErrors()410 sslErrorStr = ""; in throwSSLExceptionWithSslErrors()414 sslErrorStr = "Failure in SSL library, usually a protocol error"; in throwSSLExceptionWithSslErrors()417 sslErrorStr = "SSL_ERROR_WANT_READ occurred. You should never see this."; in throwSSLExceptionWithSslErrors()420 sslErrorStr = "SSL_ERROR_WANT_WRITE occurred. You should never see this."; in throwSSLExceptionWithSslErrors()423 sslErrorStr = "SSL_ERROR_WANT_X509_LOOKUP occurred. You should never see this."; in throwSSLExceptionWithSslErrors()426 sslErrorStr = "I/O error during system call"; in throwSSLExceptionWithSslErrors()429 sslErrorStr = "SSL_ERROR_ZERO_RETURN occurred. You should never see this."; in throwSSLExceptionWithSslErrors()432 sslErrorStr = "SSL_ERROR_WANT_CONNECT occurred. You should never see this."; in throwSSLExceptionWithSslErrors()[all …]