-
Notifications
You must be signed in to change notification settings - Fork 216
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
Improve handling of X509 times #3739
Merged
wintersteiger
merged 13 commits into
microsoft:main
from
wintersteiger:cwinter_x509_time
Apr 8, 2022
Merged
Improve handling of X509 times #3739
wintersteiger
merged 13 commits into
microsoft:main
from
wintersteiger:cwinter_x509_time
Apr 8, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cwinter_x509_time@44165 aka 20220407.21 vs main ewma over 20 builds from 43924 to 44161 Click to see tablemain
cwinter_x509_time
|
jumaffre
reviewed
Apr 6, 2022
wintersteiger
force-pushed
the
cwinter_x509_time
branch
from
April 6, 2022 11:18
d95d9f0
to
e861820
Compare
wintersteiger
force-pushed
the
cwinter_x509_time
branch
from
April 6, 2022 14:38
2562e47
to
2027e5f
Compare
jumaffre
reviewed
Apr 7, 2022
wintersteiger
force-pushed
the
cwinter_x509_time
branch
from
April 7, 2022 11:19
7125f8f
to
ad3a69d
Compare
jumaffre
reviewed
Apr 7, 2022
jumaffre
reviewed
Apr 7, 2022
jumaffre
approved these changes
Apr 7, 2022
eddyashton
reviewed
Apr 7, 2022
wintersteiger
force-pushed
the
cwinter_x509_time
branch
from
April 7, 2022 17:00
b2f4b03
to
2450aef
Compare
eddyashton
approved these changes
Apr 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This simplifies the way we handle x509 certificate expiry times. The idea is to do as much as possible in C++ chrono and to convert to/from OpenSSL types only when we are about to generate/verify a certificate. Everything is normalized to
std::chrono::system_clock
, which is in UTC.