X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=README.md;h=ee8356bb2df12c72eb9e20359c5626831388609f;hb=7b9c29e43612629052e0ec875fd9ecbb35b0b02d;hp=cd91063ec370c97dc1091b5b02152976adb7c377;hpb=26cea2b5ab48f099b08a1cde56cf1bec0062a584;p=oss%2Fctypescrypto.git diff --git a/README.md b/README.md index cd91063..ee8356b 100644 --- a/README.md +++ b/README.md @@ -164,15 +164,21 @@ cryptographic algorithms, provided by **gost** engine. Test Suite ---------- +Tests can be run using + + python setup.py test + Test suite is fairly incomplete. Contributions are welcome. Possible future enhancements ---------------------------- -1. Create and signing of the certificate requests (PKCS#10) +1. Creation and signing of the certificate requests (PKCS#10) 2. Parsing and analyzing CRLs -3. OCSP request creation and response parsing -4. Timestamping ([RFC 3161](http://www.ietf.org/rfc/rfc3161.txt)) +3. OCSP ([RFC 6960](http://tools.ietf.org/html/rfc6960))request creation and response parsing +4. Timestamping ([RFC 3161](http://tools.ietf.org/html/rfc3161)) support. 6. MAC support. Few people know that there is more MACs than just HMAC, and even fewer, that OpenSSL supports them. + + vim: spelllang=en tw=72