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
AuthPrivwhen more than one instance is created concurrently. Added new static load and unload methods for OpenSSL legacy provider.
AuthPrivconstructor now callsload_openssl_legacy_provider()if OpenSSL legacy provider is available.
AuthPrivdestructor now warns if OpenSSL legacy provider is not unloaded yet (viaunload_openssl_legacy_provider(), but will not unload it itself.