Searched refs:sslErrorStr (Results 1 – 1 of 1) sorted by relevance
768 const char* sslErrorStr = NULL; in throwSSLExceptionWithSslErrors() local772 sslErrorStr = "OK"; in throwSSLExceptionWithSslErrors()774 sslErrorStr = ""; in throwSSLExceptionWithSslErrors()778 sslErrorStr = "Failure in SSL library, usually a protocol error"; in throwSSLExceptionWithSslErrors()781 sslErrorStr = "SSL_ERROR_WANT_READ occurred. You should never see this."; in throwSSLExceptionWithSslErrors()784 sslErrorStr = "SSL_ERROR_WANT_WRITE occurred. You should never see this."; in throwSSLExceptionWithSslErrors()787 sslErrorStr = "SSL_ERROR_WANT_X509_LOOKUP occurred. You should never see this."; in throwSSLExceptionWithSslErrors()790 sslErrorStr = "I/O error during system call"; in throwSSLExceptionWithSslErrors()793 sslErrorStr = "SSL_ERROR_ZERO_RETURN occurred. You should never see this."; in throwSSLExceptionWithSslErrors()796 sslErrorStr = "SSL_ERROR_WANT_CONNECT occurred. You should never see this."; in throwSSLExceptionWithSslErrors()[all …]