Home
last modified time | relevance | path

Searched refs:max_proto_version (Results 1 – 2 of 2) sorted by relevance

/test/helpers/
A Dssltestlib.h25 int max_proto_version, SSL_CTX **sctx, SSL_CTX **cctx,
A Dssltestlib.c949 int max_proto_version, SSL_CTX **sctx, SSL_CTX **cctx, in create_ssl_ctx_pair() argument
978 if (max_proto_version == 0 in create_ssl_ctx_pair()
980 max_proto_version = TLS1_2_VERSION; in create_ssl_ctx_pair()
987 || (max_proto_version > 0 in create_ssl_ctx_pair()
989 max_proto_version))))) in create_ssl_ctx_pair()
995 || (max_proto_version > 0 in create_ssl_ctx_pair()
997 max_proto_version))))) in create_ssl_ctx_pair()

Completed in 6 milliseconds