2011-11-09 11:33:19 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-25 09:01:42 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2011-11-09 11:33:19 +04:00
|
|
|
<pkgmetadata>
|
2013-07-22 18:54:28 +04:00
|
|
|
<herd>python</herd>
|
2011-11-09 11:33:19 +04:00
|
|
|
<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>
|
2015-06-07 20:51:56 +03:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="github">trevp/tlslite</remote-id>
|
2015-09-14 16:01:45 +03:00
|
|
|
<remote-id type="pypi">tlslite</remote-id>
|
2015-06-07 20:51:56 +03:00
|
|
|
</upstream>
|
2011-11-09 11:33:19 +04:00
|
|
|
</pkgmetadata>
|