Home
last modified time | relevance | path

Searched refs:TLS_Ext_RenegotiationInfo (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/layers/tls/
Dextensions.py529 class TLS_Ext_RenegotiationInfo(TLS_Ext_Unknown): # RFC 5746 class
569 0xff01: TLS_Ext_RenegotiationInfo
/external/scapy/test/
Dtls.uts825 assert(isinstance(ext[1], TLS_Ext_RenegotiationInfo))
1037 ext2 = TLS_Ext_RenegotiationInfo()