Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Erhardt <eric.erhardt@microsoft.com>2022-06-08 18:16:03 +0300
committerGitHub <noreply@github.com>2022-06-08 18:16:03 +0300
commit12e61612c578204c7bf3d3595c04853d3558de09 (patch)
tree54b6691befb5c70144dd23507693112c0ce34a6a
parent3bcebfb1663832917a88ba0a18537b36efbaaa88 (diff)
Add 7.0-preview5 SHA hash algorithm known issueeerhardt-crypto-known-issue
-rw-r--r--release-notes/7.0/known-issues.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index a255a533..36af0514 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -14,6 +14,9 @@ More information and workaround can be found at https://github.com/dotnet/runtim
### Libraries has a non blocking issue in System.Security.Cryptography.
.NET 7 Preview 3 on Linux skips revocation checks for expired certificates, reporting RevocationStatusUnknown when revocation checks were enabled. You can read more about this here: https://github.com/dotnet/runtime/issues/66803
+### Libraries has an unpredictable race condition in System.Security.Cryptography in Browser WASM
+.NET 7 Preview 5 on Browser WASM has implemented the SHA1, SHA256, SHA384, SHA512 algorithms using the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) browser-native APIs. A race condition was discovered in System.Security.Cryptography's implementation where the wrong hash value is returned unpredictably. You can read more about this here: https://github.com/dotnet/runtime/issues/69806. This only happens in .NET 7 Preview 5 and has been fixed in the latest code.
+
## .NET SDK
### MAUI optional workloads not yet supported in .NET 7