openpgp D. Shaw Internet-Draft Jabberwocky Tech Updates: 4880 (if approved) A. Gallagher, Ed. Intended status: Informational PGPKeys.EU Expires: 24 November 2024 23 May 2024 OpenPGP Replacement Key Signalling Mechanism draft-gallagher-openpgp-replacementkey-01 Abstract This document specifies a method in OpenPGP to suggest a replacement for an expired, revoked, or deprecated key. About This Document This note is to be removed before publishing as an RFC. The latest revision of this draft can be found at https://andrewgdotcom.gitlab.io/draft-gallagher-openpgp- replacementkey. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-gallagher-openpgp- replacementkey/. Discussion of this document takes place on the OpenPGP Working Group mailing list (mailto:openpgp@ietf.org), which is archived at https://mailarchive.ietf.org/arch/browse/openpgp/. Subscribe at https://www.ietf.org/mailman/listinfo/openpgp/. Source for this draft and an issue tracker can be found at https://gitlab.com/andrewgdotcom/draft-gallagher-openpgp- replacementkey. Status of This Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." Shaw & Gallagher Expires 24 November 2024 [Page 1] Internet-Draft OpenPGP Replacement Key Signalling Mecha May 2024 This Internet-Draft will expire on 24 November 2024. Copyright Notice Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/ license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 2. Conventions and Definitions . . . . . . . . . . . . . . . . . 3 3. The Replacement Key Subpacket . . . . . . . . . . . . . . . . 3 4. Format of the Replacement Key Subpacket . . . . . . . . . . . 4 5. Trust and Validation of the Replacement Key Subpacket . . . . 4 6. Placement of the Replacement Key Subpacket . . . . . . . . . 5 7. Security Considerations . . . . . . . . . . . . . . . . . . . 5 8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 5 9. Normative References . . . . . . . . . . . . . . . . . . . . 5 Appendix A. Example Workflows . . . . . . . . . . . . . . . . . 6 A.1. Alice Revokes her Key . . . . . . . . . . . . . . . . . . 6 A.2. Alice Creates a V6 Key . . . . . . . . . . . . . . . . . 6 Appendix B. Acknowledgments . . . . . . . . . . . . . . . . . . 7 Appendix C. Document History . . . . . . . . . . . . . . . . . . 7 C.1. Changes Between -00 and -01 . . . . . . . . . . . . . . . 7 C.2. Changes Between draft-shaw-openpgp-replacementkey-00 and draft-gallagher-openpgp-replacementkey-00 . . . . . . . . 7 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 7 1. Introduction The OpenPGP message format [crypto-refresh] defines two ways to invalidate a key. One way is that the key may be explicitly revoked via a revocation signature. OpenPGP also supports the concept of key expiration, a date after which the key should not be used. When a key is revoked or expires, very often there is another key that is intended to replace it. Shaw & Gallagher Expires 24 November 2024 [Page 2] Internet-Draft OpenPGP Replacement Key Signalling Mecha May 2024 A key owner may also create a new key that is intended to deprecate and replace their existing key, but without revoking or expiring that key. This is useful during the rollout of new key versions and algorithms which may not (yet) enjoy universal support. In such cases, a key owner may prefer that their correspondents use their new key, but if this is not possible for technical reasons they may continue to use the deprecated key, which remains valid even if it is not preferred. In the past some key owners have created key transition documents, which are signed, human-readable statements stating that a newer key should be preferred by their correspondents. It is desirable that this process be automated through a standardised machine-readable mechanism. This document is to specify the format of a signature subpacket to be optionally included in a revocation signature or self-signature on a key. This subpacket contains a pointer to a suggested replacement for the key that is signed over. This replacement key may then be automatically retrieved and (if supported and validated) used instead of the original key. 2. Conventions and Definitions The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. 3. The Replacement Key Subpacket The replacement key subpacket is a Signature Subpacket as defined in [crypto-refresh], section 5.2.3.7, and all general signature subpacket considerations from there apply here as well. The value of the signature subpacket type octet for the replacement key subpacket is (insert this later). A preferred key server subpacket ([crypto-refresh], section 5.2.3.26) MAY be included in the revocation or self-signature to recommend a location and method to fetch the replacement key. Note however that since this subpacket automatically also applies to the current key, it cannot be used to set the replacement key's preferred keyserver to a different value than that of the current key. The absence of a replacement key subpacket SHOULD NOT be interpreted as meaning that there is no replacement for the current key. The "no replacement" bit SHOULD be used instead (see below). Shaw & Gallagher Expires 24 November 2024 [Page 3] Internet-Draft OpenPGP Replacement Key Signalling Mecha May 2024 The replacement key subpacket is only meaningful in a key revocation or self-signature. It SHOULD NOT be present in any other sort of signature. 4. Format of the Replacement Key Subpacket The format of the replacement key subpacket is 1 octet of subpacket version and 1 octet of class, followed by an optional 1 octet of key version and N octets of fingerprint. The subpacket version octet MUST be set to 0x01 to indicate the version of the replacement key subpacket as specified in this document. An implementation that encounters a subpacket version octet that is different than the version(s) it is capable of understanding MUST disregard that replacement key subpacket. Note that if the critical bit for the replacement key subpacket is set, this MAY also mean considering the whole signature to be in error ([crypto-refresh], section 5.2.3.7). The 0x80 bit of the class octet is the "no replacement" bit. When set, this explicitly specifies there is no replacement for the current key. All other bits of the class octet are currently undefined and MUST be set to zero. If the class octet does not have the 0x80 bit set to indicate there is no replacement, the replacement key subpacket also contains 1 octet for the key version of the replacement key and N octets for the fingerprint of the replacement key. If present, the length of the fingerprint field MUST equal the fingerprint length corresponding to the key version field, e.g. 20 octets for version 4, or 32 octets for version 6. If the intent is to state that the replacement key is unknown, then no replacement key subpacket should be included in the revocation signature. If multiple replacement key subpackets are present, implementations MAY use any method desired to resolve which key (or keys) are the chosen replacement. 5. Trust and Validation of the Replacement Key Subpacket The existence of a Replacement Key subpacket MUST NOT be considered in any trust calculation over either the current or replacement key. Receiving implementations SHOULD validate the replacement key as they would any other key. If the replacement key is supported, and validates successfully, it SHOULD be preferred over the current key when determining which key to use for correspondence. Shaw & Gallagher Expires 24 November 2024 [Page 4] Internet-Draft OpenPGP Replacement Key Signalling Mecha May 2024 Since a Replacement Key subpacket only contains a fingerprint and not a full key, the signature made over it forms a weaker binding than a Certification Signature. A key owner SHOULD therefore also make a Certification Signature over the replacement key using their existing key. It is also suggested that the key owner asks the third parties who certified their current key to certify the replacement key. Distribution of the replacement key over a trusted mechanism (such as WKD) MAY also be used to confer legitimacy. 6. Placement of the Replacement Key Subpacket While nothing prevents using the replacement key subpacket on a subkey revocation or self-signature, it is mainly useful on a primary key revocation or self-signature as a replacement subkey can be directly added by the keyholder with no need for the indirection provided by this subpacket. The replacement key subpacket SHOULD be placed in the hashed section of the signature to prevent a possible key substitution attack. If the replacement key subpacket was allowed in the unhashed section of the signature, an attacker could add a bogus replacement key subpacket to an existing revocation or self-signature. 7. Security Considerations The replacement key subpacket provides non-sensitive information only. Nevertheless, as noted above, implementations SHOULD NOT trust a replacement key subpacket that is located in the unhashed area of the signature packet, and SHOULD validate the replacement key as they would any other key. In addition, as this document is an update of [crypto-refresh], the security considerations there should be carefully reviewed. 8. IANA Considerations This document requests that the following entry be added to the OpenPGP Signature Subpacket registry: +======+=================+===============+ | Type | Name | Specification | +======+=================+===============+ | TBC | Replacement Key | This document | +------+-----------------+---------------+ Table 1: Signature Subpacket Registry 9. Normative References Shaw & Gallagher Expires 24 November 2024 [Page 5] Internet-Draft OpenPGP Replacement Key Signalling Mecha May 2024 [crypto-refresh] Wouters, P., Huigens, D., Winter, J., and N. Yutaka, "OpenPGP", October 2023, . [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, . [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, . Appendix A. Example Workflows A.1. Alice Revokes her Key * Bob wants to send Alice a message, but they have not corresponded for some time. * Bob's client refreshes Alice’s key from a keyserver (by fingerprint); it contains a revocation signature with a replacement key subpacket. * Bob's client looks up Alice’s new key from a keyserver (by fingerprint); it is certified by the same people that certified her old key (some of whom Bob may trust) and/or Alice’s old key itself (which Bob's policy may consider sufficient). * Bob's client uses Alice’s new key instead of the old key. There are other means to achieve a similar result, such as WKD or Autocrypt, but they may not be available. For example, Alice’s service provider may not support WKD, and Alice may not have sent Bob an autocrypt message since revoking her old key. A.2. Alice Creates a V6 Key * Bob wants to send Alice a message and has Alice's v4 key. * Either Bob's copy of Alice's key already has the replacement key subpacket pointing to a v6 key, or Bob refreshes Alice's key from a keyserver and sees a new replacement key subpacket. Shaw & Gallagher Expires 24 November 2024 [Page 6] Internet-Draft OpenPGP Replacement Key Signalling Mecha May 2024 * If Bob has a v6 implementation, it can proceed with fetching Alice's v6 key, validating it, etc, and then use it to send his message to Alice. * If Bob doesn't have a v6 implementation, it can continue to use Alice's v4 key. WKD does not currently allow more than one valid key to be returned for a query, therefore it cannot easily support this use case. Appendix B. Acknowledgments The authors would like to thank Daniel Kahn Gillmor, Simon Josefsson, Heiko Schäfer, Falko Strenzke and Aron Wussler for suggestions and discussions. Appendix C. Document History Note to RFC Editor: this section should be removed before publication. C.1. Changes Between -00 and -01 * Added example workflows. * Specifically describe "deprecation without expiry or revocation" use case. * Add note about weakness of signatures over fingerprints. * Miscellaneous clarifications. C.2. Changes Between draft-shaw-openpgp-replacementkey-00 and draft- gallagher-openpgp-replacementkey-00 * Changed algid octet to key version octet. * Changed initial subpacket version number to 1. * Clarified semantics of some edge cases. Authors' Addresses Daphne Shaw Jabberwocky Tech Email: dshaw@jabberwocky.com Shaw & Gallagher Expires 24 November 2024 [Page 7] Internet-Draft OpenPGP Replacement Key Signalling Mecha May 2024 Andrew Gallagher (editor) PGPKeys.EU Email: andrewg@andrewg.com Shaw & Gallagher Expires 24 November 2024 [Page 8]