summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattsb42-aws <bullocm@amazon.com>2018-02-09 09:57:43 -0800
committermattsb42-aws <bullocm@amazon.com>2018-02-09 11:12:29 -0800
commitf31ff816e74f9ab1b9d518215b2a77ab6ed64141 (patch)
tree532c6f3ffafb473ccd17aba482600b02c449d17d /README.md
parenta4442ba38791d6c94c14e0722dfeb32a8bd27aca (diff)
downloadpysnmp-git-f31ff816e74f9ab1b9d518215b2a77ab6ed64141.tar.gz
readme and changes updated to reflect crypto abstraction layer
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9489ed1f..bb941b18 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,10 @@ $ pip install pysnmp
to download and install PySNMP along with its dependencies:
* [PyASN1](http://snmplabs.com/pyasn1/)
-* [PyCryptodomex](https://pycryptodome.readthedocs.io) (required only if SNMPv3 encryption is in use)
* [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
Besides the library, command-line [SNMP utilities](https://github.com/etingof/pysnmp-apps)
written in pure-Python could be installed via: