Does netsnmp 5.7.* support SHA2 ? Can we use openSSL library and make use of strong algorithms in netSNMP?
Asked
Active
Viewed 474 times
0
-
1Stack Overflow is a site for programming and development questions. This question appears to be off-topic because it is not about programming or development. See [What topics can I ask about here](http://stackoverflow.com/help/on-topic) in the Help Center. Perhaps [Super User](http://superuser.com/) or [Unix & Linux Stack Exchange](http://unix.stackexchange.com/) would be a better place to ask. – jww Dec 18 '17 at 16:52
-
SNMP protocol itself only defined MD5 and SHA-1. Using SHA-2 with SNMP (any implementation) would be beyond the standard, and is determined merely by the vendor. Contact the developers, check their release notes and perform your own code review and whatever else. Just don't post such questions here, as that's your home work, and out of scope here. – Lex Li Dec 27 '17 at 00:08
-
@LexLi https://tools.ietf.org/html/rfc7860 – Gert van den Berg Oct 22 '20 at 15:12
-
Net-SNMP 5.8 added support for HMAC-SHA2. 5.7 would likely not work without extensive changes. – Gert van den Berg Oct 22 '20 at 15:21