You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Need to call
EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
with the ec pkey and thenEVP_PKEY_derive_init
from that ctx then callEVP_PKEY_derive_set_peer
and finallyEVP_PKEY_derive
Right now there is no way I can see to do any of these four calls with luaossl
The text was updated successfully, but these errors were encountered: