summaryrefslogtreecommitdiff
path: root/security/py-m2crypto/pkg-descr
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-01 04:51:41 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-01 04:51:41 +0000
commit0ad51171801f6093b291e937a0fedede6027dc61 (patch)
treea920d66460e999a0eaab387c59d1d389cfbcb588 /security/py-m2crypto/pkg-descr
parentPR: 53933 (diff)
update security/py-m2crypto: 0.06 --> 0.11
PR: 53950 Submitted by: Ng Pheng Siong <ngps@post1.com> (mainttainer)
Diffstat (limited to 'security/py-m2crypto/pkg-descr')
-rw-r--r--security/py-m2crypto/pkg-descr15
1 files changed, 11 insertions, 4 deletions
diff --git a/security/py-m2crypto/pkg-descr b/security/py-m2crypto/pkg-descr
index 4d39fb06c93c..c5fd85b29daf 100644
--- a/security/py-m2crypto/pkg-descr
+++ b/security/py-m2crypto/pkg-descr
@@ -1,8 +1,15 @@
-M2Crypto is a Python wrapper for OpenSSL.
-It makes accessible to the Python programmer the following:
+M2Crypto is a crypto and SSL toolkit for Python:
- - DH, RSA, DSA, symmetric ciphers, message digests, HMACs.
- - SSL functionality to implement clients and servers.
+ - DH, RSA, DSA, symmetric ciphers including AES, message digests, HMACs.
+ - SSL functionality to implement clients and servers, with examples.
+ - HTTPS extensions to Python's httplib, urllib and xmlrpclib.
+ - Unforgeable HMAC'ing AuthCookies for web session management.
+ - FTP/TLS client and server.
- S/MIME v2.
+ - ZServerSSL: A HTTPS server for Zope.
+ - ZSmime: An S/MIME messenger for Zope.
WWW: http://www.post1.com/home/ngps/m2/
+
+Ng Pheng Siong
+ngps@post1.com