Skip to content

Enable signing validation of rpm files using SignCheck#15560

Merged
ellahathaway merged 3 commits intodotnet:mainfrom
ellahathaway:signcheck-rpm
Feb 24, 2025
Merged

Enable signing validation of rpm files using SignCheck#15560
ellahathaway merged 3 commits intodotnet:mainfrom
ellahathaway:signcheck-rpm

Conversation

@ellahathaway
Copy link
Copy Markdown
Member

@ellahathaway ellahathaway commented Feb 20, 2025

Closes dotnet/source-build#4860

  • src/SignCheck/Microsoft.SignCheck/Verification/LinuxPackageVerifier.cs: Added a new abstract class to handle common logic for verifying Linux packages.
  • src/SignCheck/Microsoft.SignCheck/Verification/DebVerifier.cs: Refactored to inherit from the new LinuxPackageVerifier class and moved common logic to the base class.
  • src/SignCheck/Microsoft.SignCheck/Verification/RpmVerifier.cs: Added a new class to handle verification and unpacking of .rpm packages.
  • src/SignCheck/Microsoft.SignCheck/Verification/SignatureVerificationManager.cs: Registered the new RpmVerifier class.

@ellahathaway ellahathaway changed the title Signcheck rpm Enable signing validation of rpm files using SignCheck Feb 20, 2025
@ellahathaway ellahathaway requested a review from mmitche February 21, 2025 16:05
@ellahathaway ellahathaway marked this pull request as ready for review February 21, 2025 16:05
mmitche
mmitche previously approved these changes Feb 21, 2025
@ellahathaway
Copy link
Copy Markdown
Member Author

Validated these changes in this pipeline run

@ellahathaway ellahathaway merged commit 5ac62fa into dotnet:main Feb 24, 2025
@ellahathaway ellahathaway deleted the signcheck-rpm branch February 24, 2025 22:49
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.

Enable signing validation of .rpm files using SignCheck

2 participants