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

Find an alternative for OpenSSL and git2-rs #256

Open
Angelmmiguel opened this issue Nov 24, 2023 · 0 comments
Open

Find an alternative for OpenSSL and git2-rs #256

Angelmmiguel opened this issue Nov 24, 2023 · 0 comments
Labels
🚀 enhancement New feature or request

Comments

@Angelmmiguel
Copy link
Contributor

Angelmmiguel commented Nov 24, 2023

Is your feature request related to a problem? Please describe.

We want Wasm Workers Server not to rely on OpenSSL for several reasons (See #137). From the rustls / ring project, everything is ready. However, git2-rs uses OpenSSL under the hood and there's no plan to support rustls for now.

Describe the solution you'd like

We want to stop using OpenSSL. In a git2-rs thread, we found some alternatives like a Git pure rust implementation called gitoxide and replacing the current git2-rs transport with other that uses rustls.

We would need to research how to proceed before start with the implementation.

Describe alternatives you've considered

No response

Additional context

No response

@Angelmmiguel Angelmmiguel added the 🚀 enhancement New feature or request label Nov 24, 2023
@Angelmmiguel Angelmmiguel added this to the v1.8.0 milestone Nov 24, 2023
@Angelmmiguel Angelmmiguel self-assigned this Nov 24, 2023
@Angelmmiguel Angelmmiguel changed the title Move from git2 to gitoxide Find an alternative for OpenSSL and git2-rs Nov 24, 2023
@Angelmmiguel Angelmmiguel removed this from the v1.8.0 milestone Nov 24, 2023
@Angelmmiguel Angelmmiguel removed their assignment Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant