Home
last modified time | relevance | path

Searched refs:set_protocol_version (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dssl_old_test.c866 * set_protocol_version - Sets protocol version minimum or maximum
870 static int set_protocol_version(const char *version, SSL *ssl, int setting) in set_protocol_version() function
1768 if (!set_protocol_version(server_min_proto, s_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION)) in main()
1770 if (!set_protocol_version(server_max_proto, s_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION)) in main()
1772 if (!set_protocol_version(client_min_proto, c_ssl, SSL_CTRL_SET_MIN_PROTO_VERSION)) in main()
1774 if (!set_protocol_version(client_max_proto, c_ssl, SSL_CTRL_SET_MAX_PROTO_VERSION)) in main()

Completed in 5 milliseconds