8000 Support for certificates with expiration date by poszu · Pull Request #471 · spacemeshos/poet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support for certificates with expiration date #471

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

Merged
merged 6 commits into from
Apr 18, 2024
Merged

Conversation

poszu
Copy link
Contributor
@poszu poszu commented Mar 21, 2024

Support for certificates with an optional expiration date. A certificate is now a scale-encoded combination of the node's ID and (optional) expiration time. If the expiration time is nil, the certificate does not expire.

The function to verify a certificate is exported in shared pkg for the node to verify the certs it gets from a certifier.

Copy link
codecov bot commented Mar 21, 2024

Codecov Report

Attention: Patch coverage is 95.91837% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 80.6%. Comparing base (b1a5d8b) to head (4b8b3e7).
Report is 18 commits behind head on develop.

Files Patch % Lines
shared/cert.go 94.4% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           develop    #471     +/-   ##
=========================================
+ Coverage     80.2%   80.6%   +0.4%     
=========================================
  Files           26      27      +1     
  Lines         1697    1743     +46     
=========================================
+ Hits          1362    1406     +44     
- Misses         215     216      +1     
- Partials       120     121      +1     

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

@poszu poszu requested a review from fasmat March 25, 2024 10:12
@poszu poszu marked this pull request as ready for review March 25, 2024 10:12
@poszu poszu force-pushed the certs-with-expiration branch from 7ba2761 to 9abc783 Compare March 25, 2024 10:14
poszu and others added 2 commits April 18, 2024 08:48
Co-authored-by: Matthias Fasching <5011972+fasmat@users.noreply.github.com>
@poszu poszu added this pull request to the merge queue Apr 18, 2024
Merged via the queue into develop with commit 18b7b0a Apr 18, 2024
@poszu poszu deleted the certs-with-expiration branch April 18, 2024 08:31
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
0