Searched refs:sslErrorStr (Results 1 – 1 of 1) sorted by relevance
781 const char* sslErrorStr = nullptr; in throwSSLExceptionWithSslErrors() local785 sslErrorStr = "OK"; in throwSSLExceptionWithSslErrors()787 sslErrorStr = ""; in throwSSLExceptionWithSslErrors()791 sslErrorStr = "Failure in SSL library, usually a protocol error"; in throwSSLExceptionWithSslErrors()794 sslErrorStr = "SSL_ERROR_WANT_READ occurred. You should never see this."; in throwSSLExceptionWithSslErrors()797 sslErrorStr = "SSL_ERROR_WANT_WRITE occurred. You should never see this."; in throwSSLExceptionWithSslErrors()800 sslErrorStr = "SSL_ERROR_WANT_X509_LOOKUP occurred. You should never see this."; in throwSSLExceptionWithSslErrors()803 sslErrorStr = "I/O error during system call"; in throwSSLExceptionWithSslErrors()806 sslErrorStr = "SSL_ERROR_ZERO_RETURN occurred. You should never see this."; in throwSSLExceptionWithSslErrors()809 sslErrorStr = "SSL_ERROR_WANT_CONNECT occurred. You should never see this."; in throwSSLExceptionWithSslErrors()[all …]