summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-12-11 14:05:24 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-12-11 14:05:24 -0500
commit5ab37af29fd602b49ce89fe54cbdf4c12cc81f5c (patch)
treed2b82953a8ee230211eed1cb2bde9f637033ee8b
parent01209075d4214b4e7104cd5c0ca5fb09b7724cbe (diff)
downloadpyopenssl-5ab37af29fd602b49ce89fe54cbdf4c12cc81f5c.tar.gz
ChangeLog
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 291f977..3226ca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-11 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+
+ * OpenSSL/SSL.py: Fixed a regression ``Context.check_privatekey``
+ causing it to always succeed - even if it should fail.
+
2014-08-21 Alex Gaynor <alex.gaynor@gmail.com>
* OpenSSL/crypto.py: Fixed a regression where calling ``load_pkcs7_data``