scapy/crypto/__init__.py
author Arnaud Ebalard <arno@natisbad.org>
Mon Nov 02 22:09:11 2009 +0100 (2009-11-02)
changeset 1153 42db888aaf7b
child 1209 127a6bd4dacb
permissions -rw-r--r--
Added cert.py: X.509 Cert and Key module based on OpenSSL binary
     1 ## This file is part of Scapy
     2 ## See http://www.secdev.org/projects/scapy for more informations
     3 ## Copyright (C) Arnaud Ebalard <arno@natisbad.org>
     4 ## This program is published under a GPLv2 license
     5 
     6 __all__ = ["cert"]