X-Git-Url: https://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.md;h=91336ba4cd81f9e5c200b4378828a8f538af15ac;hb=1ff9b1899959673512927b6afa317855908b7073;hp=b3f660203b53f86f93e42c6c2db4df157028fe7e;hpb=7b229d0dba6fc42eddf3c359c3d9510330a1eeaf;p=oss%2Fctypescrypto.git diff --git a/README.md b/README.md index b3f6602..91336ba 100644 --- 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 +