From 2de450a2166e6a390f2d9e121b3d660b049b1807 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 20 Jan 2019 17:24:41 -0600 Subject: deprecate encode_point and migrate all internal callers (#4720) --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 88e2aaf5..d77cf15c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -50,7 +50,8 @@ Changelog :meth:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey.public_bytes` with no arguments has been deprecated. * Added support for encoding compressed and uncompressed points via - :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.public_bytes`. + :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.public_bytes`. Deprecated the previous method + :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.encode_point`. .. _v2-4-2: -- cgit v1.2.3