Home
last modified time | relevance | path

Searched refs:TLS_Ext_SupportedVersions (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/layers/tls/
Dextensions.py476 class TLS_Ext_SupportedVersions(TLS_Ext_Unknown): class
562 0x2b: TLS_Ext_SupportedVersions,
Dautomaton_cli.py30 TLS_Ext_SupportedVersions,
829 TLS_Ext_SupportedVersions(versions=["TLS 1.3-d18"]),
Dhandshake.py26 _cert_status_type, TLS_Ext_SupportedVersions)
287 if isinstance(e, TLS_Ext_SupportedVersions):