We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported in daurnimator/lua-http#153
local openssl_ctx = require "openssl.ssl.context" local openssl_pkey = require "openssl.pkey" local ctx = openssl_ctx.new("TLS", false) ctx:setEphemeralKey(openssl_pkey.new{ type = "EC", curve = "prime256v1" })
The text was updated successfully, but these errors were encountered:
Wait this is really weird... I re-compiled luaossl and the issue went away.
When I did have the issue, it was EVP_PKEY_base_id failing.
EVP_PKEY_base_id
Sorry, something went wrong.
No branches or pull requests
Reported in daurnimator/lua-http#153
The text was updated successfully, but these errors were encountered: