-
Notifications
You must be signed in to change notification settings - Fork 284
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
openssl 1.1.0 binding issue #1758
Comments
There are two simple "hacks" to solve the problem temporarily:
|
requestHTTP might need https as well. I'm not sure how to use nginx for that. |
Are there any known examples of how to properly achieve the same effect that those functions have with 1.1.x? To be honest that's the main roadblock - documentation is awful, code is awful and it's more or less impossible to get the initialization sequence right without an example. Updating the Deimos headers indeed doesn't sound like fun. The huge mess that the OpenSSL code base is presumably makes that quite a PITA. BTW, I had to clone the Deimos repository anyway to be able to make version tags a reality. There have been no responses in the main repository. |
yeah openssl init looks like a big mess. I might have some time on Sunday to see if I can get dstep+vim to get a new version up and running |
Just ping someone (with the necessary privileges), sheesh :) |
FWIW, I would certainly be thankful for an update to the Deimos bindings, since I use those in |
Duplicate of #1748 |
Openssl made the jump to 1.1.0 they removed some symbols. Which makes it impossible to use on arch linux without some non sustainable hacks.
CRYPTO_num_locks'
CRYPTO_set_id_callback'CRYPTO_set_locking_callback'
SSL_get_ex_new_index'SSL_library_init'
SSL_load_error_strings'SSLv23_client_method'
SSLv23_server_method'deimos is out of date and without git version tags.
I looked into creating bindings with dstep, but thats gone be a real pain.
IMHO it might be easier to create the definitions we need from openssl ourself and drop the deimos binding. Comments?
The text was updated successfully, but these errors were encountered: