aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-20 17:24:41 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2019-01-20 17:24:41 -0600
commit2de450a2166e6a390f2d9e121b3d660b049b1807 (patch)
treeeae6eb157b62d6181364bbdeaf490aa48d9648d9 /docs/hazmat
parenta07b1f5463361570c3248c1096ffd8b3bff0bfa5 (diff)
downloadcryptography-2de450a2166e6a390f2d9e121b3d660b049b1807.tar.gz
cryptography-2de450a2166e6a390f2d9e121b3d660b049b1807.tar.bz2
cryptography-2de450a2166e6a390f2d9e121b3d660b049b1807.zip
deprecate encode_point and migrate all internal callers (#4720)
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/asymmetric/ec.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst
index a356dcaa..d89fde3d 100644
--- a/docs/hazmat/primitives/asymmetric/ec.rst
+++ b/docs/hazmat/primitives/asymmetric/ec.rst
@@ -194,6 +194,12 @@ Elliptic Curve Signature Algorithms
.. method:: encode_point()
+ .. warning::
+
+ This method is deprecated as of version 2.5. Callers should migrate
+ to using
+ :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.public_bytes`.
+
.. versionadded:: 1.1
Encodes an elliptic curve point to a byte string as described in