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

pgp: adds support for signing with an HSM held key #244

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

baloo
Copy link
Contributor

@baloo baloo commented Nov 8, 2024

This commit allows for the private key to be kept in an HSM/TPM/smartcard and protect it.

📜 Checklist

  • Commits are cleanly separated and have useful messages
  • A changelog entry or entries has been added to CHANGELOG.md
  • Documentation is thorough
  • Test coverage is excellent and passes
  • Works when tests are run --all-features enabled

@baloo baloo force-pushed the baloo/hsm-support branch 3 times, most recently from 349da14 to 78f4984 Compare November 8, 2024 06:47
@dralley
Copy link
Collaborator

dralley commented Nov 8, 2024

Needs a changelog entry

@baloo baloo force-pushed the baloo/hsm-support branch from 78f4984 to 0e36522 Compare November 8, 2024 16:26
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `zstdmt` feature which sets zstd compression to use all available cores.
- Added feature flags for every compression algorithm to support disabling unused ones.
- Bump `pgp` to 0.14.0
- Added support for signing with a key held in an HSM
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should go in an ### Added section

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And probably so should the first two items tbh.

@baloo baloo force-pushed the baloo/hsm-support branch from 0e36522 to a380e6f Compare November 8, 2024 16:58
@baloo baloo force-pushed the baloo/hsm-support branch from a380e6f to 16f19b6 Compare November 8, 2024 17:01
@dralley dralley merged commit 65fad6e into rpm-rs:master Nov 8, 2024
15 checks passed
@baloo baloo deleted the baloo/hsm-support branch November 8, 2024 17:51
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.

2 participants