Source: tlslite-ng Section: python Priority: optional Maintainer: Daniel Stender Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 11), dh-python, python-all, python3-all, python-ecdsa, python3-ecdsa, python-unittest2 , python-mock , python-hypothesis , python3-hypothesis , python-crypto , python3-crypto , python-m2crypto , python-gmpy , pandoc, txt2man Standards-Version: 4.2.1 Homepage: https://github.com/tomato42/tlslite-ng Vcs-Git: https://salsa.debian.org/python-team/modules/tlslite-ng.git Vcs-Browser: https://salsa.debian.org/python-team/modules/tlslite-ng Package: python-tlslite-ng Architecture: all Depends: python-ecdsa, ${python:Depends}, ${misc:Depends} Recommends: python-crypto, python-m2crypto, python-gmpy Breaks: python-tlslite (<= 0.3.8-4) Replaces: python-tlslite (<= 0.3.8-4) Description: pure Python implementation of SSL/TLS protocols tlslite-ng is a Python implementation of SSL (Secure Sockets Layer) and TLS (Transport Layer Security) cryptographic protocols for providing communication security for computer networks. It supports SSLv3, TLSv1.0, TLSv1.1, TLSv1.2 and several ciphersuites. . tlslite-ng integrates well with several stdlib networking libraries. It aims to be a drop-in replacement for TLS lite (which is not in Debian anymore) while providing a more comprehensive set of features and more secure defaults. . Important: if you think about employing tlslite-ng for securing network connections please be sure to have read "11. Security Considerations" in the README. . This package provides the modules for Python 2. Package: python3-tlslite-ng Architecture: all Depends: python3-ecdsa, ${python3:Depends}, ${misc:Depends} Recommends: python3-crypto Description: pure Python3 implementation of SSL/TLS protocols tlslite-ng is a Python implementation of SSL (Secure Sockets Layer) and TLS (Transport Layer Security) cryptographic protocols for providing communication security for computer networks. It supports SSLv3, TLSv1.0, TLSv1.1, TLSv1.2 and several ciphersuites. . tlslite-ng integrates well with several stdlib networking libraries. It aims to be a drop-in replacement for TLS lite (which is not in Debian anymore) while providing a more comprehensive set of features and more secure defaults. . Important: if you think about employing tlslite-ng for securing network connections please be sure to have read "11. Security Considerations" in the README. . This package provides the modules for Python 3.