summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2016-03-13 08:33:04 +0100
committerHynek Schlawack <hs@ox.cx>2016-03-13 08:33:04 +0100
commit046d3f47dce138ad3ff700977e306463f280dff9 (patch)
treea826848243d08fa9c7eae472871c2de2ac20bded /CHANGELOG.rst
parent61630a000b91c9a2b6ac743d5ae2172981dc18cb (diff)
downloadpyopenssl-046d3f47dce138ad3ff700977e306463f280dff9.tar.gz
Deprecate Python 2.6
Bind actual drop to cryptography.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2b38f3f..99087eb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -30,11 +30,12 @@ Deprecations:
- The support for EGD has been removed.
The only affected function :func:`OpenSSL.rand.egd` now uses :func:`os.urandom` to seed the internal PRNG instead.
Please see `pyca/cryptography#1636 <https://github.com/pyca/cryptography/pull/1636>`_ for more background information on this decision.
+ In accordance with our backward compatibility policy :func:`OpenSSL.rand.egd` will be *removed* no sooner than a year from the release of 16.0.0.
Please note that you should `use urandom <http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/>`_ for all your secure random number needs.
-
-
-In accordance with our backward compatibility policy :func:`OpenSSL.rand.egd` will be *removed* no sooner than a year from the release of 16.0.0.
+- Python 2.6 support has been deprecated.
+ Our main dependency ``cryptography`` deprecated 2.6 in version 0.9 (2015-05-14) with no time table for actually dropping it.
+ pyOpenSSL will drop Python 2.6 support once ``cryptography`` does.
Changes: