-
Notifications
You must be signed in to change notification settings - Fork 22
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
ocaml-tls
support
#215
Comments
what's the value proposition of ocaml-tls for you in piaf? I wasn't planning on adding support for OCaml-TLS, but if it's not too intrusive (read, no/minimal functors) I may merge it if someone else does the work. |
I will look into this. Would you be open to splitting the piaf package into piaf, piaf-ssl and piaf-tls? |
I believe even after porting to ocaml-tls this won't support mirageOS right away: IIRC MirageOS currently has no EIO story, and Piaf will still depend on unix.
I think I'd rather not do this, but won't say no right away. In the past I've gotten around functorization by using dune's The compilation / C-language footprint arguments make sense to me. |
Note that there's a
tls-eio
bridge already on opam: https://github.com/mirleft/ocaml-tls/blob/main/eio/tls_eio.mliThe text was updated successfully, but these errors were encountered: