Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create MbedTLS mdctx inside PBKDF #2413

Merged
merged 1 commit into from Jul 21, 2022

Conversation

oviano
Copy link
Contributor

@oviano oviano commented Jul 20, 2022

This change creates and initialises a message digest context inside the password-based key derivation function instead of having it declared statically, since the function may be accessed from multiple threads at the same time.

@maxsharabayko maxsharabayko added this to the Next Release milestone Jul 20, 2022
@maxsharabayko maxsharabayko added Type: Bug Indicates an unexpected problem or unintended behavior [core] Area: Changes in SRT library core labels Jul 20, 2022
@maxsharabayko
Copy link
Collaborator

Thank you for the PR, @oviano!
Looks as if it might indeed be the reason for #2412.

@maxsharabayko maxsharabayko merged commit 088e27d into Haivision:master Jul 21, 2022
@oviano oviano deleted the mbedtls-pbkdf-fix branch July 22, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants