Skip to content

PySNMP 4.3.3

Compare
Choose a tag to compare
@etingof etingof released this 04 Feb 19:11
· 311 commits to master since this release

Release highlights:

  • Switched from now unmaintained PyCrypto to PyCryptodome.
  • Non-standard (but apparently used by many vendors) Reeder AES192/256
    USM key localization algorithm implemented.
  • Fix broken 3DES key localization and encryption procedures.
  • TextualConvention macro improved to parse DISPLAY-HINT-formatted user input.
  • Switched to new-style Python classes.