Re: Does Net-SNMP support AES192 or AES256?

2018-04-10 Thread Simon Chamlian
Test results (omitted rwuser instruction for brevity): createUser user0 MD5 "authpw-00" Works createUser user1 MD5 "authpw-00" AES "default-00" Works createUser user2 MD5 "authpw-00" AES192 "default-00" FAILED createUser user2c MD5 "authpw-00" AES192C "default-00"

What's the difference between NETSNMP_NO_WRITE_SUPPORT and NETSNMP_DISABLE_SET_SUPPORT?

2018-04-10 Thread Bill Fenner
Stepping back one step from the fact that they enable/disable different bits of code: is there a semantic difference intended here, or was this some feature collision and both were retained? Is there a WRITE that is not a SET? NETSNMP_NO_WRITE_SUPPORT came in with the features/minimalist stuff;