summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-12-11 14:05:24 -0500
committerStephen Holsapple <sholsapp@gmail.com>2015-01-30 17:52:04 -0800
commitbf1f81c666c2cde383a793de209b7b864fa58dd7 (patch)
treec66d424ca60e906360676d151578cd1b40462b13
parent4c10a1e73001851754be551f378bac657320698c (diff)
downloadpyopenssl-bf1f81c666c2cde383a793de209b7b864fa58dd7.tar.gz
ChangeLog
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e5b2ac4..252f13c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,18 @@
-2014-12-11 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+2015-01-30 Stephen Holsapple <sholsapp@gmail.com>
- * OpenSSL/SSL.py: Fixed a regression ``Context.check_privatekey``
- causing it to always succeed - even if it should fail.
+ * OpenSSL/crypto.py: Expose ``X509StoreContext`` for verifying certificates.
+ * OpenSSL/test/test_crypto.py: Add intermediate certificates for
2015-01-08 Paul Aurich <paul@darkrain42.org>
* OpenSSL/SSL.py: ``Connection.shutdown`` now propagates errors from the
underlying socket.
+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``