master
Add support for SNMPv3/USM authentication. net-snmp's -3k is supported via the -k parameter, -3m is not supported.
Add support for UTF-8 DISPLAY-HINTs with octet length. For now only sysContact is supported with SnmpAdminString, but more shall follow soon(tm).
Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIB changes.
Sync ober_oid_cmp with ax_oid_cmp from libagentx. This flips the returned signedness and adds the weight of 2 for parent-child relationship in both direction.
Implement displaying SMI enums as text. For now limit to TruthValue implemented on ifPromiscuousMode and ifConnectorPresent.
man pages: add missing commas between subordinate and main clauses
missing {} identified by clang10 ok martijn
Add better support for exception contexts. Now we can see proper nosuchinstance and endofmibtree messages.
correct indentation; no functional change ok tb@
Add error checking for EVP_Digest*() to snmp(1).
Add support for SNMPv3/USM privacy. net-snmp's -3K is supported via the -K parameter, -3K is not supported.