X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.md;h=dfcab2bd7d53abdd289ae9f9f5007fa17893d911;hb=27e6cd7b4e503aa15ad7a2dc53633f343d018dda;hp=9abd63b5d14175d49d7c4e11c4e36fda71bcef6e;hpb=5e79220ede7efe3bf4703344c7963049a6e71545;p=oss%2Fctypescrypto.git diff --git a/README.md b/README.md index 9abd63b..dfcab2b 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,11 @@ 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 documenting and 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 not yet covered by tests exception.py OpenSSL error stack to python exception conversion Implemented.