- Apr 22, 2024
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D208120
-
- Apr 15, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D207426
-
- Apr 11, 2024
-
-
Ben Hearsum authored
Bug 1888488: update staging content signing root certificate to new cas_new root certificate a=RyanVM This is the cas_new root (https://bugzilla.mozilla.org/attachment.cgi?id=9390855) converted from PEM to DER with: `openssl x509 -in cas-new-root-2024-03-12.crt -inform PEM -outform DER` Original Revision: https://phabricator.services.mozilla.com/D206040 Differential Revision: https://phabricator.services.mozilla.com/D207263
-
- Apr 08, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D206893
-
- Apr 05, 2024
-
-
William Durand authored
Original Revision: https://phabricator.services.mozilla.com/D206106 Differential Revision: https://phabricator.services.mozilla.com/D206750
-
- Apr 04, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D206614
-
- Apr 01, 2024
-
-
Jed Davis authored
Original Revision: https://phabricator.services.mozilla.com/D204326 Differential Revision: https://phabricator.services.mozilla.com/D205134
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D206232
-
- Mar 28, 2024
-
-
Chris Martin authored
Differential Revision: https://phabricator.services.mozilla.com/D206068
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D206010
-
- Mar 26, 2024
-
-
Ben Hearsum authored
Bug 1886830: update staging content signing root certificate to new cas_cur root certificate a=RyanVM This certificate is `cas-cur-root-2024-03-12.crt` from bug 1882192 (https://bugzilla.mozilla.org/attachment.cgi?id=9390858), and has been converted to DER with: $ openssl x509 -in cas-cur-root-2024-03-12.crt -inform PEM -outform DER Original Revision: https://phabricator.services.mozilla.com/D205356 Differential Revision: https://phabricator.services.mozilla.com/D205774
-
- Mar 15, 2024
-
-
Rob Wu authored
Generated from the crt file from bug 1882192 with: openssl x509 -inform PEM -in /tmp/cas-cur-intermediate-amo-2024-03-12.crt -outform DER -out security/manager/ssl/addons-stage-intermediate.crt Differential Revision: https://phabricator.services.mozilla.com/D204778
-
Rob Wu authored
addons-stage.crt is the DER-encoded version of the cas-cur-root-2024-03-12.crt file from bug 1882192, generated with: openssl x509 -inform PEM -in /tmp/cas-cur-root-2024-03-12.crt -outform DER -out security/manager/ssl/addons-stage.crt The four zip files are from bug 1885457, and are the same file, but signed with the new certificate. Differential Revision: https://phabricator.services.mozilla.com/D204706
-
- Mar 25, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D205554
-
- Mar 21, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D205325
-
- Mar 18, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D204888
-
- Mar 11, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D204210
-
- Mar 07, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D203895
-
- Mar 04, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D203411
-
- Feb 26, 2024
-
-
John Schanck authored
Original Revision: https://phabricator.services.mozilla.com/D202015 Differential Revision: https://phabricator.services.mozilla.com/D202017
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D202705
-
Kershaw Chang authored
Bug 1851570 - [for esr] Allow necko to know when client auth is selected to drive TLS handshake, r=necko, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201722
-
- Feb 22, 2024
-
-
Dianna Smith authored
-
- Feb 13, 2024
-
-
Kershaw Chang authored
Bug 1851570 - [for esr] Allow necko to know when client auth is selected to drive TLS handshake, r=necko-reviewers,valentin, a=dsmith Differential Revision: https://phabricator.services.mozilla.com/D201722
-
- Feb 22, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D202407
-
- Feb 15, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D201951
-
- Feb 08, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D201069
-
- Jan 24, 2024
-
-
Dana Keeler authored
Differential Revision: https://phabricator.services.mozilla.com/D199418
-
- Feb 05, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D200615
-
Sebastian Hengst authored
Bug 1874627 - regenerate expiring test certificates for 2024 (branch 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
-
- Jan 20, 2024
-
-
Dana Keeler authored
* 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. Test Plan: https://treeherder.mozilla.org/jobs?repo=try&revision=04e3780551b5e83a70b51acd84e1b3383a249f14 Differential Revision: https://phabricator.services.mozilla.com/D199156
-
- Jan 15, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D198526
-
- Jan 12, 2024
-
-
Emilio Cobos Álvarez authored
This matches the behavior of XUL trees, and also what we did for the languages listboxes and bug 1860214. This is enough to fix the bug, but more in-depth fix incoming too. Differential Revision: https://phabricator.services.mozilla.com/D198395
-
- Jan 11, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D198258
-
- Jan 08, 2024
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D197900
-
- Jan 04, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D197672
-
- Jan 03, 2024
-
-
Dana Keeler authored
Bug 1870262 - a subdomain of any HSTS superdomain that asserts includeSubdomains is HSTS (ESR115) r=jschanck, a=dmeehan Previously, the HSTS implementation would only consider the first superdomain that had any HSTS information and use the presence or absence of the includeSubdomains directive to determine if the subdomain was HSTS. However, the specification actually stipulates that if any superdomain that is HSTS asserts includeSubdomains, the subdomain is HSTS. Differential Revision: https://phabricator.services.mozilla.com/D197550
-
- Jan 01, 2024
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D197473
-
- Dec 28, 2023
-
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D197372
-
- Dec 21, 2023
-
-
ffxbld authored
No Bug, mozilla-esr115 repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update, r=dmeehan Differential Revision: https://phabricator.services.mozilla.com/D197059
-