Lines Matching defs:versions
448 * Using this macro is required for older versions of OpenSSL to
451 * On later versions this function is no longer needed and is
654 uint32_t versions = tls_versions;
661 * specific protocol versions, like SSL_OP_NO_TLSv1_2,
670 /* TLS protocol versions are defined as powers of two. */
678 * Only supported versions should ever be passed to the
688 versions &= ~(tls_ver);
691 /* All versions should be processed at this point, thus the value
695 INSIST(versions == 0);
1107 * Unfortunately, some quite old versions of OpenSSL (< 1.1.1)