xref: /aosp_15_r20/external/scapy/test/tls/__init__.py (revision 7dc08ffc4802948ccbc861daaf1e81c405c2c4bd)
1*7dc08ffcSJunyu Lai## This file is part of Scapy
2*7dc08ffcSJunyu Lai## Copyright (C) 2016 Maxence Tury <[email protected]>
3*7dc08ffcSJunyu Lai## This program is published under a GPLv2 license
4*7dc08ffcSJunyu Lai
5*7dc08ffcSJunyu Lai"""
6*7dc08ffcSJunyu LaiExamples and test PKI for the TLS module.
7*7dc08ffcSJunyu Lai"""
8*7dc08ffcSJunyu Lai
9