lextudio / sharpsnmplib

Sharp SNMP Library- Open Source SNMP for .NET

Home Page:https://sharpsnmp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHA-224 is not supported

lextm opened this issue · comments

#135 started the discussion on RFC 7630.

SHA 256/384/512 can be easily implemented as both .NET Framework and .NET Core support the three algorithms. #145 adds 384 and 512 as new authentication methods.

However, SHA 224 is not supported there. Therefore, extra effort is required.

It is probably better to implement SHA 224 based on Bouncy Castle and ship as part of the sample project https://github.com/lextudio/sharpsnmplib-samples/tree/master/Samples.BouncyCastle