Mention SHA1 is deprecated in the documentation

Closes #40706

Signed-off-by: Peter Skopek <peter.skopek@ibm.com>
This commit is contained in:
Peter Skopek
2026-04-02 17:14:33 +02:00
committed by Marek Posolda
parent e52ea63766
commit 480c730efb
@@ -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).
====