iobroker-community-adapters / ioBroker.snmp

ioBroker SNMP Adapter
MIT License
10 stars 6 forks source link

[Feature] extend supported message authentication protocols #210

Closed mcm1957 closed 1 year ago

mcm1957 commented 1 year ago

Some newer messages authetication protolas are not yet implemented. They should by added:

md5 - for HMAC-MD5 message authentication sha - for HMAC-SHA-1 message authentication sha224 - for HMAC-SHA-224 message authentication sha256 - for HMAC-SHA-256 message authentication sha384 - for HMAC-SHA-384 message authentication sha512 - for HMAC-SHA-512 message authentication

mcm1957 commented 1 year ago

implemented with v2.4.0