]> www.wagner.pp.ru Git - oss/ctypescrypto.git/blobdiff - README.md
Fix variable keylength on 64 bit env
[oss/ctypescrypto.git] / README.md
index 9abd63b5d14175d49d7c4e11c4e36fda71bcef6e..2054f7bc5730d733c3f3b3d202797e3a503a3a3a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,13 +37,12 @@ digests.py  - Interface  to EVP\_Digest\* family of functions.
        Status: fully implemented and covered by tests
 
 ciphers.py - Interface to EVP\_Cipher family of function. 
-       Status: Needs complete rewriting and test coverage. Idea to keep
-       cleartext in python variable until entire text would be passed to
-       update is EVIL.
+       Status: Needs test coverage
 
 pkey.py - Low-level private key operations (like pkey, genpkey and p
     keyutl command line ops), all via algorithm-agnostic EVP interface.
-       Status: Designed and mostly implemented but not yet covered by tests
+       Status: Designed and started to implement but most functionality 
+       not yet covered by tests
 
 exception.py OpenSSL error stack to python exception conversion
        Implemented.