Test platform: macOS 10.13.4 Intel iCore 7 16GB Ram
Branch: master commit 50ba40
./configure --enable-blumenthal-aes --with-defaults
make
sudo make install
make test
Other information:
When I manually ran snmpget with the same options in the invoke file I got the following message:
Invalid privacy protocol specified after -3x flag: AES
USAGE: snmpget [OPTIONS] AGENT OID [OID]...
Version: 5.8.pre2
Web: http://www.net-snmp.org/
Email: net-snmp-coders@lists.sourceforge.net
--snip rest of usage--
The attached snmp-test-T023snmpv3getMD5AES_simple-1230.tgz contains the test output directory
I was able to make this test pass by setting --with-openssl to my openssl install path. I'll work on adding a check at config time that AES can be used when --enable-blumenthal-aes is specified.
Proposed change is in merge request 13