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

Julia TLS stream implementation for LibGit2 #17471

Closed
1 of 5 tasks
wildart opened this issue Jul 18, 2016 · 2 comments · Fixed by #18658
Closed
1 of 5 tasks

Julia TLS stream implementation for LibGit2 #17471

wildart opened this issue Jul 18, 2016 · 2 comments · Fixed by #18658
Assignees
Labels
libgit2 The libgit2 library or the LibGit2 stdlib module
Milestone

Comments

@wildart
Copy link
Member

wildart commented Jul 18, 2016

In order to avoid OpenSSL dependency (#10763) in libgit2, custom TLS stream framework should be utilized to construct streams with different TLS library.

Required:

Refs: #17246, https://github.com/JuliaWeb/MbedTLS.jl

@wildart wildart added the libgit2 The libgit2 library or the LibGit2 stdlib module label Jul 18, 2016
@wildart wildart added this to the 0.6.0 milestone Jul 18, 2016
@wildart wildart self-assigned this Jul 18, 2016
@petercolberg
Copy link
Contributor

petercolberg commented Jul 29, 2016

If libgit2/libgit2#3462 is merged to transparently support MbedTLS, will this no longer be needed?

@Keno
Copy link
Member

Keno commented Jul 29, 2016

correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libgit2 The libgit2 library or the LibGit2 stdlib module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants