signingscript: update gpg public key with new self-signature (bug 2019885)#1375
Open
jcristau wants to merge 1 commit intomozilla-releng:masterfrom
Open
signingscript: update gpg public key with new self-signature (bug 2019885)#1375jcristau wants to merge 1 commit intomozilla-releng:masterfrom
jcristau wants to merge 1 commit intomozilla-releng:masterfrom
Conversation
…9885) Adds a self-signature with a modern hash algo, to ensure the key is accepted by pgp implementations with stronger requirements, that consider SHA1 as insecure. ``` > $ diff -u <(git show origin/master:signingscript/src/signingscript/data/gpg_pubkey_20250313.asc | sq packet dump) <(sq packet dump < signingscript/src/signingscript/data/gpg_pubkey_20250313.asc) > --- /dev/fd/63 2026-02-27 16:37:07.391040276 +0100 > +++ /dev/fd/62 2026-02-27 16:37:07.391040276 +0100 > @@ -317,6 +317,27 @@ > Digest prefix: A069 > Level: 0 (signature over data) > > +Signature Packet, old CTB, 590 bytes > + Version: 4 > + Type: PositiveCertification > + Pk algo: RSA > + Hash algo: SHA512 > + Hashed area: > + Key flags: CS > + Features: SEIPDv1 > + Keyserver preferences: no modify > + Issuer Fingerprint: 14F26682D0916CDD81E37B6D61B7B526D98F0353 > + Mozilla Software Releases <release@mozilla.com> (UNAUTHENTICATED) > + Signature creation time: 2026-02-27 14:57:50 UTC > + Symmetric algo preferences: AES256, AES192, AES128, TripleDES > + Hash preferences: SHA512, SHA384, SHA256, SHA224, SHA1 > + Compression preferences: Zlib, BZip2, Zip > + Unhashed area: > + Issuer: 61B7B526D98F0353 > + Mozilla Software Releases <release@mozilla.com> (UNAUTHENTICATED) > + Digest prefix: A584 > + Level: 0 (signature over data) > + > Public-Subkey Packet, old CTB, 525 bytes > Version: 4 > Creation time: 2021-05-17 20:11:01 UTC ```
hneiva
approved these changes
Feb 27, 2026
This file contains hidden or 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
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.
Adds a self-signature with a modern hash algo, to ensure the key is accepted by pgp implementations with stronger requirements, that consider SHA1 as insecure.