You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For SymCrypt-OpenSSL (SCOSSL) the implementation of EVP_DigestSqueeze does not appear to work correctly which results in test failures like:
Interop+Crypto+OpenSslCryptographicException : error:1C80006A:Provider routines::output buffer too small
Stack Trace:
/_/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/LiteHash.Unix.cs(110,0): at System.Security.Cryptography.LiteXof.Check(Int32 result)
/_/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/LiteHash.Unix.cs(95,0): at System.Security.Cryptography.LiteXof.Read(Span`1 destination)
/_/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/Shake256.cs(216,0): at System.Security.Cryptography.Shake256.Read(Span`1 destination)
/_/src/libraries/System.Security.Cryptography/tests/Shake256Tests.cs(24,0): at System.Security.Cryptography.Tests.Shake256Tests.Traits.Read(Shake256 shake, Span`1 destination)
at System.Security.Cryptography.Tests.ShakeTestDriver`2.Read_MixedCloneAfterRead()
This issue is to track the disablement of the Shake Read/Squeeze tests.
The text was updated successfully, but these errors were encountered:
Changed milestone to 10. This is fixed in source, we just need to wait for new package builds to pick up the change, and our container images pick up the new packages. microsoft/SymCrypt-OpenSSL#105
For SymCrypt-OpenSSL (SCOSSL) the implementation of
EVP_DigestSqueeze
does not appear to work correctly which results in test failures like:This issue is to track the disablement of the Shake Read/Squeeze tests.
The text was updated successfully, but these errors were encountered: