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
Can PR #114261 be backported to .NET 8? It fixes an issue with using a specific signature padding algorithm when .NET is compiled in FIPS mode on Linux (see original issue - #114260).
The fix appears small and self-contained, and a workaround without the fix is hard because changing a signature algorithm causes backwards compatibility issues.