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

Cannot derive secrets for ECDH #213

Open
singpolyma opened this issue Sep 18, 2023 · 0 comments · May be fixed by #214
Open

Cannot derive secrets for ECDH #213

singpolyma opened this issue Sep 18, 2023 · 0 comments · May be fixed by #214

Comments

@singpolyma
Copy link

Need to call EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e); with the ec pkey and then EVP_PKEY_derive_init from that ctx then call EVP_PKEY_derive_set_peer and finally EVP_PKEY_derive

Right now there is no way I can see to do any of these four calls with luaossl

singpolyma added a commit to singpolyma/luaossl that referenced this issue Sep 19, 2023
Allows deriving shared secrets for use with symmetric encryption
algorithms such as is done for ECDH.

Closes wahern#213
mwild1 added a commit to mwild1/luaossl that referenced this issue Jul 6, 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

Successfully merging a pull request may close this issue.

1 participant