summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-08-21 23:00:16 +0200
committerIlya Etingof <etingof@gmail.com>2016-08-21 23:00:16 +0200
commit6eed8eff24910727316a25b6a180822174d2bcab (patch)
tree594d374b428a0be01d15e57a7ec2b26ab713de32 /CHANGES.txt
parent9efc0872d799ad2ba31a64b3e7f72c7f5625831a (diff)
downloadpysnmp-git-6eed8eff24910727316a25b6a180822174d2bcab.tar.gz
Reeder key localization for AES192/256 encryption implemented
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7f6977e9..305ba88c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,12 @@ Github `repo <https://github.com/etingof/pysnmp>`_
MIB objects. A side effect of this change is that additional
var-binds can only be added prior to .resolveMibObjects() is
run.
+- Non-standard (but apparently used by many vendors) Reeder AES192/256
+ key localization algorithm implemented and set as default for
+ usmAesCfb192Protocol and usmAesCfb256Protocol identifiers.
+ Original and more standard implementation can still be used
+ with the usmAesBlumenthalCfb192Protocol and
+ usmAesBlumenthalCfb192Protocol IDs respectively.
- Fix to NotificationType to make additional var-binds overriding
MIB objects implicitly included through NOTIFICATION-TYPE OBJECTS.
- Fix to SNMP engine boots counter persistence on Python 3.