Searched refs:tls_proto (Results 1 – 1 of 1) sorted by relevance
192 for tls_proto in ['TLSv1.3 +TLSv1.2', 'TLSv1.3', 'TLSv1.2']:223 if tls_proto == 'TLSv1.3':225 tls_proto = 'TLSv1.2'227 if tls_proto == 'TLSv1.3':230 if tls_proto == 'TLSv1.3':232 tls_proto = 'TLSv1.2'237 if tls_proto != 'TLSv1.2' and succeed13:242 elif tls_proto == 'TLSv1.2' and succeed12:269 return [[tls_proto, max_ver, min_ver]270 for tls_proto in ['TLSv1', 'TLSv1.1', 'TLSv1.2', 'TLSv1.3'][all …]
Completed in 3 milliseconds