Skip to content

Conversation

@deo002
Copy link

@deo002 deo002 commented Dec 30, 2025

  • The Jira issue number for this PR is: MDEV-_35254

Description

Currently it is not possible with the PARSEC plugin to define the number of iterations to be used when generating the key corresponding to the password.

To ensure proper security for users long term, the PARSEC plugin should allow specifying the number of iterations. Additionally, the default should be something more secure.

This patch adds a global plugin variable parsec_iterations to define define the number of iterations to be used when generating the key corresponding to the password. It has a default value, lower and upper bounds.

Basing the PR against the correct MariaDB version

  • This is a new feature or a refactoring, and the PR is based against the main branch.
  • This is a bug fix, and the PR is based against the earliest maintained branch in which the bug can be reproduced.

PR quality check

  • I checked the CODING_STANDARDS.md file and my PR conforms to this where appropriate.
  • For any trivial modifications to the PR, I am ok with the reviewer making the changes themselves.

@deo002 deo002 force-pushed the feature/parsec_iterations branch 3 times, most recently from 6d08838 to 910d32e Compare December 31, 2025 07:11
This patch adds a global plugin variable parsec_iterations
to define define the number of iterations to be used when
generating the key corresponding to the password. It has a
 default value, lower and upper bounds.
@deo002 deo002 force-pushed the feature/parsec_iterations branch from 910d32e to c425564 Compare January 1, 2026 11:35
@deo002
Copy link
Author

deo002 commented Jan 1, 2026

@deo002 deo002 marked this pull request as ready for review January 1, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant