From dc3c7b83a9fbf3ae49ec47be6e8e024284b0a91d Mon Sep 17 00:00:00 2001 From: Victor Wagner Date: Wed, 22 Jun 2016 22:07:04 +0300 Subject: [PATCH] Make 0.4.1 release --- README.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a22761..3ee1942 100644 --- 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 ---------------------------- diff --git a/setup.py b/setup.py index e2b3172..03e4a97 100644 --- 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", -- 2.39.2