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

Aide still uses md5 which is prevented by FIPS #82

Open
thomric2 opened this issue Jul 22, 2016 · 0 comments
Open

Aide still uses md5 which is prevented by FIPS #82

thomric2 opened this issue Jul 22, 2016 · 0 comments
Assignees

Comments

@thomric2
Copy link

There is a lot of code to remove non FIPS compliant hashing algorithms from aide.conf in aide_hash_algorithims.sh however it ignores the default rule R which uses md5: #R: p+ftupe+i+l+n+u+g+s+m+c+md5. A new custom rule should instead by made without md5 and then all instances of R need to be replaced with this custom rule. I'm not sure what order the scripts are run in but aide_verify_ACLs.sh and aide_verify_xattrs.sh may also need to be updated as both of those files are specifically looking for tests that use rule R and would instead need to be looking for the new custom rule.

@fcaviggia fcaviggia self-assigned this Sep 2, 2016
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

No branches or pull requests

2 participants