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

Use digest crate #984

Merged
merged 8 commits into from Jan 3, 2024
Merged

Use digest crate #984

merged 8 commits into from Jan 3, 2024

Conversation

jw3
Copy link
Member

@jw3 jw3 commented Jan 3, 2024

Use the digest crate

Remove the bespoke hasher implementation, dropping the ring dependency.

This commit also updates the el9 BuildRequires list.

Closes #983

@jw3 jw3 merged commit b97feb1 into ctc-oss:master Jan 3, 2024
31 checks passed
@jw3 jw3 deleted the 983-sha_update branch January 3, 2024 22:49
@jw3 jw3 added this to the v1.3 milestone Jan 4, 2024
jw3 added a commit to jw3/fapolicy-analyzer that referenced this pull request Jan 22, 2024
Use the digest crate

Remove the bespoke hasher implementation, dropping the ring dependency.

This commit also updates the el9 BuildRequires list.

Closes ctc-oss#983
# Conflicts:
#	.github/workflows/changelog.yml
@jw3 jw3 mentioned this pull request Jan 22, 2024
jw3 added a commit that referenced this pull request Jan 22, 2024
Updates el8 for 1.3.0

- Use digest crate #984
- Reload rules while profiling #990
- Add lang for config #991

Adds a draft release check to guard artifact publishing.
- Closes #976
@jw3 jw3 mentioned this pull request Feb 11, 2024
jw3 added a commit that referenced this pull request Feb 11, 2024
##
[v1.3.0](https://github.com/ctc-oss/fapolicy-analyzer/releases/tag/v1.3.0)
- 2024-02-11


### Added

- Allow rules to be loaded dynamically into a profiling session
([#990](#990))
- Added syntax highlighting to the fapolicyd config editor
([#991](#991))

### Packaging

- Use digest crate for sha256 hashing, removing need for ring crate.
([#984](#984))
- Add a version number to the PDF user guide content and filename.
([#995](#995))
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.

Replace utils::hash with digest crate
1 participant