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

Drop dep on the certificate-transparency-go repo #125

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

AlCutter
Copy link
Collaborator

@AlCutter AlCutter commented May 24, 2024

This PR removes the temporary dep on the certificate-transparency-go repo by implementing serialisation of STH signature preimages locally.

Fises #105

@AlCutter AlCutter requested a review from a team as a code owner May 24, 2024 13:32
@AlCutter AlCutter requested a review from jiggoha May 24, 2024 13:32
@codecov-commenter
Copy link

codecov-commenter commented May 24, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 4 lines in your changes missing coverage. Please review.

Project coverage is 76.47%. Comparing base (fa00c16) to head (260df25).
Report is 47 commits behind head on main.

Files Patch % Lines
note/note_rfc6962.go 66.66% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #125      +/-   ##
==========================================
- Coverage   82.57%   76.47%   -6.11%     
==========================================
  Files           5        6       +1     
  Lines         241      323      +82     
==========================================
+ Hits          199      247      +48     
- Misses         30       45      +15     
- Partials       12       31      +19     

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

@AlCutter
Copy link
Collaborator Author

@mhutchinson need a re-approval as I had to rebase and resolve go.mod.

@@ -29,7 +29,8 @@ import (
"strings"
"time"

ct "github.com/google/certificate-transparency-go"
//"github.com/google/certificate-transparency-go/tls"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this comment serving any value?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

gah, will need another re-approve.

@AlCutter AlCutter merged commit 01e8727 into transparency-dev:main Jun 10, 2024
8 checks passed
@AlCutter AlCutter deleted the no_ct_go branch June 10, 2024 13:01
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.

3 participants