mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
bb0e84c435
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. WWW: http://trevp.net/tlslite/ PR: ports/102923 Submitted by: Alexander Botero-Lowry <alex at foxybanana.com>
9 lines
474 B
Plaintext
9 lines
474 B
Plaintext
TLS Lite is a free 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.
|
|
|
|
WWW: http://trevp.net/tlslite/
|