Socket
Socket
Sign inDemoInstall

flextls

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flextls

Pure Python SSL and TLS library


Maintainers
1

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://coveralls.io/repos/DinoTools/python-flextls/badge.svg?branch=master :target: https://coveralls.io/r/DinoTools/python-flextls?branch=master :alt: Coveralls

.. 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
    • DTLS 1.0 and DTLS 1.2
  • Decode and encode SSL/TLS/DTLS records

  • Handle fragmentation

    • TLS - Handle fragmentation on the record layer
    • DTLS - Handle fragmented handshake messages
  • Handle connection state

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/

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc