]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blob - README.md
Initial commit of modules
[oss/ctypescrypto.git] / README.md
1 ctypescrypto
2 ============
3
4 Python interface to some openssl function based on ctypes module
5
6 This module is based on works from
7
8 http://code.google.com/p/ctypescrypto/
9
10 It is aimed to provide Python interface to OpenSSL libcrypto function
11
12 Now supported:
13
14 Digests
15 Ciphers
16 Low-level private key operations (like pkey and pkeyutl command line ops)
17 (all via algorithm-agnostic EVP interface).
18 Engine loading
19 OpenSSL error stack to python exception conversion
20 X509 certificates partially
21