]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blobdiff - README.md
Initial commit of modules
[oss/ctypescrypto.git] / README.md
index b3f660203b53f86f93e42c6c2db4df157028fe7e..91336ba4cd81f9e5c200b4378828a8f538af15ac 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,3 +2,20 @@ ctypescrypto
 ============
 
 Python interface to some openssl function based on ctypes module
+
+This module is based on works from
+
+http://code.google.com/p/ctypescrypto/
+
+It is aimed to provide Python interface to OpenSSL libcrypto function
+
+Now supported:
+
+Digests
+Ciphers
+Low-level private key operations (like pkey and pkeyutl command line ops)
+(all via algorithm-agnostic EVP interface).
+Engine loading
+OpenSSL error stack to python exception conversion
+X509 certificates partially
+