Home
last modified time | relevance | path

Searched refs:TLSServerHello (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/layers/tls/
Dhandshake.py297 class TLSServerHello(TLSClientHello): class
339 return TLSServerHello
1222 2: TLSServerHello, 3: TLSHelloVerifyRequest,
Dautomaton_cli.py202 self.raise_on_packet(TLSServerHello,
Dautomaton_srv.py249 self.add_msg(TLSServerHello(cipher=c))
/external/scapy/test/
Dtls.uts846 assert(TLSServerHello in t2)
848 assert(isinstance(sh, TLSServerHello))
1019 raw(TLSServerHello())
1053 sh = TLSServerHello(gmt_unix_time=0x41414141, random_bytes='B'*28, cipher=0xc014)
1102 sh = IP()/TCP()/TLS(msg=TLSServerHello(cipher=0xc02f))