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

Fix expired test cert failure #94

Merged
merged 2 commits into from
Dec 16, 2022
Merged

Conversation

christianpaquin
Copy link

Cherry-picked last two commits (see history) on ssl/ssl_test.cc to fix an expired cert test failure. Fixes #93.

Bob Beck and others added 2 commits December 16, 2022 10:51
Bug: b:261632678, chromium:1396479
Change-Id: I82f7ce05ece8b5c145d4394dc0d4173e357ce176
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/55585
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: Bob Beck <bbe@google.com>
That test cert expires in 2099, which is a ways off but if this code is
somehow still around by then, let's save the future some pain. With this
fixed, our test all pass at least through the year 3000, so we're
hopefully clear of timebombs.

Change-Id: Ie9dcbc4f4db70c6bcc1ae9717c6e1ee89eb4195c
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/55625
Auto-Submit: David Benjamin <davidben@google.com>
Reviewed-by: Bob Beck <bbe@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Commit-Queue: Bob Beck <bbe@google.com>
@xvzcf xvzcf force-pushed the fix-expired-test-cert-failure branch from bc09fb3 to 106ff4e Compare December 16, 2022 15:51
@xvzcf xvzcf merged commit bb5f146 into master Dec 16, 2022
@xvzcf xvzcf deleted the fix-expired-test-cert-failure branch December 16, 2022 16:10
@xvzcf
Copy link

xvzcf commented Dec 16, 2022

Thanks!

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.

Fix failing CI test
3 participants