diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2006-02-06 19:47:37 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2006-02-06 19:47:37 +0000 |
commit | c70083297a223b4bd380d2068f3cb78226d58411 (patch) | |
tree | 9d6ea6356c2f460369d5665f23d37253ef00d4f9 /dev-python/tlslite/metadata.xml | |
parent | Version bump from upstream (diff) | |
download | historical-c70083297a223b4bd380d2068f3cb78226d58411.tar.gz historical-c70083297a223b4bd380d2068f3cb78226d58411.tar.bz2 historical-c70083297a223b4bd380d2068f3cb78226d58411.zip |
initial commit.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-python/tlslite/metadata.xml')
-rw-r--r-- | dev-python/tlslite/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/tlslite/metadata.xml b/dev-python/tlslite/metadata.xml new file mode 100644 index 000000000000..6fd5081fc19a --- /dev/null +++ b/dev-python/tlslite/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>sbriesen@gentoo.org</email> + <name>Stefan Briesenick</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> +</pkgmetadata> |