From c15a34bc0ee818620fdb23a2a2bc0366f23feab0 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 18 Jul 2018 14:56:31 +0200 Subject: dns/dnssec: support both pycryptodome and pycryptodomex --- doc/dnssec.rst | 4 ++-- doc/installation.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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. -- cgit v1.2.1