From 480c730efbf00ba150939c7b175d2c7815f73241 Mon Sep 17 00:00:00 2001 From: Peter Skopek Date: Thu, 2 Apr 2026 17:14:33 +0200 Subject: [PATCH] Mention SHA1 is deprecated in the documentation Closes #40706 Signed-off-by: Peter Skopek --- docs/documentation/release_notes/topics/26_7_0.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/documentation/release_notes/topics/26_7_0.adoc b/docs/documentation/release_notes/topics/26_7_0.adoc index 823fb75c054..93f78b4843d 100644 --- a/docs/documentation/release_notes/topics/26_7_0.adoc +++ b/docs/documentation/release_notes/topics/26_7_0.adoc @@ -35,3 +35,14 @@ As part of this change, the `displayName` attribute has been promoted from a rea Before migrating, check the current value of the `displayName` attribute for your realms. If the current value of `displayName` attribute exceeds 255 characters, it will be truncated during migration. + += Configuring and Running + +== Deprecation of SHA1 hashing functions in {project_name} 27 + +NIST is going to fully https://www.nist.gov/news-events/news/2022/12/nist-retires-sha-1-cryptographic-algorithm[retire] SHA1 hashing function in 2030. {project_name} will remove all uses of SHA1 in version 27. + +[NOTE] +==== +Consider SHA1 hashing retired in all uses within {project_name}. Users should configure other secure hashing functions as soon as possible (for example SHA2, SHA3). +====