-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fix wrong GPG expire date #6643
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 😄
Codecov Report
@@ Coverage Diff @@
## master #6643 +/- ##
==========================================
+ Coverage 40.53% 40.54% +<.01%
==========================================
Files 406 406
Lines 54494 54498 +4
==========================================
+ Hits 22088 22094 +6
+ Misses 29370 29368 -2
Partials 3036 3036
Continue to review full report at Codecov.
|
* fix expire of gpg relative to key creation https://tools.ietf.org/html/rfc4880#section-5.2.3.6 * add test
Fix #6599
The expire date of key is calculated relative to creation time of the key not the sig. https://tools.ietf.org/html/rfc4880#section-5.2.3.6