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