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

Consider switching to OpenSSL #18

Open
letmaik opened this issue Apr 24, 2021 · 3 comments
Open

Consider switching to OpenSSL #18

letmaik opened this issue Apr 24, 2021 · 3 comments

Comments

@letmaik
Copy link
Contributor

letmaik commented Apr 24, 2021

For https://github.com/microsoft/attested-fetch I needed to access the TLS certs of the connection which libcurl does not support when using mbedtls. I have a variant of the CMake script that uses OpenSSL: https://github.com/microsoft/attested-fetch/blob/main/3rdparty/openenclave-curl/CMakeLists.txt

I'm not sure if it makes sense to provide a build option to choose between mbedtls or OpenSSL but I have a feeling switching to OpenSSL as only option may make sense as well. @achamayou @herveyw-msft Any opinions?

@achamayou
Copy link
Contributor

+1 for switching

@herveyw-msft
Copy link

We will eventually switch to OpenSSL but it is some time away as we have many dependencies on mbedTLS that must be abstracted out of the code. A switch would be interesting, but my first step is to just try to get this project incorporated into our build system with all its submodule dependencies.

@praenubilus
Copy link

+1 for switch or provide an option at build

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

No branches or pull requests

4 participants