summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-11-20 22:25:18 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-11-20 09:25:18 -0500
commitacbd662b62a2de0e7102d560f7e73d7feaf9e600 (patch)
tree0c3a8d3e58d8a5f0247f16409e2a0e8b7cd4aa2b /CHANGELOG.rst
parent4aa52c33d3ee51c632e0e1e10cafb7745fd1028c (diff)
downloadpyopenssl-acbd662b62a2de0e7102d560f7e73d7feaf9e600.tar.gz
restore a subset of the rand module (#708)
* restore a subset of the rand module * flake * remove cleanup, go ahead and assume status will always be 1 * lighten and add power
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 0eb7f81..0f7e890 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -24,6 +24,9 @@ Changes:
^^^^^^^^
+- Re-added a subset of the ``OpenSSL.rand`` module.
+ This subset allows conscientious users to reseed the OpenSSL CSPRNG after fork.
+ `#708 <https://github.com/pyca/pyopenssl/pull/708>`_
- Corrected a use-after-free when reusing an issuer or subject from an ``X509`` object after the underlying object has been mutated.
`#709 <https://github.com/pyca/pyopenssl/pull/709>`_