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

Implement crypto/pbkdf2 with the OpenSSL/CNG backends #1415

Open
qmuntal opened this issue Nov 20, 2024 · 0 comments
Open

Implement crypto/pbkdf2 with the OpenSSL/CNG backends #1415

qmuntal opened this issue Nov 20, 2024 · 0 comments
Assignees
Milestone

Comments

@qmuntal
Copy link
Contributor

qmuntal commented Nov 20, 2024

Some internal customers want to use PBKDF2 in compliance with the Microsoft crypto policy. This means using OpenSSL/CNG under the hood.

Go 1.24 will most likely move golang.org/x/crypto/pbkdf2 into the standard library package crypto/pbkdf2 (see the proposal). We should patch it so it uses OpenSSL/CNG under the hood. Note that those backends already support that algorithm.

@qmuntal qmuntal self-assigned this Nov 20, 2024
@qmuntal qmuntal added this to the go1.24 milestone Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant