Use https by default
[gentoo.git] / dev-python / tlslite / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>python</herd>
5         <longdescription lang="en">
6                 TLS Lite is a free python library that implements SSL 3.0, TLS 1.0, and
7                 TLS 1.1. TLS Lite supports non-traditional authentication methods such
8                 as SRP, shared keys, and cryptoIDs in addition to X.509 certificates.
9                 TLS Lite is pure Python, however it can access OpenSSL, cryptlib,
10                 pycrypto, and GMPY for faster crypto operations. TLS Lite integrates
11                 with httplib, xmlrpclib, poplib, imaplib, smtplib, SocketServer,
12                 asyncore, and Twisted.
13         </longdescription>
14         <upstream>
15                 <remote-id type="github">trevp/tlslite</remote-id>
16         </upstream>
17 </pkgmetadata>