aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-10 15:37:03 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-01-10 18:37:03 -0500
commit60f264b0f293bfded7a0b4395715669d355a6185 (patch)
treea8fdf4f17f20115063e557eebf36b0f9dd1b7a63 /CHANGELOG.rst
parent90a557764542f2d939a8b0a61c74b299870fca6c (diff)
downloadcryptography-60f264b0f293bfded7a0b4395715669d355a6185.tar.gz
cryptography-60f264b0f293bfded7a0b4395715669d355a6185.tar.bz2
cryptography-60f264b0f293bfded7a0b4395715669d355a6185.zip
add signature_hash_algorithm to OCSPResponse (#4681)
* add signature_hash_algorithm to OCSPResponse * fix pointless asserts
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 191d8042..42772af0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -35,6 +35,8 @@ Changelog
which immediately checks if the point is on the curve and supports compressed
points. Deprecated the previous method
:meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.from_encoded_point`.
+* Added :attr:`~cryptography.x509.ocsp.OCSPResponse.signature_hash_algorithm`
+ to ``OCSPResponse``.
.. _v2-4-2: