Searched defs:tlsVersion (Results 1 – 3 of 3) sorted by relevance
263 tlsVersion uint16 member1490 type tlsVersion struct { struct1491 name string1493 version uint161495 excludeFlag string1496 hasDTLS bool1498 versionDTLS uint161502 versionWire uint161505 func (vers tlsVersion) shimFlag(protocol protocol) string {1514 func (vers tlsVersion) wire(protocol protocol) uint16 {[all …]
36 private final TlsVersion tlsVersion; field in RecordedRequest
48 int tlsVersion = 0; /* TLS version number */ in main() local