summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorverrio <verri@x25.pm>2017-08-02 23:38:14 +0000
committerIlya Etingof <etingof@gmail.com>2017-08-03 01:38:14 +0200
commit130bdaa6e218c95806bd571b326a5d3e2ddcb1ef (patch)
treea379ae562ecd5ee4b9cc998ae666f9f8d247db73 /README.md
parent801d47b63222f46dd403e145f9dcff6a03dd3337 (diff)
downloadpysnmp-git-130bdaa6e218c95806bd571b326a5d3e2ddcb1ef.tar.gz
add support for USM SHA-2 algorithms (RFC 7860) (#71)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70e5eb40..0b89f0a7 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Features
Features, specific to SNMPv3 model include:
-* USM authentication (MD5/SHA) and privacy (DES/AES) protocols (RFC3414)
+* USM authentication (MD5/SHA-1/SHA-2) and privacy (DES/AES) protocols (RFC3414, RFC7860)
* View-based access control to use with any SNMP model (RFC3415)
* Built-in SNMP proxy PDU converter for building multi-lingual
SNMP entities (RFC2576)