diff options
Diffstat (limited to 'dev-python/tlslite/metadata.xml')
-rw-r--r-- | dev-python/tlslite/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/tlslite/metadata.xml b/dev-python/tlslite/metadata.xml new file mode 100644 index 00000000000..74bb6e1c1a1 --- /dev/null +++ b/dev-python/tlslite/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>python</herd> + <longdescription lang="en"> + 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. + </longdescription> + <upstream> + <remote-id type="github">trevp/tlslite</remote-id> + </upstream> +</pkgmetadata> |