pkgsrc/security/py-m2crypto/DESCR
drochner 5883718f95 Now that we have openssl-0.97 it makes sense to import
m2crypto-0.11, a crypto and SSL toolkit for Python.
2003-07-25 15:58:19 +00:00

11 lines
531 B
Text

M2Crypto comes with the following:
- **DH**, **RSA**, **DSA**, **symmetric ciphers** including **AES**,
**message digests**, **HMACs**.
- **SSL functionality** to implement clients and servers.
- **Example SSL client and server programs**, which are variously
**threading**, **forking** or based on **non-blocking socket IO**.
- **HTTPS** extensions to Python's HTTP functionality.
- Unforgeable HMAC'ing **AuthCookies** for **web session management**.
- **XML-RPC over SSL**.
- **S/MIME v2**.
- **FTP/TLS** client and server.