lextudio/sharpsnmplib

SHA-224 is not supported

lextm opened this issue · 2 comments

lextm commented

#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.

lextm commented

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