diff options
author | Glyph <glyph@twistedmatrix.com> | 2015-04-14 18:33:09 -0400 |
---|---|---|
committer | Glyph <glyph@twistedmatrix.com> | 2015-04-14 18:33:09 -0400 |
commit | 1287a3b7cd5f6953911563d8129bd7af53d8eae6 (patch) | |
tree | 3464262363f96424850a74935b72d2922bd2eca6 | |
parent | 3afdba8b774112457ef1d9b4094e978075bdecf6 (diff) | |
download | pyopenssl-1287a3b7cd5f6953911563d8129bd7af53d8eae6.tar.gz |
change log entry
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-04-14 Glyph Lefkowitz <glyph@twistedmatrix.com> + + * OpenSSL/SSL.py, OpenSSL/test/test_ssl.py: Fix a regression + present in 0.15, which caused Connection.shutdown() to raise an + SSL error when the connection had been truncated. + 2015-04-12 Jean-Paul Calderone <exarkun@twistedmatrix.com> * OpenSSL/rand.py, OpenSSL/SSL.py: APIs which previously accepted |