Metadata-Version: 1.1
Name: flextls
Version: 0.2
Summary: Pure Python SSL and TLS library
Home-page: http://github.com/DinoTools/python-flextls
Author: PhiBo (DinoTools)
Author-email: UNKNOWN
License: LGPLv3+
Description: FlexTLS
        =======
        
        FlexTLS is an open source SSL and TLS python library.
        It is designed to be used in SSL/TLS scanners and similar applications.
        It must not be used as standalone crypto library.
        
        You can find more information in the `documentation`_.
        
        .. image:: https://pypip.in/version/flextls/badge.svg
            :target: https://pypi.python.org/pypi/flextls/
            :alt: Latest Version
        
        .. image:: https://pypip.in/license/flextls/badge.svg
            :target: https://pypi.python.org/pypi/flextls/
            :alt: License
        
        .. image:: https://travis-ci.org/DinoTools/python-flextls.svg?branch=master
            :target: https://travis-ci.org/DinoTools/python-flextls
        
        .. image:: https://readthedocs.org/projects/python-flextls/badge/?version=latest
            :target: https://readthedocs.org/projects/python-flextls/?badge=latest
            :alt: Documentation Status
        
        Features
        --------
        
        * Supported cryptographic protocols: SSLv2, SSLv3, TLS 1.0, TLS 1.1 and TLS 1.2
        * Decode and encode SSL/TLS records
        
        
        Install
        -------
        
        **Requirements:**
        
        * Python 2.6/2.7 or Python >= 3.2
        * Python packages:
        
          * six >= 1.4.1
        
        
        **Install:**
        
        .. code-block:: console
        
            $ pip install flextls
        
        
        License
        -------
        
        Published under the LGPLv3+ (see LICENSE for more information)
        
        .. _`documentation`: http://python-flextls.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
