Skip to content

Commit

Permalink
Bug 1874627 - regenerate expiring test certificates for 2024 (branch …
Browse files Browse the repository at this point in the history
…patch), this time with certificates included. r=jschank a=test-only

* the certificates were regenerated using `./mach generate-test-certs`
* the build/pgo/certs/ changes were made using
  `./mach python build/pgo/genpgocert.py`
* the zip files in security/manager/ssl/tests/unit/test_signed_apps/ were
  updated per the directions in the corresponding moz.build file
* security/manager/ssl/tests/unit/test_cert_override_read.js needed manual
  updating

These certificates and other test artifacts will now expire in 2025.

Differential Revision: https://phabricator.services.mozilla.com/D199156
  • Loading branch information
Archaeopteryx committed Feb 5, 2024
1 parent bc61d4f commit 1aee4ee
Show file tree
Hide file tree
Showing 45 changed files with 2 additions and 15 deletions.
Binary file modified build/pgo/certs/cert9.db
Binary file not shown.
Binary file modified build/pgo/certs/key4.db
Binary file not shown.
Binary file modified build/pgo/certs/mochitest.client
Binary file not shown.
17 changes: 2 additions & 15 deletions layout/generic/test/file_bug514732_window.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
width="600"
height="600"
onload="setTimeout(startTests,0);"
onload="setTimeout(nextTest,0);"
title="bug 514732 test">

<script type="application/javascript"><![CDATA[
Expand Down Expand Up @@ -75,20 +75,7 @@

finish();
}

function startTests() {
// Flush layout in outer and inner documents (in that order), to be sure
// our TestWindow's initial about:blank document doesn't have any
// pending reflows. (If we leave these pending reflows un-flushed, then
// they might happen after we've set up our MozScrolledAreaChanged
// event-listener; and that would confuse our test logic and lead to
// timeouts and test-failures.)
document.documentElement.offsetHeight;
TestWindow.getDocument().documentElement.offsetHeight;

// Kick off the first test via the generator-iterator.
nextTest();
}

]]></script>

<browser type="content" primary="true" flex="1" id="content" src="about:blank"/>
Expand Down
Binary file modified netwerk/test/unit/client-cert.p12
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified security/manager/ssl/tests/unit/test_signed_apps/unsigned_app.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1aee4ee

Please sign in to comment.