Specify intermediate certificate for ChainTests.BuildInvalidSignatureTwice.#50045
Specify intermediate certificate for ChainTests.BuildInvalidSignatureTwice.#50045vcsjones wants to merge 1 commit into
Conversation
…Twice. This test was relying on AIA certificate fetching to get the intermediate certificate. This is not the purpose of this test, and the fetching appears to have gotten unreliable. This change uses a different certificate for the test and puts the intermediate certificate in the extra store so that AIA fetching is not used.
|
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsThis test was relying on AIA certificate fetching to get the This change uses a different certificate for the test and puts the Closes #48851
|
|
@vcsjones, mind resolving the conflict? Thanks! |
|
@stephentoub ha, it looks like #49532 pretty much did the same thing, with a little more changes to help the test pass on Android, so this PR is obsolete. Closing this PR then, but we should close #48851 since it should be fixed by #49532. |
This test was relying on AIA certificate fetching, or it already being cached, to get the
intermediate certificate. This is not the purpose of this test,
and the fetching appears to have gotten unreliable.
This change uses a different certificate for the test and puts the
intermediate certificate in the extra store so that AIA fetching
is not used.
Closes #48851