From 361a9fc2b7ec3c41dbf479071fca87a2573e0c52 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 24 Jun 2017 10:12:04 -1000 Subject: changelog entry and a few updates to the new DH params docs (#3718) --- docs/hazmat/backends/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/hazmat/backends/interfaces.rst') diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index 8ea1cf99..93eedbe6 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -457,7 +457,7 @@ A specific ``backend`` may provide one or more of these interfaces. .. versionadded:: 2.0 :param bytes data: PEM data to load. - :return: A new instance of the appropriate type of encryption + :return: A new instance of the appropriate type of asymmetric parameters the serialized data contains. :raises ValueError: If the data could not be deserialized. @@ -490,7 +490,7 @@ A specific ``backend`` may provide one or more of these interfaces. .. versionadded:: 2.0 :param bytes data: DER data to load. - :return: A new instance of the appropriate type of encryption + :return: A new instance of the appropriate type of asymmetric parameters the serialized data contains. :raises ValueError: If the data could not be deserialized. -- cgit v1.2.3