From afad62a250b2cd7d3107360e817652a1affc942c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 20 Jun 2014 08:55:27 -0600 Subject: add information about why we deprecated the concrete providers --- docs/hazmat/primitives/asymmetric/rsa.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index f621dbd7..160ff181 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -287,6 +287,11 @@ this without having to do the math themselves. Deprecated Concrete Classes ~~~~~~~~~~~~~~~~~~~~~~~~~~~ +These classes were deprecated in version 0.5 in favor of backend specific +providers of the +:class:`~cryptography.hazmat.primitives.interfaces.RSAPrivateKey` and +:class:`~cryptography.hazmat.primitives.interfaces.RSAPublicKey` interfaces. + .. class:: RSAPrivateKey(p, q, private_exponent, dmp1, dmq1, iqmp, public_exponent, modulus) .. versionadded:: 0.2 -- cgit v1.2.3