summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-02-19 00:41:28 +0100
committerIlya Etingof <etingof@gmail.com>2018-02-19 00:41:28 +0100
commit24a7988766551038be2c65a33f10173a7a6d559d (patch)
tree60fbb40e681f20579611e83e6a2d445d27076bfb /README.md
parentbc2654205b7b566bd4e2caa8c5c703ec03a140a0 (diff)
downloadpysnmp-git-24a7988766551038be2c65a33f10173a7a6d559d.tar.gz
strong crypto moved to pysnmpcrypto
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 18b6509e..e85e1ac3 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,8 @@ to download and install PySNMP along with its dependencies:
* [PyASN1](http://snmplabs.com/pyasn1/)
* [PySMI](http://snmplabs.com/pysmi/) (required for MIB services only)
-* A supported cryptography backend (required only if SNMPv3 encryption is in use)
- * [pyca/cryptography](http://cryptography.io/) for Python 2.7 and 3.4+
- * [PyCryptodomex](https://pycryptodome.readthedocs.io) for Python 2.4-2.6 and 3.2-3.3
+* Optional [pysnmpcrypto](https://github.com/etingof/pysnmpcrypto) package
+ whenever strong SNMPv3 encryption is desired
Besides the library, command-line [SNMP utilities](https://github.com/etingof/snmpclitools)
written in pure-Python could be installed via: