Searched refs:SSL_ERROR_PROTOCOL_VERSION_ALERT (Results 1 – 4 of 4) sorted by relevance
151 SSL_ERROR_PROTOCOL_VERSION_ALERT = (SSL_ERROR_BASE + 98), enumerator
323 ER3(SSL_ERROR_PROTOCOL_VERSION_ALERT , (SSL_ERROR_BASE + 98),
3483 case protocol_version: error = SSL_ERROR_PROTOCOL_VERSION_ALERT; break; in ssl3_HandleAlert()
320 case SSL_ERROR_PROTOCOL_VERSION_ALERT: in MapNSSError()