summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2017-01-24 14:00:45 +0000
committerHynek Schlawack <hs@ox.cx>2017-01-24 15:00:45 +0100
commit685483b2fea87c9c7c312c935bf53da575f236b2 (patch)
tree72a7b2b94db69f3dbd1f953da55d69af84a44808
parent496652a847a6dc19b125dff13f3f5a840e140ceb (diff)
downloadpyopenssl-685483b2fea87c9c7c312c935bf53da575f236b2.tar.gz
Link to PR #580 in changelog. (#590)
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5df500c..f76f64c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -29,6 +29,7 @@ Changes:
None of these functions make it possible to validate OCSP assertions, only to staple them into the handshake and to retrieve the stapled assertion if provided.
Users will need to write their own code to handle OCSP assertions.
We specifically added: ``Context.set_ocsp_server_callback``, ``Context.set_ocsp_client_callback``, and ``Connection.request_ocsp``.
+ `#580 <https://github.com/pyca/pyopenssl/pull/580>`_
- Changed the ``SSL`` module's memory allocation policy to avoid zeroing memory it allocates when unnecessary.
This reduces CPU usage and memory allocation time by an amount proportional to the size of the allocation.
For applications that process a lot of TLS data or that use very lage allocations this can provide considerable performance improvements.