aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/dh.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-24 10:12:04 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-24 16:12:04 -0400
commit361a9fc2b7ec3c41dbf479071fca87a2573e0c52 (patch)
tree98c80e28b742fc500c183f5cd3670949efab0113 /docs/hazmat/primitives/asymmetric/dh.rst
parent6b08aba7f1eb296461528328a3c9871fa7594fc4 (diff)
downloadcryptography-361a9fc2b7ec3c41dbf479071fca87a2573e0c52.tar.gz
cryptography-361a9fc2b7ec3c41dbf479071fca87a2573e0c52.tar.bz2
cryptography-361a9fc2b7ec3c41dbf479071fca87a2573e0c52.zip
changelog entry and a few updates to the new DH params docs (#3718)
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/dh.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/dh.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dh.rst b/docs/hazmat/primitives/asymmetric/dh.rst
index 971d3452..2e894dba 100644
--- a/docs/hazmat/primitives/asymmetric/dh.rst
+++ b/docs/hazmat/primitives/asymmetric/dh.rst
@@ -130,7 +130,8 @@ Group parameters
:class:`~cryptography.hazmat.primitives.serialization.Encoding` enum.
:param format: A value from the
- :class:`~cryptography.hazmat.primitives.serialization.ParameterFormat` enum.
+ :class:`~cryptography.hazmat.primitives.serialization.ParameterFormat`
+ enum. At the moment only ``PKCS3`` is supported.
:return bytes: Serialized parameters.