SNMP4J 3.6.0 Release

SNMP4J 3.6.0 has been released 2021-11-06T23:00:00Z to add OSCP/CRL X509 certificate revocation checking support and some other fixes:

CHANGES

  • Added [SFJ-243]: Add OSCP/CRL X500 certificate revocation checking support to SNMP4J (D)TLS. Use
    System.setProperty("com.sun.net.ssl.checkRevocation", "true");
    Security.setProperty("ocsp.enable", "true");
    to activate OSCP and use TLSTM.setX09CertificateRevocationListURI(..) to activate CRL checking.
  • Added: Support for SHA384 and 512 to TLSTMUtil.getFingerprint(X509Certificate cert).
  • Fixed: TransportMapping setPriority and setThreadName.
  • Fixed: Restart of respawned threads by ThreadPool.