summaryrefslogtreecommitdiff
blob: 03969c1ba052bba320b5c7ba7bfbc686fc42e078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>
	<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>
		<remote-id type="pypi">tlslite</remote-id>
	</upstream>
</pkgmetadata>