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