summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2010-02-13 06:30:33 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2010-02-13 06:30:33 +0000
commit6849184dc45aba52fc1925b00c361dfa81c31f5e (patch)
tree6fb3af8b80660a6394733ba75ee5a89fc5b32c7f /CHANGES
parent2ec1d6f4edb0d9e50cd96c3c542bc0a114f67096 (diff)
downloadm2crypto-6849184dc45aba52fc1925b00c361dfa81c31f5e.tar.gz
Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix test_smime.py.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@721 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f88f402..644627f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,14 @@
+0.21
+----
+- Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix
+ test_smime.py
+- Rename m2.engine_init to engine_init_error so that
+ ENGINE_init and ENGINE_finish can be exposed, thanks to Erlo
+
0.20.2 - 2009-10-06
-------------------
- (Re)Enable configuration and use with OpenSSL 0.9.7g and older by disabling
RSA PSS methods when using such old OpenSSL, thanks to Stef Walter
-- Rename m2.engine_init to engine_init_error so that
- ENGINE_init and ENGINE_finish can be exposed, thanks to Erlo
0.20.1 - 2009-08-27
-------------------