summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-19 15:53:23 +0200
committerAlex Gaynor <alex.gaynor@gmail.com>2017-07-19 09:53:23 -0400
commita92a1a708f3973d0640a6f7c9e43adf1e6925f82 (patch)
tree2fc45d1924f886f05a70a17751498a48aaa478b6 /CHANGELOG.rst
parent7f5610c7f387e554149206137b182c1ff656898f (diff)
downloadpyopenssl-a92a1a708f3973d0640a6f7c9e43adf1e6925f82.tar.gz
fix #664 (#665)
* fix #664 bytes and strings are different things. * update changelog * let's just make the sentinel values byte strings * flake8
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f42f4d9..9d435e9 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -25,6 +25,10 @@ Deprecations:
Changes:
^^^^^^^^
+- Fixed a bug causing ``Context.set_default_verify_paths()`` to not work with
+ cryptography ``manylinux1`` wheels on Python 3.x.
+ `#665 <https://github.com/pyca/pyopenssl/pull/665>`_
+
*none*