Closed nforro closed 1 year ago
Curious, what's the motivation behind this? What problem are you trying to solve?
I'm packaging aws-crt-python for Fedora, and the package needs to comply with Fedora Crypto Policies. That can be conveniently achieved by linking with OpenSSL.
Another option would be to make AWS-LC compliant with the policies, but I don't know how realistic that is.
Cool, yeah, just making sure there's a good motivation before we increase the surface area of things to support.
Talked about it with the team. We want to use a different string, and want to add CI to ensure that it works. We'll get something together ASAP
Talked about it with the team. We want to use a different string, and want to add CI to ensure that it works. We'll get something together ASAP
Great, thanks!
Closing in favor of #456.
This patch makes it possible to set USE_OPENSSL environment variable to build and link the module with OpenSSL rather than AWS-LC on Unix.
Note: aws-c-cal already accepts USE_OPENSSL CMake option, so setting the environment variable affects it as well.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.