Searched refs:max_proto_version (Results 1 – 2 of 2) sorted by relevance
25 int max_proto_version, SSL_CTX **sctx, SSL_CTX **cctx,
949 int max_proto_version, SSL_CTX **sctx, SSL_CTX **cctx, in create_ssl_ctx_pair() argument978 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