Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2016-09-19 20:37:05 +0300
committerCasey Deccio <casey@deccio.net>2016-09-19 20:37:05 +0300
commit92b14506b957179a438a06c352e4713ce9268ea8 (patch)
tree00b36737ff52b3968edaf036b8cff201363fa69a /README.md
parente6d2c664d94fc281b1658379f70b4d1a8b46ac98 (diff)
Add python 2.6 support
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9979284..3eb3636 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,11 @@ powers the Web-based analysis available at http://dnsviz.net/
* python (2.7.x) - http://www.python.org/
- python 2.7.x is required. python 3.4.x has also been successfully tested and
- should work, as long as the other third-party dependencies support python 3.
+ python 2.7.x is required. python 2.6.x and 3.4.x have also been successfully
+ tested and should work, as long as the other third-party dependencies also
+ support them. Note that for python 2.6.x the importlib
+ (https://pypi.python.org/pypi/importlib) and ordereddict
+ (https://pypi.python.org/pypi/ordereddict) packages are also required.
* dnspython (1.11.0 or later) - http://www.dnspython.org/
@@ -35,14 +38,14 @@ powers the Web-based analysis available at http://dnsviz.net/
desired (and thus is highly recommended). The current code will display
warnings if the cryptographic elements cannot be verified.
- Note that M2Crypto version 0.21.1 or later can be used to validate some
+ Note that M2Crypto version 0.21.1 or later can be used to validate some
DNSSEC algorithms, but support for the following DNSSEC algorithms is not
- available in releases of M2Crypto prior to 0.24.0 without a patch:
- 3 (DSA-SHA1), 6 (DSA-NSEC3-SHA1), 12 (GOST R 34.10-2001),
+ available in releases of M2Crypto prior to 0.24.0 without a patch:
+ 3 (DSA-SHA1), 6 (DSA-NSEC3-SHA1), 12 (GOST R 34.10-2001),
13 (ECDSA Curve P-256 with SHA-256), 14 (ECDSA Curve P-384 with SHA-384).
There are two patches included in the `contrib` directory that can be
applied to pre-0.24.0 versions to get this functionality:
- `contrib/m2crypto-pre0.23.patch` or `contrib/m2crypto-0.23.patch`. For
+ `contrib/m2crypto-pre0.23.patch` or `contrib/m2crypto-0.23.patch`. For
example:
```