Ps 11392 8.4 backport pbkdf2 - #6126
Open
jankowsk wants to merge 2 commits into
Open
Conversation
jankowsk
force-pushed
the
PS-11392-8.4-backport-PBKDF2
branch
2 times, most recently
from
August 18, 2026 10:29
368ed24 to
dc1f4cd
Compare
WL#17160: Support PBKDF2 storage format with Caching_sha2_password
Description:
- Added PBKDF2 storage format support for plugin
caching_sha2_password
- Added option caching_sha2_password_storage_format to control
password storage format
- Added option caching_sha2_password_enforce_storage_format to
control behavior in case password is hashed using format
other than the one specified by
caching_sha2_password_storage_format
- Made caching_sha2_password_digest_rounds dynamic
- Added unit and functional tests
Bug#38879953 - X Plugin is missing support for PBKDF2 storage format with Caching_sha2_password Description =========== WL#17160 introduced a new storage format type (PBKDF2) for caching_sha2_password. Without implementing support for this type, the X Plugin will reject authentications targeting caching_sha2_password accounts that have their password hash stored using PBKDF2 format. Fix === X Plugin must support new type. Thus both hash types my work with X Protocol: CRYPT5, PBKDF2_SHA512. Change-Id: I8fc29705eaa1fe33f2d569253d419cf8405ce6ec
jankowsk
force-pushed
the
PS-11392-8.4-backport-PBKDF2
branch
from
August 18, 2026 14:54
dc1f4cd to
1113536
Compare
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There are PBKDF2 related commits cherry-picked and merged from 9.7 + minor corrections to make the stuff compile and some MTRs re-recorded.