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

Refactoring crypto code for future reuse. #25148

Merged
merged 6 commits into from
Jan 7, 2025
Merged

Conversation

getvictor
Copy link
Member

Refactoring crypto code for future reuse for #24869. No functional changes.

Copy link

codecov bot commented Jan 3, 2025

Codecov Report

Attention: Patch coverage is 76.92308% with 9 lines in your changes missing coverage. Please review.

Project coverage is 63.83%. Comparing base (4c463b6) to head (ae8fe6e).
Report is 54 commits behind head on main.

Files with missing lines Patch % Lines
server/mdm/cryptoutil/cryptoutil.go 78.37% 6 Missing and 2 partials ⚠️
server/service/mdm.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #25148      +/-   ##
==========================================
+ Coverage   54.30%   63.83%   +9.52%     
==========================================
  Files        1615     1615              
  Lines      153594   153607      +13     
  Branches     3987     3987              
==========================================
+ Hits        83416    98052   +14636     
+ Misses      63296    47753   -15543     
- Partials     6882     7802     +920     
Flag Coverage Δ
backend 64.70% <76.92%> (+10.40%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@getvictor getvictor marked this pull request as ready for review January 4, 2025 00:57
@getvictor getvictor requested a review from a team as a code owner January 4, 2025 00:57

// GenerateSubjectKeyID generates Subject Key Identifier (SKI) using SHA-256
// hash of the public key bytes according to RFC 7093 section 2.
func GenerateSubjectKeyID(pub crypto.PublicKey) ([]byte, error) {
Copy link
Member

Choose a reason for hiding this comment

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

Haven't fully reviewed, I assume this (and related tests) were just code copied from the old places?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

@getvictor getvictor merged commit cbe44ee into main Jan 7, 2025
27 checks passed
@getvictor getvictor deleted the victor/24869-crypto-refactor branch January 7, 2025 22:14
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