SNMP4J 2.8.10 Release

SNMP4J 2.8.10 has been released 2022-03-20T23:00:00Z to fix TLS issues.

CHANGES

  • Added: TLS contextEngineID discovery cache to avoid rediscovery of context engine IDs for an address using RFC 5343 mechanism as long as the TLS connection to that address remains open.
  • Improved: Invalid as signed encoded 9 byte 64bit unsigned integer 64bit values will not be decoded by BER.decodeUnsignedInt64 anymore. Instead invalid length exception is thrown.
  • Fixed: Possible busy loop on writable key (on CLOSED session).
  • Fixed: Possible busy loop on writable key (on handshaking session with missing reply from peer).