Skip to content

Allow to use ClamAV on FIPS enabled OpenSSL#959

Closed
ghost wants to merge 1 commit intomainfrom
unknown repository
Closed

Allow to use ClamAV on FIPS enabled OpenSSL#959
ghost wants to merge 1 commit intomainfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Jun 19, 2023

Allow to use ClamAV on FIPS enabled OpenSSL

fixes: #564

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

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

@val-ms
Copy link
Contributor

val-ms commented Jun 21, 2023

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

@val-ms val-ms closed this Jun 21, 2023
@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.

@val-ms val-ms changed the title fix:https://github.com/Cisco-Talos/clamav/issues/564 Allow to use ClamAV on FIPS enabled OpenSSL Jun 26, 2025
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.

3 participants