openssl-fips: create "alias" recipe for FIPS validated OpenSSL #23303
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is especially necessary for when 2 distinct versions of the FIPS module and the rest of the openssl libs/execs.
Specify library name and version: openssl-fips/3.0.9
This is my first attempt to address #22796
With this PR, I was successfully able to do the following in my recipe:
This PR currently duplicates the whole recipe as well as the test_package which is far from ideal...
Ideally, all we really need to do is the ability to optionally change the package name of the recipe, so we can build both
openssl
andopenssl-fips
from the same recipe...I know
--name
option can be used in theconan create
, but I don't think conan center uses that.Any thoughts?