X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.md;h=2054f7bc5730d733c3f3b3d202797e3a503a3a3a;hb=d7576d7d31bbd872b3df5a817de779762bddedec;hp=dfcab2bd7d53abdd289ae9f9f5007fa17893d911;hpb=bab34d05e2c951375e9d20097da3752acc83ccf7;p=oss%2Fctypescrypto.git diff --git a/README.md b/README.md index dfcab2b..2054f7b 100644 --- a/README.md +++ b/README.md @@ -37,11 +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 documenting and test coverage + 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 started to implement 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.