Asn1DerParser.NET
Asn1DerParser.NET copied to clipboard
AsnFormatter.TestInputString throws exception when input string is less than 9 chars
This happens because of missing boundary check in AsnFormatter.TestInputString:
https://github.com/PKISolutions/Asn1DerParser.NET/blob/98f2aac12b29f95e55dce76ff8b0006d5fa49893/Asn1Parser/StringToBinaryFormatter.cs#L27-L28