summaryrefslogtreecommitdiff
path: root/security/py-tlslite/DESCR
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2007-02-28 05:34:25 +0000
committerschmonz <schmonz@pkgsrc.org>2007-02-28 05:34:25 +0000
commit43ea469dcd2f5188b1bc5e5e62e58df0be1bcd12 (patch)
tree771380176892b0ef4a9533128f9f936415f869c9 /security/py-tlslite/DESCR
parent33d44a918db7d4a2227d7b192ef0dc5717f14971 (diff)
downloadpkgsrc-43ea469dcd2f5188b1bc5e5e62e58df0be1bcd12.tar.gz
Initial import of py-tlslite 0.3.8.
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.
Diffstat (limited to 'security/py-tlslite/DESCR')
-rw-r--r--security/py-tlslite/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/security/py-tlslite/DESCR b/security/py-tlslite/DESCR
new file mode 100644
index 00000000000..eab5944ce3e
--- /dev/null
+++ b/security/py-tlslite/DESCR
@@ -0,0 +1,7 @@
+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.