]> www.wagner.pp.ru Git - oss/ctypescrypto.git/commitdiff
Make 0.4.1 release
authorVictor Wagner <vitus@wagner.pp.ru>
Wed, 22 Jun 2016 19:07:04 +0000 (22:07 +0300)
committerVictor Wagner <vitus@wagner.pp.ru>
Wed, 22 Jun 2016 19:07:04 +0000 (22:07 +0300)
README.md
setup.py

index 4a22761f640be6885465f6d362bdf891457a7241..3ee1942e4c488bf186ad6d0633bb6bd009745b38 100644 (file)
--- a/README.md
+++ b/README.md
@@ -209,6 +209,17 @@ Tests can be run using
 
 Test suite is fairly incomplete. Contributions are welcome.
 
+Note that you need properly installed OpenSSL library with set of CA
+certificates in the certs directory, otherwise default certstore test
+would fail.
+
+You also need gost engine to be available (check with 
+
+   openssl engine gost
+
+) otherwise mac test would crash with error. Unfortunately there is no
+non-HMAC MAC in the openssl core, so GOST MAC is only option.
+
 Possible future enhancements
 ----------------------------
 
index e2b31723a2e4eabec42bf1b0fc42b5f1b75d9b38..03e4a97626c3630ef156f215760b09054ccc3335 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ class MyTests(distutils.cmd.Command):
 
 setup(
     name="ctypescrypto",
-    version="0.4.0",
+    version="0.4.1",
     description="CTypes-based interface for some OpenSSL libcrypto features",
     author="Victor Wagner",
     author_email="vitus@wagner.pp.ru",