summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Giannuzzi <jonathan@giannuzzi.be>2014-03-28 15:58:54 +0100
committerJonathan Giannuzzi <jonathan@giannuzzi.be>2014-03-30 21:59:48 +0200
commit070c35669d18c6d385b7e14e2eed40e6feb68d65 (patch)
tree0a2c49a701d5f6c74f50b481f570e189e5857853
parent934a5094ff31262364f315551fae338a1725789c (diff)
downloadpyopenssl-070c35669d18c6d385b7e14e2eed40e6feb68d65.tar.gz
Changelog entries
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fa4879..c787255 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,9 +7,13 @@
* OpenSSL/tsafe.py: Replace the use of ``apply`` (which has been
removed in Python 3) with the equivalent syntax.
-2014-03-20 Jonathan Giannuzzi <jonathan@giannuzzi.be>
+
+2014-03-28 Jonathan Giannuzzi <jonathan@giannuzzi.be>
* OpenSSL/crypto.py: Fix memory leak in _X509_REVOKED_dup.
+ * leakcheck/crypto.py: Add checks for _X509_REVOKED_dup, CRL.add_revoked
+ and CRL.get_revoked.
+ * setup.py: Require cryptography 0.3 to have the ASN1_TIME_free binding.
2014-03-02 Stephen Holsapple <sholsapp@gmail.com>