Add additional stub functions for newer curl builds#118
Add additional stub functions for newer curl builds#118brian-pane wants to merge 1 commit intorustls:mainfrom
Conversation
|
This is a work in progress; I'm posting it now to get some feedback on whether my approach makes sense. While testing on Ubuntu-25.10 for aarch64, I found that the included curl build (8.14.1) depended on some symbols not yet implemented in rustls-openssl-compat. This PR tries to add stubs for them. With this patch, curl is able to load the libssl.so, but |
|
Thanks for working on this!
Going to keep this PR as draft while this is in progress. |
|
Here's what I've found by tracing through the curl and OpenSSL code:
@djc any recommendations? Should I try to extend |
|
Unfortunately I think this is another instance of #17 |
|
#17 notes a range of options, from using libcrypto's verifier to sticking with the rustls verifier and fetching updates from the Have you decided on which option to pursue; and if so, would it make sense for me to try to start implementing that approach in this PR? If not, is it better for me to shelve this for now? |
No description provided.