summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2011-09-13 15:24:38 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2011-09-13 15:24:38 -0400
commitc7293bccb98f09b9d5dfcf5963b935faefe91895 (patch)
treef465b3216994fdee84fb2cb27aeefce5af43faac /ChangeLog
parent54d99bc73ef61acde9ad89a905718e523ddf89e7 (diff)
downloadpyopenssl-c7293bccb98f09b9d5dfcf5963b935faefe91895.tar.gz
Correctly handle errors from X509_CRL_sign
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index feb565d..e52ad96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-13 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+
+ * OpenSSL/crypto/crl.c: Add error handling for the use of
+ X509_CRL_sign.
+
2011-09-11 Jonathan Ballet <lp:multani>
* doc/: Convert the LaTeX documentation to Sphinx-using ReST.