Searched defs:tlsVersion (Results 1 – 3 of 3) sorted by relevance
271 tlsVersion uint16 member1649 type tlsVersion struct { struct1650 name string1652 version uint161654 excludeFlag string1655 hasDTLS bool1656 hasQUIC bool1658 versionDTLS uint161662 versionWire uint161665 func (vers tlsVersion) shimFlag(protocol protocol) string {[all …]
36 private final TlsVersion tlsVersion; field in RecordedRequest
44 int tlsVersion = 0; /* TLS version number */ in main() local