summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2020-04-07 18:10:06 -0400
committerSimo Sorce <idra@samba.org>2020-04-07 18:23:59 -0400
commite93853e691a7308baddd1497120e35bcb9d0bcb0 (patch)
treeb667a617f73ce9403344b67aa49b129036b80539 /doc
parent7316b156f44c4986a5b96e29992fb3f873f09f21 (diff)
downloaddnspython-e93853e691a7308baddd1497120e35bcb9d0bcb0.tar.gz
Use python cryptography for DNSSEC
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/dnssec.rst4
-rw-r--r--doc/installation.rst7
2 files changed, 3 insertions, 8 deletions
diff --git a/doc/dnssec.rst b/doc/dnssec.rst
index ddc3a83..cf08285 100644
--- a/doc/dnssec.rst
+++ b/doc/dnssec.rst
@@ -6,9 +6,7 @@ DNSSEC
Dnspython can do simple DNSSEC signature validation, but currently has no
facilities for signing. In order to use DNSSEC functions, you must have
-``pycryptodome`` or ``pycryptodomex`` installed. In order to use the EdDSA
-algorithms, you must also be running Python 3.6 or later and have
-``ecpy`` installed.
+``python cryptography`` installed.
DNSSEC Functions
----------------
diff --git a/doc/installation.rst b/doc/installation.rst
index d4b2e2f..aef0190 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -45,10 +45,7 @@ Optional Modules
The following modules are optional, but recommended for full functionality.
-If ``pycryptodome`` / ``pycryptodomex`` is installed, then dnspython will be
-able to do low-level DNSSEC RSA, DSA, and ECDSA signature validation.
-
-If using Python 3.6 or later and ``ecpy`` is installed as well, then dnspython
-will be able to do low-level EdDSA signature verification.
+If ``python cryptography`` is installed, then dnspython will be
+able to do low-level DNSSEC RSA, DSA, ECDSA and EdDSA signature validation.
If ``idna`` is installed, then IDNA 2008 will be available.