SNMP++ 3.6.5 Release

SNMP++ v3.6.5 has been released 2026-05-18T22:00:00Z fixes a regression in 3.6.4 which caused a memory fault, when more than one AuthPriv instance was used concurrently with SNMP++. Update is recommended for all 3.6.4 users.

CHANGES

  • Fixed: Fixed memory violation in OpenSSL legacy provider used by AuthPriv when more than one instance is created concurrently. Added new static load and unload methods for OpenSSL legacy provider.
    AuthPriv constructor now calls load_openssl_legacy_provider() if OpenSSL legacy provider is available.
    AuthPriv destructor now warns if OpenSSL legacy provider is not unloaded yet (via unload_openssl_legacy_provider(), but will not unload it itself.