Lines Matching defs:version
566 void msg_cb(int write_p, int version, int content_type, const void *buf,
575 if (version == SSL3_VERSION ||
576 version == TLS1_VERSION ||
577 version == TLS1_1_VERSION ||
578 version == TLS1_2_VERSION ||
579 version == TLS1_3_VERSION ||
580 version == DTLS1_VERSION || version == DTLS1_BAD_VER) {
581 str_version = lookup(version, ssl_versions, "???");
627 BIO_snprintf(tmpbuf, sizeof(tmpbuf)-1, "Not TLS data or unknown version (version=%d, content_type=%d)", version, content_type);
1218 BIO_printf(bio_err, "Protocol version: %s\n", SSL_get_version(s));