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

Refactor dependency on http client, replace dependency on openssl with memory-safe implementation #158

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

kpcyrd
Copy link
Owner

@kpcyrd kpcyrd commented Dec 11, 2024

This resolves a warning I noticed when uploading rebuilderd v0.21.0 to Arch Linux:

rebuilderd W: Unused shared library '/usr/lib/libssl.so.3' by file ('usr/bin/rebuilderd')
rebuilderd W: Unused shared library '/usr/lib/libcrypto.so.3' by file ('usr/bin/rebuilderd')

Also switching to a memory safe TLS implementation seems like a reasonable idea overall.

@kpcyrd kpcyrd merged commit 15f1e77 into main Dec 11, 2024
8 checks passed
@kpcyrd kpcyrd deleted the reqwest branch December 11, 2024 15:07
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 this pull request may close these issues.

1 participant