diff options
author | novel <novel@FreeBSD.org> | 2006-09-07 13:23:30 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-09-07 13:23:30 +0800 |
commit | a716f990363568486615aca792a3ee45ad6178a4 (patch) | |
tree | fd62a28c5074c85a841a2730a47156f818a40f8e /security/Makefile | |
parent | 06facc0c7737bdb39f1baabe40cdae890dfd56d3 (diff) | |
download | freebsd-ports-gnome-a716f990363568486615aca792a3ee45ad6178a4.tar.gz freebsd-ports-gnome-a716f990363568486615aca792a3ee45ad6178a4.tar.zst freebsd-ports-gnome-a716f990363568486615aca792a3ee45ad6178a4.zip |
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/
PR: ports/102923
Submitted by: Alexander Botero-Lowry <alex at foxybanana.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 00f2b8afac77..788fabd19cfa 100644 --- a/security/Makefile +++ b/security/Makefile @@ -562,6 +562,7 @@ SUBDIR += py-pycrypto SUBDIR += py-rijndael SUBDIR += py-twofish + SUBDIR += py-tlslite SUBDIR += py-trustedpickle SUBDIR += py-twistedConch SUBDIR += py-xmlsec |