Jean-Paul Calderone | 897bc25 | 2008-02-18 20:50:23 -0500 | [diff] [blame] | 1 | Metadata-Version: 1.0 |
| 2 | Name: pyOpenSSL |
| 3 | Version: 0.6 |
| 4 | Summary: Python wrapper module around the OpenSSL library |
| 5 | Home-page: http://pyopenssl.sourceforge.net/ |
| 6 | Author: Martin Sjรถgren, AB Strakt |
| 7 | Author-email: msjogren@gmail.com |
| 8 | License: LGPL |
| 9 | Description: 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 ;) |
| 15 | Platform: UNKNOWN |