tlsdb

a pure Python SSL/TLS library

Install

All systems
curl cmd.cat/tlsdb.sh
Ubuntu
apt-get install python-tlslite
Windows (WSL2)
sudo apt-get update sudo apt-get install python-tlslite
Raspbian
apt-get install python-tlslite

python-tlslite

a pure Python SSL/TLS library

TLS Lite is a pure Python library that implements SSL 3.0, TLS 1.0, and TLS 1.1. TLS Lite supports non-traditional authentication methods such as SRP, shared keys, and cryptoIDs in addition to X.509 certificates. TLS Lite is pure Python, however it can access OpenSSL, cryptlib, pycrypto, and GMPY for faster crypto operations. TLS Lite integrates with httplib, xmlrpclib, poplib, imaplib, smtplib, SocketServer, asyncore, and Twisted.