What’s new
=========

* SNMPv3 Reeder AES192/256 key localization algorithm implemented
* Broken 3DES encryption fixed
* Switched from PyCrypto to PyCryptodome for SNMPv3 crypto operations
* TEXTUAL-CONVENTION implementation improved to emit/consume human-friendlier 
values

More changes noted in the CHANGELOG [1].

What is pysnmp
============

The pysnmp library is a complete implementation of SNMPv1/v2c/v3 network 
management protocol
all in pure-Python. MIBs are automatically supported out-of-the-box, bindings 
to popular asynchronous
frameworks such as asyncio or Twisted are shipped along with the package.

More information on library features and API documentation can be found on 
project’s GitHub page [2].

1. https://github.com/etingof/pysnmp/blob/master/CHANGES.txt
2. https://github.com/etingof/pysnmp

-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to