summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-09-22 17:24:43 +0200
committerMatěj Cepl <mcepl@cepl.eu>2017-09-22 17:24:43 +0200
commit921114578600fe3a670a55eb45448c1426ab0d8e (patch)
tree45a42339a264bf3ecc2839031ca441b09acc8f1a /CHANGES
parent095075aabb806f88e390f116f72e115e64d78d17 (diff)
downloadm2crypto-921114578600fe3a670a55eb45448c1426ab0d8e.tar.gz
Update CHANGES to 0.26.3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES26
1 files changed, 26 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 99295e6..d5e3edd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,29 @@
+0.26.3 - 2016-03-21
+-------------------
+- Fix a syntax typo.
+
+0.26.2 - 2016-03-21
+-------------------
+- port to support OpenSSL 1.1.0 API
+- add generated Sphinx documentation
+- another set of cleanups
+
+0.26.0 - 2017-03-21
+-------------------
+- Fix packaging on RHEL-6
+- Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime and
+ GeneralizedTime
+- Add possibility to sign PKCS7 with a non-default digest.
+- Add possibility to set custom callback for X509 verification.
+- Clean up imports and PEP8ization
+- A lot of cleanups on the way towards Python 3
+- Other small bugfixes
+
+0.25.1 - 2016-07-25
+-------------------
+- Actually do check, whether we have SSLv2 compiled in, and don't run
+ test for it.
+
0.25.0 - 2016-03-21
-------------------
- More cleanups, removal of obsolete stuff, and moves towards py3k