aboutsummaryrefslogtreecommitdiff
path: root/security/py-tlslite
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:53:05 +0000
commit1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch)
tree06f11bc7b351f3abf3bf5507405afdba5374614e /security/py-tlslite
parent4e942b64191e2ef98dce2c5af31047a8640db768 (diff)
downloadports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz
ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415500
Diffstat (limited to 'security/py-tlslite')
-rw-r--r--security/py-tlslite/pkg-descr12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/py-tlslite/pkg-descr b/security/py-tlslite/pkg-descr
index 5423ef391927..7404e7ca4f81 100644
--- a/security/py-tlslite/pkg-descr
+++ b/security/py-tlslite/pkg-descr
@@ -1,8 +1,8 @@
-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.
+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.
WWW: http://trevp.net/tlslite/