blob: a8ffd005c41e67be3d8744236b6f4350a05708dd [file] [log] [blame]
Jean-Paul Calderone897bc252008-02-18 20:50:23 -05001Metadata-Version: 1.0
2Name: pyOpenSSL
3Version: 0.6
4Summary: Python wrapper module around the OpenSSL library
5Home-page: http://pyopenssl.sourceforge.net/
6Author: Martin Sjรถgren, AB Strakt
7Author-email: msjogren@gmail.com
8License: LGPL
9Description: High-level wrapper around a subset of the OpenSSL library, includes
10 * SSL.Connection objects, wrapping the methods of Python's portable
11 sockets
12 * Callbacks written in Python
13 * Extensive error-handling mechanism, mirroring OpenSSL's error codes
14 ... and much more ;)
15Platform: UNKNOWN