Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Dear OpenSCAP Maintainers,

I am reaching out to inquire whether OpenSCAP can be built using OpenSSL instead of Gcrypt and NSS. In our environment, we rely heavily on OpenSSL and having OpenSCAP use the same library would help reducing dependencies.

Is there any ongoing effort to integrate OpenSSL as an alternative to Gcrypt and NSS? If not, would such a change be feasible, and are there any major technical obstacles to consider?

I appreciate your insights and guidance on this matter. Looking forward to your response.

Best regards,
Marc

You must be logged in to vote

Replies: 2 comments

Comment options

In the core of the OpenSCAP we use crypto libraries only for checksum calculations. And while this functionality is somewhat abstracted (there is an option to choose between GCrypt and NSS) the code is not quite good, and there was never an attempt to include OpenSSL as an option for checksum calculation. The scope is quite limited, though, so it might be not too complex task after all.

It'd make sense to have it since we also depend on OpenSSL via xmlsec1 library, but we don't have any plans to do that at this moment.

We will definitely accept a patch doing that (with an appropriate set of tests).

You must be logged in to vote
0 replies
Comment options

This is a good place to start looking at the problem: https://github.com/OpenSCAP/openscap/tree/main/src/OVAL/probes/crapi

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.