From 24f9bf4ba52c64f10ea6895a7e37dd0b4761b589 Mon Sep 17 00:00:00 2001 From: Andre Caron Date: Sat, 6 Jun 2015 20:14:54 -0400 Subject: Lists support for DSA and EC in CSR builder. --- docs/x509.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/x509.rst b/docs/x509.rst index 06a363fc..d7ab6478 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -527,7 +527,9 @@ X.509 CSR (Certificate Signing Request) Builder Object interface. :param private_key: The - :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey` + :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`, + :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey` or + :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey` that will be used to sign the request. When the request is signed by a certificate authority, the private key's associated public key will be stored in the resulting certificate. -- cgit v1.2.3