aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/dsa.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-02 08:08:35 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-02 08:08:35 -0700
commit9a44485c740e0a15abad363c7d4af9903e050fb5 (patch)
treefa81c66df08b44eddfc606505125e9a653324357 /docs/hazmat/primitives/asymmetric/dsa.rst
parent865db9d21a91cb02a5f77e1b24b5dc5a90424903 (diff)
parent53706565bc1df0898f9e65046429129c4822a354 (diff)
downloadcryptography-9a44485c740e0a15abad363c7d4af9903e050fb5.tar.gz
cryptography-9a44485c740e0a15abad363c7d4af9903e050fb5.tar.bz2
cryptography-9a44485c740e0a15abad363c7d4af9903e050fb5.zip
Merge pull request #998 from reaperhulk/dsa-multibackend
DSA sign/verify multibackend
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/dsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/dsa.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dsa.rst b/docs/hazmat/primitives/asymmetric/dsa.rst
index 1d58ccef..f7abaf0f 100644
--- a/docs/hazmat/primitives/asymmetric/dsa.rst
+++ b/docs/hazmat/primitives/asymmetric/dsa.rst
@@ -103,7 +103,7 @@ DSA
Sign data which can be verified later by others using the public key.
- .. code-block:: pycon
+ .. doctest::
>>> from cryptography.hazmat.backends import default_backend
>>> from cryptography.hazmat.primitives import hashes
@@ -167,7 +167,7 @@ DSA
Verify data was signed by the private key associated with this public
key.
- .. code-block:: pycon
+ .. doctest::
>>> from cryptography.hazmat.backends import default_backend
>>> from cryptography.hazmat.primitives import hashes