Searched refs:maxprot (Results 1 – 2 of 2) sorted by relevance
2060 static int execute_test_session(int maxprot, int use_int_cache, in execute_test_session() argument2075 if (maxprot == TLS1_3_VERSION) in execute_test_session()2087 SSL_CTX_set_min_proto_version(cctx, maxprot); in execute_test_session()2088 SSL_CTX_set_max_proto_version(cctx, maxprot); in execute_test_session()2133 if (maxprot == TLS1_3_VERSION) { in execute_test_session()2254 SSL_CTX_set_max_proto_version(sctx, maxprot); in execute_test_session()2255 if (maxprot == TLS1_2_VERSION) in execute_test_session()2267 if (maxprot == TLS1_3_VERSION && !use_ext_cache) { in execute_test_session()2295 if (use_int_cache && maxprot != TLS1_3_VERSION) { in execute_test_session()2320 if (maxprot == TLS1_3_VERSION) { in execute_test_session()[all …]
217 =item B<-min_protocol> I<minprot>, B<-max_protocol> I<maxprot>
Completed in 29 milliseconds