summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2018-07-18 14:56:31 +0200
committerTomas Krizek <tomas.krizek@nic.cz>2018-07-20 16:24:17 +0200
commitc15a34bc0ee818620fdb23a2a2bc0366f23feab0 (patch)
tree0c7fefb5d52f97b41ca122b12da96beb4e1b5fdf /doc
parent8d7a84a2dfeffd2d080296898aadb3503cc237e1 (diff)
downloaddnspython-c15a34bc0ee818620fdb23a2a2bc0366f23feab0.tar.gz
dns/dnssec: support both pycryptodome and pycryptodomex
Diffstat (limited to 'doc')
-rw-r--r--doc/dnssec.rst4
-rw-r--r--doc/installation.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/dnssec.rst b/doc/dnssec.rst
index 64f08b3..115f973 100644
--- a/doc/dnssec.rst
+++ b/doc/dnssec.rst
@@ -6,8 +6,8 @@ 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`` installed. If you want to do elliptic curves, you must also
-have ``ecdsa`` installed.
+``pycryptodome`` or ``pycryptodomex`` installed. If you want to do elliptic
+curves, you must also have ``ecdsa`` installed.
DNSSEC Algorithms
-----------------
diff --git a/doc/installation.rst b/doc/installation.rst
index 7854f3d..e480655 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -45,8 +45,8 @@ Optional Modules
The following modules are optional, but recommended for full functionality.
-If ``pycryptodome`` is installed, then dnspython will be able to do low-level
-DNSSEC RSA and DSA signature validation.
+If ``pycryptodome`` / ``pycryptodomex`` is installed, then dnspython will be
+able to do low-level DNSSEC RSA and DSA signature validation.
If ``ecdsa`` is installed, then Elliptic Curve signature algorithms will
be available for low-level DNSSEC signature validation.