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

fix:https://github.com/Cisco-Talos/clamav/issues/564 #959

Closed
wants to merge 1 commit into from

Conversation

barrydegraaff
Copy link

Allow to use ClamAV on FIPS enabled OpenSSL

Allow to use ClamAV on FIPS enabled OpenSSL
@qralston
Copy link

This merge request should be rejected; see my comment on issue 564.

@micahsnyder
Copy link
Contributor

This change would make it "work" but is a cheat. Sorry @barrydegraaff

@PaulSD
Copy link

PaulSD commented Sep 12, 2023

In addition to the issues discussed in #564, also note that this PR introduces a memory leak, since the return value of EVP_get_digestbyname() does not need to be freed, but the return value of EVP_MD_fetch() does need to be freed.

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

Successfully merging this pull request may close these issues.

4 participants