Searched refs:SSL3 (Results 1 – 4 of 4) sorted by relevance
31 SSL3 = 0x20, enumerator40 PROTOCOLS_DEFAULT = SSL3 | TLS176 config->ssl3_enabled = ((protocols & SSL3) != 0); in GetSSLConfigNow()
45 gs->inbuf SSL3 only: incoming (encrypted) ssl records are placed here,50 SSL3: ssl3_HandleHandshake puts decrypted ssl records here.52 hs.msg_body (SSL3 only) When an incoming handshake message spans more 56 hs.msgState (SSL3 only) an alternative set of pointers/lengths for gs->buf.130 SSL3: (in ssl3_HandleRecord )
20 Enables SSL3+ clients to send application data immediately following the
83 SSL3 = 1 << 1, enumerator176 if (ssl_version_mask & SSL3) in InitializeHandle()467 ssl_version_mask |= SSL3; in InitializeSSLContext()