<?xmlversion='1.0' encoding='utf-8'?>version="1.0" encoding="UTF-8"?> <!DOCTYPE rfcSYSTEM "rfc2629-xhtml.ent"> <?rfc sortrefs="yes"?> <?rfc subcompact="no"?> <?rfc symrefs="yes"?> <?rfc toc="yes"?> <?rfc tocdepth="3"?> <?rfc compact="yes"?> <?rfc subcompact="no"?>[ <!ENTITY nbsp " "> <!ENTITY zwsp "​"> <!ENTITY nbhy "‑"> <!ENTITY wj "⁠"> ]> <rfc xmlns:xi="http://www.w3.org/2001/XInclude" submissionType="IETF" consensus="true" category="std" docName="draft-ietf-sidrops-rpki-rsc-11" number="9323" ipr="trust200902" xml:lang="en" tocInclude="true" sortRefs="true"submissionType="IETF" consensus="true"symRefs="true" tocDepth="3" updates="" obsoletes="" version="3"> <front> <title abbrev="RPKI SignedChecklists">Checklists (RSCs)"> AprofileProfile forResource Public Key Infrastructure (RPKI)RPKI Signed Checklists(RSC)(RSCs) </title> <seriesInfoname="Internet-Draft" value="draft-ietf-sidrops-rpki-rsc-09"/>name="RFC" value="9323"/> <author fullname="Job Snijders" initials="J." surname="Snijders"> <organization>Fastly</organization> <address> <postal> <street/> <code/> <city>Amsterdam</city> <country>Netherlands</country> </postal> <email>job@fastly.com</email> </address> </author> <author fullname="Tom Harrison" initials="T." surname="Harrison"> <organization abbrev="APNIC">Asia Pacific Network Information Centre</organization> <address> <postal> <street>6 Cordelia St</street> <city>South Brisbane</city> <code>4101</code> <country>Australia</country> <region>QLD</region> </postal> <phone/> <email>tomh@apnic.net</email> </address> </author> <author fullname="Ben Maddison" initials="B." surname="Maddison"> <organization abbrev="Workonline">Workonline Communications</organization> <address> <postal> <street/> <city>Cape Town</city> <code/> <country>South Africa</country> </postal> <email>benm@workonline.africa</email> </address> </author> <date year="2022" month="November" /> <area>ops</area> <workgroup>sidrops</workgroup> <keyword>security</keyword> <keyword>cryptography</keyword> <keyword>X.509</keyword> <abstract> <t> This document defines a Cryptographic Message Syntax (CMS) protected content type for use with the Resource Public Key Infrastructure (RPKI) to carry ageneral purposegeneral-purpose listing of checksums (a 'checklist'). The objective is to allow for the creation of an attestation, termed anRPKI"RPKI Signed Checklist(RSC),(RSC)", which contains one or more checksums of arbitrary digital objects (files) that are signed"with resources", and which, whenwith a specific set of Internet Number Resources. When validated, an RSC confirms that the respective InternetResource Holderresource holder produced the RSC. </t> </abstract><note> <name>Requirements Language</name> <t> 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 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here. </t> </note></front> <middle> <section anchor="intro"> <name>Introduction</name> <t> This document defines a Cryptographic Message Syntax (CMS) <xref target="RFC5652"/> <xref target="RFC6268"/> protected content type for ageneral purposegeneral-purpose listing of checksums (a 'checklist'), for use with the Resource Public Key Infrastructure (RPKI) <xref target="RFC6480"/>. TheprotectedCMS protected content type is intended to provide for the creation and validation of an RPKI Signed Checklist(RSC):(RSC), a checksum listing signed with a specific set of Internet Number Resources. The objective is to allow for the creation of an attestation that, when validated, provides a means to confirm a given InternetResource Holderresource holder produced theRPKI Signed Checklist (RSC).RSC. </t> <t> RPKI Signed Checklists are expected to facilitate inter-domain businessuse-cases whichuse cases that depend on an ability to verify resource holdership. RPKI-based validation processes are expected to become the industry norm for automated Bring Your Own IP (BYOIP) on-boarding or establishment of physicalinterconnectioninterconnections between AutonomousSystems.Systems (ASes). </t> <t> The RSC concept borrows heavily from Resource Tagged Attestation (RTA) <xreftarget="I-D.ietf-sidrops-rpki-rta">RTA</xref>,target="I-D.ietf-sidrops-rpki-rta"/>, Manifests <xref target="RFC9286"/>, and OpenBSD's signify utility <xreftarget="signify"/> utility.target="signify"/>. The main difference between an RSC and RTA is that the RTA profile allows multiple signers to attest a single digital object through a checksum of its content, while the RSC profile allows a single signer to attest the content of multiple digital objects. A single signer profile is considered a simplification for both implementers and operators. </t> <section anchor="requirements"> <name>Requirements Language</name> <t> The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>", "<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here. </t> </section> </section> <section anchor="profile"> <name>RSC Profile and Distribution</name> <t> RSC follows the Signed Object Template for the RPKI <xref target="RFC6488"/> with one exception: because RSCsMUST NOT<bcp14>MUST NOT</bcp14> be distributed through the global RPKIRepositoryrepository system, the Subject Information Access (SIA) extensionMUST<bcp14>MUST</bcp14> be omitted from the RSC's X.509 End-Entity (EE) certificate. </t> <t> What constitutes suitable transport for RSC files is deliberately unspecified. For example, it might be a USB stick, a web interface secured with HTTPS,a PGP-signed email,an email signed with Pretty Good Privacy (PGP), a T-shirt printed with a QR code, or a carrier pigeon. </t> <section title="RSCEnd-EntityEE Certificates"> <t> The Certification Authority (CA)MUST<bcp14>MUST</bcp14> only sign one RSC with eachEnd-Entity (EE) Certificate,EE certificate andMUST<bcp14>MUST</bcp14> generate a new key pair for each new RSC. Thisform of usetype ofthe associatedEECertificatecertificate is termed a "one-time-use" EE certificate (see <xref target="RFC6487"section="3"/>.section="3"/>). </t> </section> </section> <section anchor="content"> <name>The RSCContentType</name>eContentType</name> <t> TheContentTypeeContentType for an RSC is defined asrpkiSignedChecklist,id-ct-signedChecklist, with Object Identifier (OID) 1.2.840.113549.1.9.16.1.48. </t> <t> This OIDMUST<bcp14>MUST</bcp14> appearbothwithin both the eContentType in the encapContentInfo objectas well asand the ContentType signed attribute in the signerInfo object (see <xref target="RFC6488"/>). </t> </section> <section anchor="econtent"> <name>The RSC eContent</name> <t> The content of an RSC indicates that a checklist for arbitrary digital objects has been signed"with resources".with a specific set of Internet Number Resources. An RSC is formally definedas:as follows: </t> <sourcecodetype="asn.1" originalSrc="RpkiSignedChecklist-2022.asn">RpkiSignedChecklist-2022type="asn.1">RpkiSignedChecklist-2022 { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) mod(0) id-mod-rpkiSignedChecklist-2022(73) } DEFINITIONS EXPLICIT TAGS ::= BEGIN IMPORTS CONTENT-TYPE, Digest, DigestAlgorithmIdentifier FROM CryptographicMessageSyntax-2010 -- in [RFC6268] { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) modules(0) id-mod-cms-2009(58) } IPAddressOrRange, ASIdOrRange FROM IPAddrAndASCertExtn -- in [RFC3779] { iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) mod(0) id-mod-ip-addr-and-as-ident(30) } ; ct-rpkiSignedChecklist CONTENT-TYPE ::= { TYPE RpkiSignedChecklist IDENTIFIED BY id-ct-signedChecklist } id-ct-signedChecklist OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9) id-smime(16) id-ct(1) 48 } RpkiSignedChecklist ::= SEQUENCE { version [0] INTEGER DEFAULT 0, resources ResourceBlock, digestAlgorithm DigestAlgorithmIdentifier, checkList SEQUENCE (SIZE(1..MAX)) OF FileNameAndHash } FileNameAndHash ::= SEQUENCE { fileName PortableFilename OPTIONAL, hash Digest } PortableFilename ::= IA5String (FROM("a".."z" | "A".."Z" | "0".."9" | "." | "_" | "-")) ResourceBlock ::= SEQUENCE { asID [0] ConstrainedASIdentifiers OPTIONAL, ipAddrBlocks [1] ConstrainedIPAddrBlocks OPTIONAL } -- at least one of asID or ipAddrBlocks MUST be present ( WITH COMPONENTS { ..., asID PRESENT} | WITH COMPONENTS { ..., ipAddrBlocks PRESENT } ) ConstrainedIPAddrBlocks ::= SEQUENCE (SIZE(1..MAX)) OF ConstrainedIPAddressFamily ConstrainedIPAddressFamily ::= SEQUENCE { addressFamily OCTET STRING (SIZE(2)), addressesOrRanges SEQUENCE (SIZE(1..MAX)) OF IPAddressOrRange } ConstrainedASIdentifiers ::= SEQUENCE { asnum [0] SEQUENCE (SIZE(1..MAX)) OF ASIdOrRange } END </sourcecode> <section><name>version</name><name>Version</name> <t> The version number of the RpkiSignedChecklistMUST<bcp14>MUST</bcp14> be 0. </t> </section> <section><name>resources</name><name>Resources</name> <t> The resources contained here are the resources used to mark theattestation,attestation andMUST<bcp14>MUST</bcp14> be a subset of the set of resources listed by the EECertificatecertificate carried in the CMS certificates field. </t> <t> If the asID field is present, itMUST<bcp14>MUST</bcp14> contain an instance of ConstrainedASIdentifiers. </t> <t> If the ipAddrBlocks field is present, itMUST<bcp14>MUST</bcp14> contain an instance of ConstrainedIPAddrBlocks. </t> <t> At least one of asID or ipAddrBlocksMUST<bcp14>MUST</bcp14> be present. </t> <t>Each ofConstrainedASIdentifiers and ConstrainedIPAddrBlocks are specified such that the resulting DER-encoded data instances are binary compatiblewith, respectively,with ASIdentifiers and IPAddrBlocksdefined(defined in <xreftarget="RFC3779"/>.target="RFC3779"/>), respectively. </t> <t> Implementations encountering decoding errors whilst attempting to read DER-encoded data using this specification should be aware of the possibility that the data may have been encoded using an implementation intended for use with <xref target="RFC3779"/>. Such data may contain elements prohibited by the current specification. </t> <t> Attempting to decode the errored data using the more permissive specification contained in <xref target="RFC3779"/> may enable implementors to gather additional context for use when reporting errors to the user. </t> <t> However, implementationsMUST NOT<bcp14>MUST NOT</bcp14> ignore errors resulting from the more restrictive definitions containedherein:herein; in particular, such errorsMUST<bcp14>MUST</bcp14> cause the validation procedure described in <xref target="validation"/> to fail. </t> <section> <name>ConstrainedASIdentifierstype</name>Type</name> <t> ConstrainedASIdentifiers is aSEQUENCE,SEQUENCE consisting of a singlefield "asnum", itself containingfield, asnum, which in turn contains a SEQUENCE OF one or more ASIdOrRange instances as defined in <xref target="RFC3779"/>. </t> <t> ConstrainedASIdentifiers is defined such that the resulting DER-encoded data are binary compatible with ASIdentifiers defined in <xref target="RFC3779"/>. </t> </section> <section> <name>ConstrainedIPAddrBlockstype</name>Type</name> <t> ConstrainedIPAddrBlocks is a SEQUENCE OF one or more instances of ConstrainedIPAddressFamily. </t> <t> ThereMUST<bcp14>MUST</bcp14> be only one instance of ConstrainedIPAddressFamily per uniqueAFI.Address Family Identifier (AFI). </t> <t> The elements of ConstrainedIPAddressFamilyMUST<bcp14>MUST</bcp14> be ordered by ascending addressFamily values (treating the octets as unsigned numbers). Thus, when both IPv4 and IPv6 addresses are specified, the IPv4 addressesMUST<bcp14>MUST</bcp14> precede the IPv6 addresses (since the IPv4 AFI of 0001 is less than the IPv6 AFI of 0002). </t> <t> ConstrainedIPAddrBlocks is defined such that the resulting DER-encoded data are binary compatible with IPAddrBlocks defined in <xref target="RFC3779"/>. </t> <section> <name>ConstrainedIPAddressFamilytype</name>Type</name> <section> <name>addressFamilyfield</name>Field</name> <t> The addressFamily field is an OCTET STRING containing atwo-octet Address Family Identifier (AFI),2-octet AFI, in network byte order. Unlike IPAddrBlocks <xreftarget="RFC3779">IPAddrBlocks</xref>,target="RFC3779"/>, a third octet containing a Subsequent Address Family Identifier (SAFI)MUST NOT<bcp14>MUST NOT</bcp14> be present. AFIs are specified in theAddress"Address FamilyNumbersNumbers" registry <xreftarget="IANA.ADDRESS-FAMILY-NUMBERS">registry</xref>target="IANA.ADDRESS-FAMILY-NUMBERS"></xref> maintained by IANA. </t> </section> <section> <name>addressesOrRangesfield</name>Field</name> <t> The addressesOrRanges element is a SEQUENCE OF one or more IPAddressOrRange values, as defined in <xref target="RFC3779"/>. The rules for canonicalization and encoding defined in <xref target="RFC3779" section="2.2.3.6"/> apply to the value of addressesOrRanges. </t> </section> </section> </section> </section> <section> <name>digestAlgorithm</name> <t> The digest algorithm is used to create the message digest of the attested digital object(s). This algorithmMUST<bcp14>MUST</bcp14> be a hashing algorithm defined in <xref target="RFC7935"/>. </t> </section> <section> <name>checkList</name> <t> This field is a SEQUENCE OF one or more FileNameAndHash values. There is one FileNameAndHash entry for each digital object referenced on theSigned Checklist.RSC. </t> <section anchor="FileNameAndHash"> <name>FileNameAndHash</name> <t> Each FileNameAndHash is an ordered pair of the name of the directory entry containing the digitalobject,object and the message digest of the digital object. </t> <t> The hash field is mandatory. The value of the hash field is the calculated message digest of the digital object. The hashing algorithm is specified in the digestAlgorithm field. </t> <t> The fileName field isOPTIONAL.<bcp14>OPTIONAL</bcp14>. This is to allowSigned ChecklistsRSCs to be used in a "stand-alone" fashion in which nameless digital objects are addressed directly through their respective message digest rather than through a file system abstraction. </t> <t> If the fileName field ispresentpresent, then its value: </t> <ul> <li>MUST<bcp14>MUST</bcp14> contain only characters specified in the Portable Filename Character Set as defined in <xref target="POSIX"/>. </li> <li>MUST<bcp14>MUST</bcp14> be unique with respect to the other FileNameAndHash elements of checkList for which the fileName field is also present. </li> </ul> <t> Conversely, if the fileName field is omitted, then the value of the hash fieldMUST<bcp14>MUST</bcp14> be unique with respect to the other FileNameAndHash elements of checkList for which the fileName field is also omitted. </t> </section> </section> </section> <section anchor="validation"> <name>RSC Validation</name> <t> Before a Relying Party (RP) can use an RSC to validate a set of digital objects, theRelying Party MUSTRP <bcp14>MUST</bcp14> first validate the RSC. To validate an RSC, theRelying Party MUSTRP <bcp14>MUST</bcp14> perform all the validation checks specified in <xreftarget="RFC6488"/> (excepttarget="RFC6488"/>, except for checking for the presence of an SIA extension, whichMUST NOT<bcp14>MUST NOT</bcp14> be present in the EEX.509certificate (see <xreftarget="RFC6487" section="4.8.8.2"/>), andtarget="profile"/>). In addition, the RP <bcp14>MUST</bcp14> perform the followingadditionalRSC-specific validation steps: </t> <ol> <li> The contents of the CMS eContent fieldMUST<bcp14>MUST</bcp14> conform to all of the constraints described in <xreftarget="econtent"/>target="econtent"/>, including the constraints described in <xref target="FileNameAndHash"/>. </li> <li> If the asID field is present within the contents of the'resources'resources field, then the ASResourcesidentifier delegation extension <xref target="RFC3779"/>MUST<bcp14>MUST</bcp14> be present in the EE certificate contained in the CMS certificates field. The AS identifiers present in the eContent'resources'resources fieldMUST<bcp14>MUST</bcp14> be a subset of those present in the certificate extension. The EE certificate's ASResourcesidentifier delegation extensionMUST NOT<bcp14>MUST NOT</bcp14> contain "inherit" elements. </li> <li> If the ipAddrBlocks field is present within the contents of the'resources'resources field, then the IPResourcesaddress delegation extension <xref target="RFC3779"/>MUST<bcp14>MUST</bcp14> be present in the EE certificate contained in the CMS certificates field. The IP addresses present in the eContent'resources'resources fieldMUST<bcp14>MUST</bcp14> be a subset of those present in the certificate extension. The EE certificate's IPResourcesaddress delegation extensionMUST NOT<bcp14>MUST NOT</bcp14> contain "inherit" elements. </li> </ol> </section> <section> <name>VerifyingfilesFiles ordata usingData Using RSC</name> <t> To verify a set of digital objects with an RSC: </t> <ul> <li> The RSCMUST<bcp14>MUST</bcp14> be validated according to the procedure described in <xref target="validation"/>. If the RSC cannot be validated, verificationMUST<bcp14>MUST</bcp14> fail. This errorSHOULD<bcp14>SHOULD</bcp14> be reported to the user. </li> <li> <t>For every digital object to be verified:</t> <ol> <li anchor="mode"> <t> If the verification procedure is provided with afile namefilename for the object being verified(e.g.(e.g., because the user has provided a file system path from which to read theobject)object), then verificationSHOULD<bcp14>SHOULD</bcp14> proceed in "filename-aware" mode. Otherwise, verificationSHOULD<bcp14>SHOULD</bcp14> proceed in "filename-unaware" mode. </t> <t> ImplementationsMAY<bcp14>MAY</bcp14> provide an option to override the verification mode, forexampleexample, to ignore the fact that the object is to be read from a file. </t> </li> <li anchor="hash"> <t> The message digestMUST<bcp14>MUST</bcp14> be computed from the file contents or data using the digest algorithm specified in the digestAlgorithm field of the RSC. </t> </li> <li anchor="match_hash"> <t> The digest computed instepStep <xref target="hash" format="counter"/>MUST<bcp14>MUST</bcp14> be compared to the value appearing in the hash field of all FileNameAndHash elements of the checkList field of the RSC. </t> <t> One or more FileNameAndHash elementsMUST<bcp14>MUST</bcp14> be found with a matching hashvalue, otherwisevalue; otherwise, verificationMUST fail<bcp14>MUST</bcp14> fail, and the errorSHOULD<bcp14>SHOULD</bcp14> be reported to the user. </t> </li> <li> <t> If the mode selected instepStep <xref target="mode" format="counter"/> is"filename-aware""filename-aware", then exactly one of the FileNameAndHash elements matched instepStep <xref target="match_hash" format="counter"/>MUST<bcp14>MUST</bcp14> contain a fileName field value exactly matching thefile namefilename of the object being verified. </t> <t> Alternatively, if the mode selected instepStep <xref target="mode" format="counter"/> is"filename-unaware""filename-unaware", then exactly one of the FileNameAndHash elements matched instepStep <xref target="match_hash" format="counter"/>MUST<bcp14>MUST</bcp14> have the fileName field omitted. </t> <t> Otherwise, verificationMUST<bcp14>MUST</bcp14> fail, and the errorSHOULD<bcp14>SHOULD</bcp14> be reported to the user. </t> </li> </ol> </li> </ul> <t> Note that in the above procedure, not all elements of checkList necessarily need be used. That is, it is not an error if the length of checkList is greater than the size of the set of digital objects to be verified. However, in this situation, implementationsSHOULD<bcp14>SHOULD</bcp14> issue a warning to the user, allowing for corrective action to be taken if necessary. </t> </section> <section> <name>Operational Considerations</name> <t> When creating digital objects of a plain-text nature (such as ASCII, UTF-8, HTML, Javascript,XML, etc.)and XML), converting such objects into a lossless compressed form isRECOMMENDED.<bcp14>RECOMMENDED</bcp14>. Distributing plain-text objects within a compression envelope (such as GZIP <xreftarget="RFC1952">GZIP</xref>)target="RFC1952"></xref>) might help avoid unexpected canonicalization at intermediate systems (which in turn would lead to checksum verification errors). Validator implementations are expected to treat a checksummed digital object as a string of arbitrary single octets. </t> <t> If a fileName field is present, but no digital object within the set of to-be-verified digital objects has a filename that matches the content of that field, a validator implementationSHOULD<bcp14>SHOULD</bcp14> compare the message digest of each digital object to the value from the hash field of the associated FileNameAndHash and report matches to the user for furtherconsideration; or report an error indicating no file by that name exists.consideration. </t> </section> <section anchor="security"> <name>Security Considerations</name> <t>Relying partiesRPs are hereby warned that the data ina RPKI Signed Checklistan RSC is self-asserted. When determining the meaning of any data contained in anRPKI Signed Checklist, Relying Parties MUST NOTRSC, RPs <bcp14>MUST NOT</bcp14> make any assumptions about the signer beyond the fact that it had sufficient control of the issuing CA to create the object. These data have not been verified by the Certificate Authority (CA) that issued the CA certificate to the entity that issued the EECertificatecertificate used to validate theSigned Checklist.RSC. </t> <t> RPKICertificatescertificates are not bound toreal world identities,real-world identities; see <xref target="RFC9255"/> for an elaboration.Relying PartiesRPs can only associatereal worldreal-world entities to Internet Number Resources by additionally consulting an exogenous authority.Signed ChecklistsRSCs are a tool to communicate assertions'signedsigned with Internet NumberResources',Resources and do notaboutcommunicate any other aspect of the resource holder's businessoperationsoperations, such as the identity of the resource holder itself. </t> <t> RSC objects are not distributed through the RPKIRepositoryrepository system. From this, it follows that third parties who do not have a copy of a givenRSC,RSC may not be aware of the existence of that RSC. Since RSC objects use EECertificates,certificates but all other currently defined types of RPKI object profiles are published in public CA repositories, an observer may infer from discrepancies in theRepositoryrepository that RSC object(s) may exist. For example, if a CA does not use random serial numbers forCertificates,certificates, an observer could detect gaps between the serial numbers of the published EECertificates.certificates. Similarly, if the CA includes a serial number on aCRLCertificate Revocation List (CRL) that does not match any published object, an observer could postulate that an RSC EECertificatecertificate was revoked. </t> <t> Conversely, a gap in serial numbers does not imply that an RSC exists. Nor doesan arbitrary (totheRP unknown) serialpresence in a CRL of a serial number unknown to the RP imply an RSC object exists: the implicitly referenced object might not be an RSC, it might have never been published, orwasit may have been revoked before it was visible to RPs. In general, it is not possible to confidently infer the existence or non-existence of RSCs from theRepositoryrepository state without access to a given RSC. </t> <t> While a one-time-use EECertificatecertificate must only be used to generate and sign a single RSC object, CAs technically are not restricted from generating and signing multiple different RSC objects with a singlekeypair.key pair. Any RSC objects sharing the same EECertificate can notcertificate cannot be revoked individually. </t> </section> <sectionremoveInRFC="true"> <name>Implementation status</name> <t> This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in RFC 7942. The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs. Please note that the listing of any individual implementation here does not imply endorsement by the IETF. Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors. This is not intended as, and must not be construed to be, a catalog of available implementations or their features. Readers are advised to note that other implementations may exist. </t> <t> According to RFC 7942, "this will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature. It is up to the individual working groups to use this information as they see fit". </t> <ul> <li> A signer and validator implementation <xref target="rpki-rsc-demo"/> written in Perl based on OpenSSL was provided by Tom Harrison from APNIC. </li> <li> A signer implementation <xref target="rpkimancer"/> written in Python was developed by Ben Maddison. </li> <li> Example .sig files were created by Job Snijders with the use of OpenSSL. </li> <li> A validator implementation based on OpenBSD rpki-client and LibreSSL was developed by Job Snijders. </li> <li> A validator implementation <xref target="FORT"/> based on the FORT validator was developed by Alberto Leiva for a previous version of this specification. </li> <li> A validator implementation <xref target="prover"/> was developed by Mikhail Puzanov. </li> </ul> </section> <sectionanchor="iana"> <name>IANA Considerations</name> <section> <name>SMI Security for S/MIME CMS Content Type (1.2.840.113549.1.9.16.1)</name> <t>TheIANA has allocatedfor this documentthe following in the "SMI Security for S/MIME CMS Content Type (1.2.840.113549.1.9.16.1)" registry: </t><artwork> <![CDATA[ Decimal Description References --------------------------------------------------------------- 48 id-ct-signedChecklist [draft-ietf-sidrops-rpki-rsc] ]]> </artwork> <t> Upon publication of this document, IANA is requested to reference the RFC publication instead of this draft. </t><table anchor="cms-content-type" align="center"> <name></name> <thead> <tr> <th rowspan="1" colspan="1">Decimal</th> <th rowspan="1" colspan="1">Description</th> <th rowspan="1" colspan="1">References</th> </tr> </thead> <tbody> <tr> <td>48</td> <td>id-ct-signedChecklist</td> <td>RFC 9323</td> </tr> </tbody> </table> </section> <section> <name>RPKI SignedObjects sub-registry</name>Objects</name> <t>TheIANAis requested to registerhas registered the OID for theRPKI Signed ChecklistRSC in the "RPKI Signed Objects" registrycreated by<xref target="RFC6488"/> as follows: </t><artwork> <![CDATA[ Name OID Specification ------------------------------------------------------------- Signed Checklist 1.2.840.113549.1.9.16.1.48 [RFC-TBD] ]]> </artwork><table anchor="rpki-signed-checklist" align="center"> <name></name> <thead> <tr> <th rowspan="1" colspan="1">Name</th> <th rowspan="1" colspan="1">OID</th> <th rowspan="1" colspan="1">Reference</th> </tr> </thead> <tbody> <tr> <td>Signed Checklist</td> <td>1.2.840.113549.1.9.16.1.48</td> <td>RFC 9323</td> </tr> </tbody> </table> </section> <section><name>File Extension</name><name>RPKI Repository Name Schemes</name> <t>TheIANA hastemporarilyaddedan item forthe Signed Checklist file extension to the "RPKI Repository Name Schemes" registrycreated by<xref target="RFC6481"/> as follows: </t><artwork> <![CDATA[ Filename Extension RPKI Object Reference ------------------------------------------------------------------- .sig Signed Checklist [draft-ietf-sidrops-rpki-rsc] ]]> </artwork> <t> Upon publication of this document, IANA is requested to make this addition permanent and to reference the RFC publication instead of this draft. </t><table anchor="rpki-repository-name-schemes" align="center"> <name></name> <thead> <tr> <th rowspan="1" colspan="1">Filename Extension</th> <th rowspan="1" colspan="1">RPKI Object</th> <th rowspan="1" colspan="1">Reference</th> </tr> </thead> <tbody> <tr> <td>.sig</td> <td>Signed Checklist</td> <td>RFC 9323</td> </tr> </tbody> </table> </section> <section> <name>SMI Security for S/MIME Module Identifier (1.2.840.113549.1.9.16.0)</name> <t>TheIANA haspermanentlyallocatedfor this documentthe following in the "SMI Security for S/MIME Module Identifier (1.2.840.113549.1.9.16.0)" registry: </t><artwork> <![CDATA[ Decimal Description References ----------------------------------------------------------------------- 73 id-mod-rpkiSignedChecklist-2021 [draft-ietf-sidrops-rpki-rsc] ]]> </artwork> <t> Upon publication of this document, IANA is requested to update the "Description" column to read "id-mod-rpkiSignedChecklist-2022", and to reference the RFC publication instead of this draft. </t><table anchor="smi-security-identifier" align="center"> <name></name> <thead> <tr> <th rowspan="1" colspan="1">Decimal</th> <th rowspan="1" colspan="1">Description</th> <th rowspan="1" colspan="1">References</th> </tr> </thead> <tbody> <tr> <td>73</td> <td>id-mod-rpkiSignedChecklist-2022</td> <td>RFC 9323</td> </tr> </tbody> </table> </section> <section> <name>MediaType</name>Types</name> <t>TheIANA has registered the media typeapplication/rpki-checklist"application/rpki-checklist" in the"Provisional Standard Media Type""Media Types" registry as follows: </t><artwork> <![CDATA[ Type name: application Subtype name: rpki-checklist Required parameters: N/A Optional parameters: N/A Encoding considerations: binary Security considerations: Carries<dl> <dt>Type name:</dt><dd>application</dd> <dt>Subtype name:</dt><dd>rpki-checklist</dd> <dt>Required parameters:</dt><dd>N/A</dd> <dt>Optional parameters:</dt><dd>N/A</dd> <dt>Encoding considerations:</dt><dd>binary</dd> <dt>Security considerations:</dt><dd>Carries an RPKI SignedChecklist [RFC-to-be].Checklist. This media type contains no active content. SeeSection 5<xref target="validation"/> of[RFC-to-be]RFC 9323 for furtherinformation. Interoperability considerations: None Published specification: This document. Applicationsinformation.</dd> <dt>Interoperability considerations:</dt><dd>N/A</dd> <dt>Published specification:</dt><dd>RFC 9323</dd> <dt>Applications that use this mediatype: RPKI operators. Additional information: Content: Thistype:</dt><dd>RPKI operators</dd> <dt>Fragment identifier considerations:</dt><dd>N/A</dd> <dt>Additional information:</dt><dd> <t><br/></t> <dl spacing="compact"> <dt>Content:</dt><dd>This media type is a signed object, as defined in [RFC6488], which contains a payload of a list of checksums as definedaboveinthis document. Magic number(s): None File extension(s): .sig MacintoshRFC 9323.</dd> <dt>Magic number(s):</dt><dd>N/A</dd> <dt>File extension(s):</dt><dd>.sig</dd> <dt>Macintosh file typecode(s): Person &code(s):</dt><dd>N/A</dd> </dl> </dd> <dt>Person & email address to contact for furtherinformation: Jobinformation:</dt><dd>Job Snijders<job@fastly.com> Intended usage: COMMON Restrictions(job@fastly.com)</dd> <dt>Intended usage:</dt><dd>COMMON</dd> <dt>Restrictions onusage: None Author: Jobusage:</dt><dd>N/A</dd> <dt>Author:</dt><dd>Job Snijders<job@fastly.com> Change controller: IETF ]]> </artwork> <t> Upon publication of this document, IANA is requested to move this registration to the "Media Types" registry and to reference the RFC publication instead of this draft. </t>(job@fastly.com)</dd> <dt>Change controller:</dt><dd>IETF</dd> </dl> </section> </section> </middle> <back> <displayreference target="I-D.ietf-sidrops-rpki-rta" to="RPKI-RTA"/> <references> <name>References</name> <references> <name>Normative References</name><reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"> <front> <title>Key words for use in RFCs to Indicate Requirement Levels</title> <author initials="S." surname="Bradner" fullname="S. Bradner"> <organization/> </author> <date year="1997" month="March"/> <abstract> <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t> </abstract> </front> <seriesInfo name="BCP" value="14"/> <seriesInfo name="RFC" value="2119"/> <seriesInfo name="DOI" value="10.17487/RFC2119"/> </reference> <reference anchor="RFC3779" target="https://www.rfc-editor.org/info/rfc3779" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3779.xml"> <front> <title>X.509 Extensions for IP Addresses and AS Identifiers</title> <author initials="C." surname="Lynn" fullname="C. Lynn"> <organization/> </author> <author initials="S." surname="Kent" fullname="S. Kent"> <organization/> </author> <author initials="K." surname="Seo" fullname="K. Seo"> <organization/> </author> <date year="2004" month="June"/> <abstract> <t>This document defines two X.509 v3 certificate extensions. The first binds a list of IP address blocks, or prefixes, to the subject of a certificate. The second binds a list of autonomous system identifiers to the subject of a certificate. These extensions may be used to convey the authorization of the subject to use the IP addresses and autonomous system identifiers contained in the extensions. [STANDARDS-TRACK]</t> </abstract> </front> <seriesInfo name="RFC" value="3779"/> <seriesInfo name="DOI" value="10.17487/RFC3779"/> </reference> <reference anchor="RFC5652" target="https://www.rfc-editor.org/info/rfc5652" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5652.xml"> <front> <title>Cryptographic Message Syntax (CMS)</title> <author initials="R." surname="Housley" fullname="R. Housley"> <organization/> </author> <date year="2009" month="September"/> <abstract> <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t> </abstract> </front> <seriesInfo name="STD" value="70"/> <seriesInfo name="RFC" value="5652"/> <seriesInfo name="DOI" value="10.17487/RFC5652"/> </reference> <reference anchor="RFC6481" target="https://www.rfc-editor.org/info/rfc6481" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6481.xml"> <front> <title>A Profile for Resource Certificate Repository Structure</title> <author initials="G." surname="Huston" fullname="G. Huston"> <organization/> </author> <author initials="R." surname="Loomans" fullname="R. Loomans"> <organization/> </author> <author initials="G." surname="Michaelson" fullname="G. Michaelson"> <organization/> </author> <date year="2012" month="February"/> <abstract> <t>This document defines a profile for the structure of the Resource Public Key Infrastructure (RPKI) distributed repository. Each individual repository publication point is a directory that contains files that correspond to X.509/PKIX Resource Certificates, Certificate Revocation Lists and signed objects. This profile defines the object (file) naming scheme, the contents of repository publication points (directories), and a suggested internal structure of a local repository cache that is intended to facilitate synchronization across a distributed collection of repository publication points and to facilitate certification path construction. [STANDARDS-TRACK]</t> </abstract> </front> <seriesInfo name="RFC" value="6481"/> <seriesInfo name="DOI" value="10.17487/RFC6481"/> </reference> <reference anchor="RFC6487" target="https://www.rfc-editor.org/info/rfc6487" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6487.xml"> <front> <title>A Profile for X.509 PKIX Resource Certificates</title> <author fullname="G. Huston" initials="G." surname="Huston"/> <author fullname="G. Michaelson" initials="G." surname="Michaelson"/> <author fullname="R. Loomans" initials="R." surname="Loomans"/> <date month="February" year="2012"/> <abstract> <t>This document defines a standard profile for X.509 certificates for the purpose of supporting validation of assertions of "right-of-use" of Internet Number Resources (INRs). The certificates issued under this profile are used to convey the issuer's authorization of the subject to be regarded as the current holder of a "right-of-use" of the INRs that are described in the certificate. This document contains the normative specification of Certificate and Certificate Revocation List (CRL) syntax in the Resource Public Key Infrastructure (RPKI). This document also specifies profiles for the format of certificate requests and specifies the Relying Party RPKI certificate path validation procedure. [STANDARDS-TRACK]</t> </abstract> </front> <seriesInfo name="RFC" value="6487"/> <seriesInfo name="DOI" value="10.17487/RFC6487"/> </reference> <reference anchor="RFC6488" target="https://www.rfc-editor.org/info/rfc6488" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6488.xml"> <front> <title>Signed Object Template for the Resource Public Key Infrastructure (RPKI)</title> <author initials="M." surname="Lepinski" fullname="M. Lepinski"> <organization/> </author> <author initials="A." surname="Chi" fullname="A. Chi"> <organization/> </author> <author initials="S." surname="Kent" fullname="S. Kent"> <organization/> </author> <date year="2012" month="February"/> <abstract> <t>This document defines a generic profile for signed objects used in the Resource Public Key Infrastructure (RPKI). These RPKI signed objects make use of Cryptographic Message Syntax (CMS) as a standard encapsulation format. [STANDARDS-TRACK]</t> </abstract> </front> <seriesInfo name="RFC" value="6488"/> <seriesInfo name="DOI" value="10.17487/RFC6488"/> </reference> <reference anchor="RFC7935" target="https://www.rfc-editor.org/info/rfc7935" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7935.xml"> <front> <title>The Profile for Algorithms and Key Sizes for Use in the Resource Public Key Infrastructure</title> <author fullname="G. Huston" initials="G." surname="Huston"/> <author fullname="G. Michaelson" initials="G." role="editor" surname="Michaelson"/> <date month="August" year="2016"/> <abstract> <t>This document specifies the algorithms, algorithms' parameters, asymmetric key formats, asymmetric key size, and signature format for the Resource Public Key Infrastructure (RPKI) subscribers that generate digital signatures on certificates, Certificate Revocation Lists (CRLs), Cryptographic Message Syntax (CMS) signed objects and certification requests as well as for the relying parties (RPs) that verify these digital signatures.</t> </abstract> </front> <seriesInfo name="RFC" value="7935"/> <seriesInfo name="DOI" value="10.17487/RFC7935"/> </reference> <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"> <front> <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title> <author initials="B." surname="Leiba" fullname="B. Leiba"> <organization/> </author> <date year="2017" month="May"/> <abstract> <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t> </abstract> </front> <seriesInfo name="BCP" value="14"/> <seriesInfo name="RFC" value="8174"/> <seriesInfo name="DOI" value="10.17487/RFC8174"/> </reference> <reference anchor="RFC9286" target="https://www.rfc-editor.org/info/rfc9286" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9286.xml"> <front> <title>Manifests for the Resource Public Key Infrastructure (RPKI)</title> <author fullname="R. Austein" initials="R." surname="Austein"/> <author fullname="G. Huston" initials="G." surname="Huston"/> <author fullname="S. Kent" initials="S." surname="Kent"/> <author fullname="M. Lepinski" initials="M." surname="Lepinski"/> <date month="June" year="2022"/> <abstract> <t>This document defines a "manifest" for use in the Resource Public Key Infrastructure (RPKI). A manifest is a signed object (file) that contains a listing of all the signed objects (files) in the repository publication point (directory) associated with an authority responsible for publishing in the repository. For each certificate, Certificate Revocation List (CRL), or other type of signed objects issued by the authority that are published at this repository publication point, the manifest contains both the name of the file containing the object and a hash of the file content. Manifests are intended to enable a relying party (RP) to detect certain forms of attacks against a repository. Specifically, if an RP checks a manifest's contents against the signed objects retrieved from a repository publication point, then the RP can detect replay attacks, and unauthorized in-flight modification or deletion of signed objects. This document obsoletes RFC 6486.</t> </abstract> </front> <seriesInfo name="RFC" value="9286"/> <seriesInfo name="DOI" value="10.17487/RFC9286"/> </reference><xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.3779.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5652.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6481.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6487.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6488.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7935.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.9286.xml"/> <reference anchor="POSIX" target="https://publications.opengroup.org/standards/unix/c165"> <front><title>The Open Group's Base Specifications, Issue 7</title><title>Base Specifications</title> <author> <organization>IEEE and The Open Group</organization> </author> <date year="2016"/> </front> <refcontent>Issue 7</refcontent> <seriesInfo name="DOI" value="10.1109/IEEESTD.2016.7582338"/> </reference> </references> <references> <name>Informative References</name> <reference anchor="IANA.ADDRESS-FAMILY-NUMBERS"target="http://www.iana.org/assignments/address-family-numbers" xml:base="https://bib.ietf.org/public/rfc/bibxml-misc/reference.IANA.ADDRESS-FAMILY-NUMBERS.xml">target="https://www.iana.org/assignments/address-family-numbers"> <front> <title>Address Family Numbers</title> <author> <organization abbrev="IANA">Internet Assigned Numbers Authority</organization> </author><date day="19" month="October" year="2021"/></front> </reference> <!-- [I-D.ietf-sidrops-rpki-rta] IESG state Expired --> <reference anchor="I-D.ietf-sidrops-rpki-rta"target="https://www.ietf.org/archive/id/draft-ietf-sidrops-rpki-rta-00.txt" xml:base="https://bib.ietf.org/public/rfc/bibxml-ids/reference.I-D.ietf-sidrops-rpki-rta.xml">target="https://datatracker.ietf.org/doc/html/draft-ietf-sidrops-rpki-rta-00"> <front> <title>A profile for Resource Tagged Attestations (RTAs)</title> <author fullname="George G.Michaelson">Michaelson" initials="G" surname="Michaelson"> <organization>Asia Pacific Network Information Centre</organization> </author> <author fullname="GeoffHuston">Huston" initials="G" surname="Huston"> <organization>Asia Pacific Network Information Centre</organization> </author> <author fullname="TomHarrison">Harrison" initials="T" surname="Harrison"> <organization>Asia Pacific Network Information Centre</organization> </author> <author fullname="TimBruijnzeels">Bruijnzeels" initials="T" surname="Bruijnzeels"> <organization>NLNet Labs B.V.</organization> </author> <author fullname="MartinHoffmann">Hoffmann" initials="M" surname="Hoffman"> <organization>NLNet Labs B.V.</organization> </author> <dateday="21"month="January" day="17" year="2021"/><abstract> <t>This document defines a Cryptographic Message Syntax (CMS) profile for a general purpose Resource Tagged Attestation (RTA), for use with the Resource Public Key Infrastructure (RPKI). The objective is to allow an attestation, in the form of an arbitrary digital object, to be signed "with resources", and for validation to provide an outcome of "valid with resources". The profile is intended to provide for the signing of an attestation with an arbitrary set of resources.</t> </abstract></front> <seriesInfo name="Internet-Draft" value="draft-ietf-sidrops-rpki-rta-00"/> </reference><reference anchor="RFC1952" target="https://www.rfc-editor.org/info/rfc1952" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.1952.xml"> <front> <title>GZIP file format specification version 4.3</title> <author fullname="P. Deutsch" initials="P." surname="Deutsch"/> <date month="May" year="1996"/> <abstract> <t>This specification defines a lossless compressed data format that is compatible with the widely used GZIP utility. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t> </abstract> </front> <seriesInfo name="RFC" value="1952"/> <seriesInfo name="DOI" value="10.17487/RFC1952"/> </reference> <reference anchor="RFC6268" target="https://www.rfc-editor.org/info/rfc6268" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6268.xml"> <front> <title>Additional New ASN.1 Modules for the Cryptographic Message Syntax (CMS) and the Public Key Infrastructure Using X.509 (PKIX)</title> <author fullname="J. Schaad" initials="J." surname="Schaad"/> <author fullname="S. Turner" initials="S." surname="Turner"/> <date month="July" year="2011"/> <abstract> <t>The Cryptographic Message Syntax (CMS) format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates some auxiliary ASN.1 modules to conform to the 2008 version of ASN.1; the 1988 ASN.1 modules remain the normative version. There are no bits- on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t> </abstract> </front> <seriesInfo name="RFC" value="6268"/> <seriesInfo name="DOI" value="10.17487/RFC6268"/> </reference> <reference anchor="RFC6480" target="https://www.rfc-editor.org/info/rfc6480" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6480.xml"> <front> <title>An Infrastructure to Support Secure Internet Routing</title> <author initials="M." surname="Lepinski" fullname="M. Lepinski"> <organization/> </author> <author initials="S." surname="Kent" fullname="S. Kent"> <organization/> </author> <date year="2012" month="February"/> <abstract> <t>This document describes an architecture for an infrastructure to support improved security of Internet routing. The foundation of this architecture is a Resource Public Key Infrastructure (RPKI) that represents the allocation hierarchy of IP address space and Autonomous System (AS) numbers; and a distributed repository system for storing and disseminating the data objects that comprise the RPKI, as well as other signed objects necessary for improved routing security. As an initial application of this architecture, the document describes how a legitimate holder of IP address space can explicitly and verifiably authorize one or more ASes to originate routes to that address space. Such verifiable authorizations could be used, for example, to more securely construct BGP route filters. This document is not an Internet Standards Track specification; it is published for informational purposes.</t> </abstract> </front> <seriesInfo name="RFC" value="6480"/> <seriesInfo name="DOI" value="10.17487/RFC6480"/> </reference> <reference anchor="RFC9255" target="https://www.rfc-editor.org/info/rfc9255" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9255.xml"> <front> <title>The 'I' in RPKI Does Not Stand for Identity</title> <author fullname="R. Bush" initials="R." surname="Bush"/> <author fullname="R. Housley" initials="R." surname="Housley"/> <date month="June" year="2022"/> <abstract> <t>There is a false notion that Internet Number Resources (INRs) in the RPKI can be associated with the real-world identity of the 'holder' of an INR. This document specifies that RPKI does not associate to the INR holder.</t> </abstract> </front> <seriesInfo name="RFC" value="9255"/> <seriesInfo name="DOI" value="10.17487/RFC9255"/> </reference><xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.1952.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6268.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.6480.xml"/> <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.9255.xml"/> <reference anchor="signify" target="https://man.openbsd.org/signify"> <front> <title>signify - cryptographically sign and verify files</title> <author initials="T." surname="Unangst"> <organization/> </author> <author initials="M." surname="Espie"> <organization/> </author><date year="2014" month="May"/> </front> </reference> <reference anchor="rpki-rsc-demo" target="https://github.com/APNIC-net/rpki-rsc-demo"> <front> <title>A proof-of-concept for constructing and validating RPKI Signed Checklists (RSCs).</title> <author initials="T." surname="Harrison"> <organization>APNIC</organization> </author> <date year="2021" month="February"/> </front> </reference> <reference anchor="rpkimancer" target="https://github.com/benmaddison/rpkimancer"> <front> <title>rpkimancer</title> <author initials="B." surname="Maddison"> <organization>Workonline</organization> </author> <date year="2021" month="May"/> </front> </reference> <reference anchor="FORT" target="https://github.com/NICMx/FORT-validator"> <front> <title>FORT</title> <author surname="FORT Validator"> <organization>LACNIC and NIC.MX</organization> </author> <date year="2021" month="May"/> </front> </reference> <reference anchor="prover" target="https://github.com/lolepezy/rpki-prover/pull/126/files"> <front> <title>rpki-prover</title> <author initials="M." surname="Puzanov"/> <date year="2022" month="september"/></front> </reference> </references> </references> <sectionanchor="acknowledgements">anchor="acknowledgements" numbered="false"> <name>Acknowledgements</name> <t> The authors wish to thankGeorge Michaelson, Geoff Huston, Randy Bush, Stephen Kent, Matt Lepinski, Rob Austein, Ted Unangst, and Marc Espie<contact fullname="George Michaelson"/>, <contact fullname="Geoff Huston"/>, <contact fullname="Randy Bush"/>, <contact fullname="Stephen Kent"/>, <contact fullname="Matt Lepinski"/>, <contact fullname="Rob Austein"/>, <contact fullname="Ted Unangst"/>, and <contact fullname="Marc Espie"/> for prior art. The authors thankRuss Housley<contact fullname="Russ Housley"/> for reviewing the ASN.1 notation and providing suggestions. The authors would like to thankNimrod Levy, Tim Bruijnzeels, Alberto Leiva, Ties<contact fullname="Nimrod Levy"/>, <contact fullname="Tim Bruijnzeels"/>, <contact fullname="Alberto Leiva"/>, <contact fullname="Ties deKock, Peter Peele, Claudio Jeker, Theo Buehler, Donald Eastlake, Erik Kline, Robert Wilton, Roman Danyliw, Éric Vyncke, Lars Eggert, Paul Wouters,Kock"/>, <contact fullname="Peter Peele"/>, <contact fullname="Claudio Jeker"/>, <contact fullname="Theo Buehler"/>, <contact fullname="Donald Eastlake 3rd"/>, <contact fullname="Erik Kline"/>, <contact fullname="Robert Wilton"/>, <contact fullname="Roman Danyliw"/>, <contact fullname="Éric Vyncke"/>, <contact fullname="Lars Eggert"/>, <contact fullname="Paul Wouters"/>, andMurray<contact fullname="Murray S.KucherawyKucherawy"/> for document review and suggestions. </t></section> <section removeInRFC="true"> <name>Document changelog</name> <section> <name>changes from -10 -> -11</name> <ul> <li>Incorporate feedback from Robert Wilton.</li> <li>Incorporate feedback from Roman Danyliw.</li> <li>Incorporate feedback from Éric Vyncke.</li> <li>Add Mikhail Puzanov's implementation.</li> <li>Incorporate feedback from Lars Eggert's review.</li> <li>Incorporate feedback from Paul Wouters.</li> <li>Incorporate feedback from Murray S. Kucherawy.</li> </ul> </section> <section> <name>changes from -09 -> -10</name> <ul> <li>Incorporate SECDIR feedback.</li> </ul> </section> <section> <name>changes from -08 -> -09</name> <ul> <li>Updated manifests refs to RFC9286</li> <li>Added normative ref to RFC6268 (CMS)</li> <li>Cleaned up ASN.1 formatting</li> <li>Updated ASN.1 module OID following early allocation</li> <li>Updated draft-ietf-sidrops-rpki-has-no-identity to RFC9255</li> <li>Clean up IANA considerations</li> </ul> </section> <section> <name>changes from -07 -> -08</name> <ul> <li>Theo requested explanation as to why fileName is OPTIONAL</li> <li>Russ & Randy requested implementor guidance when RFC3779-generated data fails to decode</li> <li>Added uniqueness constraints for fileName and hash contents</li> <li>Improved validation and verification procedure description</li> <li>Incorporated character-set constraints for fileName in ASN.1 module</li> </ul> </section> <section> <name>changes from -06 -> -07</name> <ul> <li>Change wire format to allow use of commonly deployed libcrypto APIs.</li> </ul> </section> <section> <name>changes from -05 -> -06</name> <ul> <li>Non-content-related updates.</li> </ul> </section> <section> <name>changes from -04 -> -05</name> <ul> <li>Ties contributed clarifications.</li> </ul> </section> <section> <name>changes from -03 -> -04</name> <ul> <li>Alberto pointed out the asID validation also needs to be documented.</li> </ul> </section> <section> <name>changes from -02 -> -03</name> <ul> <li>Reference the IANA assigned OID</li> <li>Clarify validation rules</li> </ul> </section> <section> <name>changes from -01 -> -02</name> <ul> <li>Clarify RSC is part of a puzzle, not panacea. Thanks Randy & Russ.</li> </ul> </section> <section> <name>changes from -00 -> -01</name> <ul> <li>Readability improvements</li> <li>Update document category to match the registry allocation policy requirement.</li> </ul> </section> <section> <name>individual submission phase</name> <ul> <li> On-the-wire change: the 'Filename' switched from 'required' to 'optional'. Some SIDROPS Working Group participants proposed a checksum itself is the most minimal information required to address digital objects. </li> </ul> </section></section> </back> </rfc>