jstedfast / MimeKit

A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
http://www.mimekit.net
MIT License
1.79k stars 360 forks source link

DSAParameters.Y should be padded #1030

Closed peterdettman closed 2 months ago

peterdettman commented 2 months ago

AsymmetricAlgorithmExtensionTests.TestDSACryptoServiceProvider can fail occasionally if the Y parameter happens to have enough leading zero bits.

jstedfast commented 2 months ago

Awesome, yes, I have had occasional failures in this test.