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 KDF algorithms using the EVP_KDF API #189

Open
qmuntal opened this issue Sep 13, 2024 · 0 comments
Open

Implement KDF algorithms using the EVP_KDF API #189

qmuntal opened this issue Sep 13, 2024 · 0 comments

Comments

@qmuntal
Copy link
Collaborator

qmuntal commented Sep 13, 2024

The EVP_KDF API was added in OpenSSL 3 to properly support KDF algorithms. It is recommended that KDF operations migrates from the EVP_PKEY API to this new API. The built-in providers still support the EVP_PKEY for back compat, but third party provider might not do it (SymCrypt looking at you).

We should implement all KDF algorithms using the EVP_KDF API to be more compatible with third-part providers.

@qmuntal qmuntal changed the title Implement KDF algorithms using the EVP_KDF-HDF API Implement KDF algorithms using the EVP_KDF API Sep 26, 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