mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
10.57.2010 aba086d243c22f496db8bd8e4f689f6a43126f2e
refs
author Ludovic Poitou <ludovic.poitou@forgerock.com>
Wednesday, November 10, 2010 19:57 +0100
committer Ludovic Poitou <ludovic.poitou@forgerock.com>
Wednesday, November 10, 2010 19:57 +0100
commitaba086d243c22f496db8bd8e4f689f6a43126f2e
tree 7211674cefb87a730a6e89b34cd890f6e5900655 tree | zip | gz
parent 6e1f91eb0f526a15c84067f78175d5be287a080e view | diff
Fix for OPENDJ-9, Compatibility: Support SHA2 hashes with salts greater than 64bits.
The changes are providing compatibility with passwords hashed by other libraries and systems such as AIX Directory Server 6.3.
Specific tests have been added and could be extended with more varied passwords.
6 files modified
215 ■■■■ changed files
opends/src/server/org/opends/server/extensions/SaltedSHA256PasswordStorageScheme.java 27 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SaltedSHA384PasswordStorageScheme.java 26 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SaltedSHA512PasswordStorageScheme.java 26 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PasswordStorageSchemeTestCase.java 3 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SaltedSHA256PasswordStorageSchemeTestCase.java 66 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SaltedSHA512PasswordStorageSchemeTestCase.java 67 ●●●●● diff | view | raw | blame | history