| rfc9849.original.xml | rfc9849.xml | |||
|---|---|---|---|---|
| <?xml version='1.0' encoding='utf-8'?> | <?xml version='1.0' encoding='utf-8'?> | |||
| <!DOCTYPE rfc [ | <!DOCTYPE rfc [ | |||
| <!ENTITY nbsp " "> | <!ENTITY nbsp " "> | |||
| <!ENTITY zwsp "​"> | <!ENTITY zwsp "​"> | |||
| <!ENTITY nbhy "‑"> | <!ENTITY nbhy "‑"> | |||
| <!ENTITY wj "⁠"> | <!ENTITY wj "⁠"> | |||
| ]> | ]> | |||
| <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?> | <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?> | |||
| <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4. | <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 2.5. | |||
| 4) --> | 9) --> | |||
| <rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft | <rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft | |||
| -ietf-tls-esni-25" category="std" consensus="true" submissionType="IETF" tocIncl | -ietf-tls-esni-25" category="std" consensus="true" submissionType="IETF" number= | |||
| ude="true" sortRefs="true" symRefs="true" version="3"> | "9849" tocInclude="true" sortRefs="true" symRefs="true" version="3"> | |||
| <!-- xml2rfc v2v3 conversion 3.28.1 --> | <!-- xml2rfc v2v3 conversion 3.31.0 --> | |||
| <link href="https://datatracker.ietf.org/doc/draft-ietf-tls-esni-25" rel="prev | ||||
| "/> | ||||
| <front> | <front> | |||
| <title abbrev="TLS Encrypted Client Hello">TLS Encrypted Client Hello</title > | <title abbrev="TLS Encrypted Client Hello">TLS Encrypted Client Hello</title > | |||
| <seriesInfo name="Internet-Draft" value="draft-ietf-tls-esni-25"/> | <seriesInfo name="RFC" value="9849"/> | |||
| <author initials="E." surname="Rescorla" fullname="Eric Rescorla"> | <author initials="E." surname="Rescorla" fullname="Eric Rescorla"> | |||
| <organization>Independent</organization> | <organization>Knight-Georgetown Institute</organization> | |||
| <address> | <address> | |||
| <email>ekr@rtfm.com</email> | <email>ekr@rtfm.com</email> | |||
| </address> | </address> | |||
| </author> | </author> | |||
| <author initials="K." surname="Oku" fullname="Kazuho Oku"> | <author initials="K." surname="Oku" fullname="Kazuho Oku"> | |||
| <organization>Fastly</organization> | <organization>Fastly</organization> | |||
| <address> | <address> | |||
| <email>kazuhooku@gmail.com</email> | <email>kazuhooku@gmail.com</email> | |||
| </address> | </address> | |||
| </author> | </author> | |||
| skipping to change at line 39 ¶ | skipping to change at line 40 ¶ | |||
| <address> | <address> | |||
| <email>nicholas.sullivan+ietf@gmail.com</email> | <email>nicholas.sullivan+ietf@gmail.com</email> | |||
| </address> | </address> | |||
| </author> | </author> | |||
| <author initials="C. A." surname="Wood" fullname="Christopher A. Wood"> | <author initials="C. A." surname="Wood" fullname="Christopher A. Wood"> | |||
| <organization>Cloudflare</organization> | <organization>Cloudflare</organization> | |||
| <address> | <address> | |||
| <email>caw@heapingbits.net</email> | <email>caw@heapingbits.net</email> | |||
| </address> | </address> | |||
| </author> | </author> | |||
| <date year="2025" month="June" day="14"/> | <date year="2025" month="November"/> | |||
| <area>SEC</area> | <area>SEC</area> | |||
| <workgroup>tls</workgroup> | <workgroup>tls</workgroup> | |||
| <keyword>Internet-Draft</keyword> | ||||
| <abstract> | <abstract> | |||
| <?line 67?> | <?line 108?> | |||
| <!-- [rfced] References | ||||
| a) Regarding [WHATWG-IPV4], this reference's date is May 2021. | ||||
| The URL provided resolves to a page with "Last Updated 12 May 2025". | ||||
| Note that WHATWG provides "commit snapshots" of their living standards and | ||||
| there are several commit snapshots from May 2021 with the latest being from 20 | ||||
| May 2021. For example: 20 May 2021 | ||||
| (https://url.spec.whatwg.org/commit-snapshots/1b8b8c55eb4bed9f139c9a439fb1c1bf55 | ||||
| 66b619/#concept-ipv4-parser) | ||||
| We recommend updating this reference to the most current version of the WHATWG | ||||
| Living Standard, replacing the URL with the more general URL to the standard | ||||
| (https://url.spec.whatwg.org/), and adding a "commit snapshot" URL to the | ||||
| reference. | ||||
| Current: | ||||
| [WHATWG-IPV4] | ||||
| WHATWG, "URL - IPv4 Parser", WHATWG Living Standard, May | ||||
| 2021, <https://url.spec.whatwg.org/#concept-ipv4-parser>. | ||||
| EKR: Per MT, WHATWG has asked us not to do that. We should leave | ||||
| this as-is and change the date to December 2025. | ||||
| rfced: For context, we reached out to WHATWG in September about a format for | ||||
| references to their standards (see: | ||||
| https://github.com/whatwg/meta/issues/363). The proposed update below for this | ||||
| reference reflects the approved format. It would be helpful for the RPC to | ||||
| know what WHATWG has asked authors to not do so that we can reach out for | ||||
| clarification and update our recommended citation accordingly. | ||||
| Perhaps: | ||||
| [WHATWG-IPV4] | ||||
| WHATWG, "URL - IPv4 Parser", WHATWG Living Standard, | ||||
| <https://url.spec.whatwg.org/#concept-ipv4-parser>. | ||||
| Commit snapshot: | ||||
| https://url.spec.whatwg.org/commit-snapshots/1b8b8c55eb4bed9f139c9a43 | ||||
| 9fb1c1bf5566b619/#concept-ipv4-parser | ||||
| Regarding the date, we don't recommend using a future date for a reference as | ||||
| it doesn't reflect the date for a currently published work (unless there is an | ||||
| anticipated update to the WHATWG specification in December 2025). | ||||
| d) FYI, RFCYYY1 (draft-ietf-tls-svcb-ech) will be updated during the XML stage. | ||||
| OK. | ||||
| --> | ||||
| <t>This document describes a mechanism in Transport Layer Security (TLS) for | <t>This document describes a mechanism in Transport Layer Security (TLS) for | |||
| encrypting a ClientHello message under a server public key.</t> | encrypting a ClientHello message under a server public key.</t> | |||
| </abstract> | </abstract> | |||
| <note removeInRFC="true"> | ||||
| <name>Discussion Venues</name> | ||||
| <t>Source for this draft and an issue tracker can be found at | ||||
| <eref target="https://github.com/tlswg/draft-ietf-tls-esni">https://github.com | ||||
| /tlswg/draft-ietf-tls-esni</eref>.</t> | ||||
| </note> | ||||
| </front> | </front> | |||
| <middle> | <middle> | |||
| <?line 72?> | <?line 161?> | |||
| <section anchor="intro"> | <section anchor="intro"> | |||
| <name>Introduction</name> | <name>Introduction</name> | |||
| <t>Although TLS 1.3 <xref target="RFC8446"/> encrypts most of the handshak e, including the | <t>Although TLS 1.3 <xref target="RFC8446"/> encrypts most of the handshak e, including the | |||
| server certificate, there are several ways in which an on-path attacker can | server certificate, there are several ways in which an on-path attacker can | |||
| learn private information about the connection. The plaintext Server Name | learn private information about the connection. The plaintext Server Name | |||
| Indication (SNI) extension in ClientHello messages, which leaks the target | Indication (SNI) extension in ClientHello messages, which leaks the target | |||
| domain for a given connection, is perhaps the most sensitive information | domain for a given connection, is perhaps the most sensitive information | |||
| left unencrypted in TLS 1.3.</t> | left unencrypted in TLS 1.3.</t> | |||
| <t>This document specifies a new TLS extension, called Encrypted Client He | <t>This document specifies a new TLS extension called Encrypted Client | |||
| llo | Hello (ECH) that allows clients to encrypt their ClientHello to the | |||
| (ECH), that allows clients to encrypt their ClientHello to the TLS server. | TLS server. This protects the SNI and other potentially sensitive | |||
| This protects the SNI and other potentially sensitive fields, such as the | fields, such as the Application-Layer Protocol Negotiation (ALPN) list | |||
| Application Layer Protocol Negotiation (ALPN) | <xref target="RFC7301"/>. Co-located servers with consistent externally visible | |||
| list <xref target="RFC7301"/>. Co-located servers with consistent externally vis | TLS configurations and behavior, including supported versions and cipher suites | |||
| ible TLS | and | |||
| configurations and behavior, including supported versions and cipher suites and | ||||
| how they respond to incoming client connections, form an anonymity set. (Note | how they respond to incoming client connections, form an anonymity set. (Note | |||
| that implementation-specific choices, such as extension ordering within TLS | that implementation-specific choices, such as extension ordering within TLS | |||
| messages or division of data into record-layer boundaries, can result in | messages or division of data into record-layer boundaries, can result in | |||
| different externally visible behavior, even for servers with consistent TLS | different externally visible behavior, even for servers with consistent TLS | |||
| configurations.) Usage of this mechanism reveals that a client is connecting | configurations.) Usage of this mechanism reveals that a client is connecting | |||
| to a particular service provider, but does not reveal which server from the | to a particular service provider, but does not reveal which server from the | |||
| anonymity set terminates the connection. Deployment implications of this | anonymity set terminates the connection. Deployment implications of this | |||
| feature are discussed in <xref target="deployment"/>.</t> | feature are discussed in <xref target="deployment"/>.</t> | |||
| <t>ECH is not in itself sufficient to protect the identity of the server. | <t>ECH is not in itself sufficient to protect the identity of the server. | |||
| The target domain may also be visible through other channels, such as | The target domain may also be visible through other channels, such as | |||
| skipping to change at line 142 ¶ | skipping to change at line 184 ¶ | |||
| +--------------------+ +---------------------+ | +--------------------+ +---------------------+ | |||
| | | | | | | | | | | |||
| | 2001:DB8::1111 | | 2001:DB8::EEEE | | | 2001:DB8::1111 | | 2001:DB8::EEEE | | |||
| Client <----------------------------->| | | Client <----------------------------->| | | |||
| | public.example.com | | private.example.org | | | public.example.com | | private.example.org | | |||
| | | | | | | | | | | |||
| +--------------------+ +---------------------+ | +--------------------+ +---------------------+ | |||
| Client-Facing Server Backend Server | Client-Facing Server Backend Server | |||
| ]]></artwork> | ]]></artwork> | |||
| </figure> | </figure> | |||
| <t>In Split Mode, the provider is not the origin server for private doma ins. | <t>In split mode, the provider is not the origin server for private doma ins. | |||
| Rather, the DNS records for private domains point to the provider, and the | Rather, the DNS records for private domains point to the provider, and the | |||
| provider's server relays the connection back to the origin server, who | provider's server relays the connection back to the origin server, who | |||
| terminates the TLS connection with the client. Importantly, the service provider | terminates the TLS connection with the client. Importantly, the service provider | |||
| does not have access to the plaintext of the connection beyond the unencrypted | does not have access to the plaintext of the connection beyond the unencrypted | |||
| portions of the handshake.</t> | portions of the handshake.</t> | |||
| <t>In the remainder of this document, we will refer to the ECH-service p rovider as | <t>In the remainder of this document, we will refer to the ECH-service p rovider as | |||
| the "client-facing server" and to the TLS terminator as the "backend server". | the "client-facing server" and to the TLS terminator as the "backend server". | |||
| These are the same entity in Shared Mode, but in Split Mode, the client-facing | These are the same entity in Shared Mode, but in split mode, the client-facing | |||
| and backend servers are physically separated.</t> | and backend servers are physically separated.</t> | |||
| <t>See <xref target="security-considerations"/> for more discussion abou t the ECH threat model | <t>See <xref target="security-considerations"/> for more discussion abou t the ECH threat model | |||
| and how it relates to the client, client-facing server, and backend server.</t> | and how it relates to the client, client-facing server, and backend server.</t> | |||
| </section> | </section> | |||
| <section anchor="encrypted-clienthello-ech"> | <section anchor="encrypted-clienthello-ech"> | |||
| <name>Encrypted ClientHello (ECH)</name> | <name>Encrypted ClientHello (ECH)</name> | |||
| <t>A client-facing server enables ECH by publishing an ECH configuration , which | <t>A client-facing server enables ECH by publishing an ECH configuration , which | |||
| is an encryption public key and associated metadata. Domains which wish to | is an encryption public key and associated metadata. Domains which wish to | |||
| use ECH must publish this configuration, using the key associated | use ECH must publish this configuration, using the key associated | |||
| with the client-facing server. This document | with the client-facing server. This document | |||
| defines the ECH configuration's format, but delegates DNS publication details | defines the ECH configuration's format, but delegates DNS publication details | |||
| to <xref target="RFC9460"/>. See | to <xref target="RFC9460"/>. See | |||
| <xref target="ECH-IN-DNS"/> for specifics about how ECH configurations | <xref target="RFCYYY1"/> for specifics about how ECH configurations | |||
| are advertised in SVCB and HTTPS records. Other delivery mechanisms are | are advertised in SVCB and HTTPS records. Other delivery mechanisms are | |||
| also possible. For example, the client may have the ECH configuration | also possible. For example, the client may have the ECH configuration | |||
| preconfigured.</t> | preconfigured.</t> | |||
| <t>When a client wants to establish a TLS session with some backend serv er, it | <t>When a client wants to establish a TLS session with some backend serv er, it | |||
| constructs a private ClientHello, referred to as the ClientHelloInner. | constructs a private ClientHello, referred to as the ClientHelloInner. | |||
| The client then constructs a public ClientHello, referred to as the | The client then constructs a public ClientHello, referred to as the | |||
| ClientHelloOuter. The ClientHelloOuter contains innocuous values for | ClientHelloOuter. The ClientHelloOuter contains innocuous values for | |||
| sensitive extensions and an "encrypted_client_hello" extension | sensitive extensions and an "encrypted_client_hello" extension | |||
| (<xref target="encrypted-client-hello"/>), which carries the encrypted ClientHel loInner. | (<xref target="encrypted-client-hello"/>), which carries the encrypted ClientHel loInner. | |||
| Finally, the client sends ClientHelloOuter to the server.</t> | Finally, the client sends ClientHelloOuter to the server.</t> | |||
| skipping to change at line 198 ¶ | skipping to change at line 240 ¶ | |||
| the client for application data. Instead, ECH rejection allows the client to | the client for application data. Instead, ECH rejection allows the client to | |||
| retry with up-to-date configuration (<xref target="rejected-ech"/>).</t> | retry with up-to-date configuration (<xref target="rejected-ech"/>).</t> | |||
| <t>The primary goal of ECH is to ensure that connections to servers in t he same | <t>The primary goal of ECH is to ensure that connections to servers in t he same | |||
| anonymity set are indistinguishable from one another. Moreover, it should | anonymity set are indistinguishable from one another. Moreover, it should | |||
| achieve this goal without affecting any existing security properties of TLS 1.3. | achieve this goal without affecting any existing security properties of TLS 1.3. | |||
| See <xref target="goals"/> for more details about the ECH security and privacy g oals.</t> | See <xref target="goals"/> for more details about the ECH security and privacy g oals.</t> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| <section anchor="ech-configuration"> | <section anchor="ech-configuration"> | |||
| <name>Encrypted ClientHello Configuration</name> | <name>Encrypted ClientHello Configuration</name> | |||
| <t>ECH uses HPKE for public key encryption <xref target="HPKE"/>. | <t>ECH uses Hybrid Public Key Encryption (HPKE) for public key encryption <xref target="RFC9180"/>. | |||
| The ECH configuration is defined by the following <tt>ECHConfig</tt> structure.< /t> | The ECH configuration is defined by the following <tt>ECHConfig</tt> structure.< /t> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| opaque HpkePublicKey<1..2^16-1>; | opaque HpkePublicKey<1..2^16-1>; | |||
| uint16 HpkeKemId; // Defined in RFC9180 | uint16 HpkeKemId; // Defined in RFC 9180 | |||
| uint16 HpkeKdfId; // Defined in RFC9180 | uint16 HpkeKdfId; // Defined in RFC 9180 | |||
| uint16 HpkeAeadId; // Defined in RFC9180 | uint16 HpkeAeadId; // Defined in RFC 9180 | |||
| uint16 ECHConfigExtensionType; // Defined in Section 11.3 | uint16 ECHConfigExtensionType; // Defined in Section 11.3 | |||
| struct { | struct { | |||
| HpkeKdfId kdf_id; | HpkeKdfId kdf_id; | |||
| HpkeAeadId aead_id; | HpkeAeadId aead_id; | |||
| } HpkeSymmetricCipherSuite; | } HpkeSymmetricCipherSuite; | |||
| struct { | struct { | |||
| uint8 config_id; | uint8 config_id; | |||
| HpkeKemId kem_id; | HpkeKemId kem_id; | |||
| skipping to change at line 241 ¶ | skipping to change at line 283 ¶ | |||
| struct { | struct { | |||
| uint16 version; | uint16 version; | |||
| uint16 length; | uint16 length; | |||
| select (ECHConfig.version) { | select (ECHConfig.version) { | |||
| case 0xfe0d: ECHConfigContents contents; | case 0xfe0d: ECHConfigContents contents; | |||
| } | } | |||
| } ECHConfig; | } ECHConfig; | |||
| ]]></artwork> | ]]></artwork> | |||
| <t>The structure contains the following fields:</t> | <t>The structure contains the following fields:</t> | |||
| <dl> | <dl> | |||
| <dt>version</dt> | <dt>version:</dt> | |||
| <dd> | <dd> | |||
| <t>The version of ECH for which this configuration is used. The versio n | <t>The version of ECH for which this configuration is used. The versio n | |||
| is the same as the code point for the | is the same as the code point for the | |||
| "encrypted_client_hello" extension. Clients MUST ignore any <tt>ECHConfig</tt> | "encrypted_client_hello" extension. Clients MUST ignore any <tt>ECHConfig</tt> | |||
| structure with a version they do not support.</t> | structure with a version they do not support.</t> | |||
| </dd> | </dd> | |||
| <dt>length</dt> | <dt>length:</dt> | |||
| <dd> | <dd> | |||
| <t>The length, in bytes, of the next field. This length field allows | <t>The length, in bytes, of the next field. This length field allows | |||
| implementations to skip over the elements in such a list where they cannot | implementations to skip over the elements in such a list where they cannot | |||
| parse the specific version of ECHConfig.</t> | parse the specific version of ECHConfig.</t> | |||
| </dd> | </dd> | |||
| <dt>contents</dt> | <dt>contents:</dt> | |||
| <dd> | <dd> | |||
| <t>An opaque byte string whose contents depend on the version. For thi s | <t>An opaque byte string whose contents depend on the version. For thi s | |||
| specification, the contents are an <tt>ECHConfigContents</tt> structure.</t> | specification, the contents are an <tt>ECHConfigContents</tt> structure.</t> | |||
| </dd> | </dd> | |||
| </dl> | </dl> | |||
| <t>The <tt>ECHConfigContents</tt> structure contains the following fields: </t> | <t>The <tt>ECHConfigContents</tt> structure contains the following fields: </t> | |||
| <dl> | <dl> | |||
| <dt>key_config</dt> | <dt>key_config:</dt> | |||
| <dd> | <dd> | |||
| <t>A <tt>HpkeKeyConfig</tt> structure carrying the configuration infor mation | <t>A <tt>HpkeKeyConfig</tt> structure carrying the configuration infor mation | |||
| associated with the HPKE public key (an "ECH key"). Note that this | associated with the HPKE public key (an "ECH key"). Note that this | |||
| structure contains the <tt>config_id</tt> field, which applies to the entire | structure contains the <tt>config_id</tt> field, which applies to the entire | |||
| ECHConfigContents.</t> | ECHConfigContents.</t> | |||
| </dd> | </dd> | |||
| <dt>maximum_name_length</dt> | <dt>maximum_name_length:</dt> | |||
| <dd> | <dd> | |||
| <t>The longest name of a backend server, if known. If not known, this value can | <t>The longest name of a backend server, if known. If not known, this value can | |||
| be set to zero. It is used to compute padding (<xref target="padding"/>) and doe s not | be set to zero. It is used to compute padding (<xref target="padding"/>) and doe s not | |||
| constrain server name lengths. Names may exceed this length if, e.g., | constrain server name lengths. Names may exceed this length if, e.g., | |||
| the server uses wildcard names or added new names to the anonymity set.</t> | the server uses wildcard names or added new names to the anonymity set.</t> | |||
| </dd> | </dd> | |||
| <dt>public_name</dt> | <dt>public_name:</dt> | |||
| <dd> | <dd> | |||
| <t>The DNS name of the client-facing server, i.e., the entity trusted | <t>The DNS name of the client-facing server, i.e., the entity trusted | |||
| to update the ECH configuration. This is used to correct misconfigured clients, | to update the ECH configuration. This is used to correct misconfigured clients, | |||
| as described in <xref target="rejected-ech"/>.</t> | as described in <xref target="rejected-ech"/>.</t> | |||
| </dd> | </dd> | |||
| <dt/> | <dt/> | |||
| <dd> | <dd> | |||
| <t>See <xref target="auth-public-name"/> for how the client interprets and validates the | <t>See <xref target="auth-public-name"/> for how the client interprets and validates the | |||
| public_name.</t> | public_name.</t> | |||
| </dd> | </dd> | |||
| <dt>extensions</dt> | <dt>extensions:</dt> | |||
| <dd> | <dd> | |||
| <t>A list of ECHConfigExtension values that the client must take into | <t>A list of ECHConfigExtension values that the client must take into | |||
| consideration when generating a ClientHello message. Each ECHConfigExtension | consideration when generating a ClientHello message. Each ECHConfigExtension | |||
| has a 2-octet type and opaque data value, where the data value is encoded | has a 2-octet type and opaque data value, where the data value is encoded | |||
| with a 2-octet integer representing the length of the data, in network byte | with a 2-octet integer representing the length of the data, in network byte | |||
| order. ECHConfigExtension values are described below (<xref target="config-exten sions"/>).</t> | order. ECHConfigExtension values are described below (<xref target="config-exten sions"/>).</t> | |||
| </dd> | </dd> | |||
| </dl> | </dl> | |||
| <t>The <tt>HpkeKeyConfig</tt> structure contains the following fields:</t> | <t>The <tt>HpkeKeyConfig</tt> structure contains the following fields:</t> | |||
| <dl> | <dl> | |||
| <dt>config_id</dt> | <dt>config_id:</dt> | |||
| <dd> | <dd> | |||
| <t>A one-byte identifier for the given HPKE key configuration. This is used by | <t>A one-byte identifier for the given HPKE key configuration. This is used by | |||
| clients to indicate the key used for ClientHello encryption. <xref target="confi g-ids"/> | clients to indicate the key used for ClientHello encryption. <xref target="confi g-ids"/> | |||
| describes how client-facing servers allocate this value.</t> | describes how client-facing servers allocate this value.</t> | |||
| </dd> | </dd> | |||
| <dt>kem_id</dt> | <dt>kem_id:</dt> | |||
| <dd> | <dd> | |||
| <t>The HPKE Key Encapsulation Mechanism (KEM) identifier corresponding | <t>The HPKE Key Encapsulation Mechanism (KEM) identifier corresponding | |||
| to <tt>public_key</tt>. Clients MUST ignore any <tt>ECHConfig</tt> structure wit h a | to <tt>public_key</tt>. Clients MUST ignore any <tt>ECHConfig</tt> structure wit h a | |||
| key using a KEM they do not support.</t> | key using a KEM they do not support.</t> | |||
| </dd> | </dd> | |||
| <dt>public_key</dt> | <dt>public_key:</dt> | |||
| <dd> | <dd> | |||
| <t>The HPKE public key used by the client to encrypt ClientHelloInner. </t> | <t>The HPKE public key used by the client to encrypt ClientHelloInner. </t> | |||
| </dd> | </dd> | |||
| <dt>cipher_suites</dt> | <dt>cipher_suites:</dt> | |||
| <dd> | <dd> | |||
| <t>The list of HPKE KDF and AEAD identifier pairs clients can use for encrypting | <t>The list of HPKE Key Derivation Function (KDF) and Authenticated En cryption with Associated Data (AEAD) identifier pairs clients can use for encryp ting | |||
| ClientHelloInner. See <xref target="real-ech"/> for how clients choose from this list.</t> | ClientHelloInner. See <xref target="real-ech"/> for how clients choose from this list.</t> | |||
| </dd> | </dd> | |||
| </dl> | </dl> | |||
| <t>The client-facing server advertises a sequence of ECH configurations to clients, | <t>The client-facing server advertises a sequence of ECH configurations to clients, | |||
| serialized as follows.</t> | serialized as follows.</t> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| ECHConfig ECHConfigList<4..2^16-1>; | ECHConfig ECHConfigList<4..2^16-1>; | |||
| ]]></artwork> | ]]></artwork> | |||
| <t>The <tt>ECHConfigList</tt> structure contains one or more <tt>ECHConfig </tt> structures in | <t>The <tt>ECHConfigList</tt> structure contains one or more <tt>ECHConfig </tt> structures in | |||
| decreasing order of preference. This allows a server to support multiple | decreasing order of preference. This allows a server to support multiple | |||
| versions of ECH and multiple sets of ECH parameters.</t> | versions of ECH and multiple sets of ECH parameters.</t> | |||
| <section anchor="config-ids"> | <section anchor="config-ids"> | |||
| <name>Configuration Identifiers</name> | <name>Configuration Identifiers</name> | |||
| <t>A client-facing server has a set of known ECHConfig values, with corr esponding | <t>A client-facing server has a set of known ECHConfig values with corre sponding | |||
| private keys. This set SHOULD contain the currently published values, as well as | private keys. This set SHOULD contain the currently published values, as well as | |||
| previous values that may still be in use, since clients may cache DNS records | previous values that may still be in use, since clients may cache DNS records | |||
| up to a TTL or longer.</t> | up to a TTL or longer.</t> | |||
| <t><xref target="client-facing-server"/> describes a trial decryption pr ocess for decrypting the | <t><xref target="client-facing-server"/> describes a trial decryption pr ocess for decrypting the | |||
| ClientHello. This can impact performance when the client-facing server maintains | ClientHello. This can impact performance when the client-facing server maintains | |||
| many known ECHConfig values. To avoid this, the client-facing server SHOULD | many known ECHConfig values. To avoid this, the client-facing server SHOULD | |||
| allocate distinct <tt>config_id</tt> values for each ECHConfig in its known set. The | allocate distinct <tt>config_id</tt> values for each ECHConfig in its known set. The | |||
| RECOMMENDED strategy is via rejection sampling, i.e., to randomly select | RECOMMENDED strategy is via rejection sampling, i.e., to randomly select | |||
| <tt>config_id</tt> repeatedly until it does not match any known ECHConfig.</t> | <tt>config_id</tt> repeatedly until it does not match any known ECHConfig.</t> | |||
| <t>It is not necessary for <tt>config_id</tt> values across different cl ient-facing | <t>It is not necessary for <tt>config_id</tt> values across different cl ient-facing | |||
| skipping to change at line 364 ¶ | skipping to change at line 406 ¶ | |||
| in any order, but there MUST NOT be more than one extension of the | in any order, but there MUST NOT be more than one extension of the | |||
| same type in the extensions block. Unlike TLS extensions, an extension | same type in the extensions block. Unlike TLS extensions, an extension | |||
| can be tagged as mandatory by using an extension type codepoint with | can be tagged as mandatory by using an extension type codepoint with | |||
| the high order bit set to 1.</t> | the high order bit set to 1.</t> | |||
| <t>Clients MUST parse the extension list and check for unsupported manda tory | <t>Clients MUST parse the extension list and check for unsupported manda tory | |||
| extensions. If an unsupported mandatory extension is present, clients MUST | extensions. If an unsupported mandatory extension is present, clients MUST | |||
| ignore the <tt>ECHConfig</tt>.</t> | ignore the <tt>ECHConfig</tt>.</t> | |||
| <t>Any future information or hints that influence ClientHelloOuter SHOUL D be | <t>Any future information or hints that influence ClientHelloOuter SHOUL D be | |||
| specified as ECHConfig extensions. This is primarily because the outer | specified as ECHConfig extensions. This is primarily because the outer | |||
| ClientHello exists only in support of ECH. Namely, it is both an envelope for | ClientHello exists only in support of ECH. Namely, it is both an envelope for | |||
| the encrypted inner ClientHello and enabler for authenticated key mismatch | the encrypted inner ClientHello and an enabler for authenticated key mismatch | |||
| signals (see <xref target="server-behavior"/>). In contrast, the inner ClientHel lo is the | signals (see <xref target="server-behavior"/>). In contrast, the inner ClientHel lo is the | |||
| true ClientHello used upon ECH negotiation.</t> | true ClientHello used upon ECH negotiation.</t> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| <section anchor="encrypted-client-hello"> | <section anchor="encrypted-client-hello"> | |||
| <name>The "encrypted_client_hello" Extension</name> | <name>The "encrypted_client_hello" Extension</name> | |||
| <t>To offer ECH, the client sends an "encrypted_client_hello" extension in the | <t>To offer ECH, the client sends an "encrypted_client_hello" extension in the | |||
| ClientHelloOuter. When it does, it MUST also send the extension in | ClientHelloOuter. When it does, it MUST also send the extension in | |||
| ClientHelloInner.</t> | ClientHelloInner.</t> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| skipping to change at line 402 ¶ | skipping to change at line 444 ¶ | |||
| Empty; | Empty; | |||
| }; | }; | |||
| } ECHClientHello; | } ECHClientHello; | |||
| ]]></artwork> | ]]></artwork> | |||
| <t>The outer extension uses the <tt>outer</tt> variant and the inner exten sion uses the | <t>The outer extension uses the <tt>outer</tt> variant and the inner exten sion uses the | |||
| <tt>inner</tt> variant. The inner extension has an empty payload, which is inclu ded | <tt>inner</tt> variant. The inner extension has an empty payload, which is inclu ded | |||
| because TLS servers are not allowed to provide extensions in ServerHello | because TLS servers are not allowed to provide extensions in ServerHello | |||
| which were not included in ClientHello. The outer extension has the following | which were not included in ClientHello. The outer extension has the following | |||
| fields:</t> | fields:</t> | |||
| <dl> | <dl> | |||
| <dt>config_id</dt> | <dt>config_id:</dt> | |||
| <dd> | <dd> | |||
| <t>The ECHConfigContents.key_config.config_id for the chosen ECHConfig .</t> | <t>The ECHConfigContents.key_config.config_id for the chosen ECHConfig .</t> | |||
| </dd> | </dd> | |||
| <dt>cipher_suite</dt> | <dt>cipher_suite:</dt> | |||
| <dd> | <dd> | |||
| <t>The cipher suite used to encrypt ClientHelloInner. This MUST match a value | <t>The cipher suite used to encrypt ClientHelloInner. This MUST match a value | |||
| provided in the corresponding <tt>ECHConfigContents.cipher_suites</tt> list.</t> | provided in the corresponding <tt>ECHConfigContents.cipher_suites</tt> list.</t> | |||
| </dd> | </dd> | |||
| <dt>enc</dt> | <dt>enc:</dt> | |||
| <dd> | <dd> | |||
| <t>The HPKE encapsulated key, used by servers to decrypt the correspon ding | <t>The HPKE encapsulated key used by servers to decrypt the correspond ing | |||
| <tt>payload</tt> field. This field is empty in a ClientHelloOuter sent in respon se to | <tt>payload</tt> field. This field is empty in a ClientHelloOuter sent in respon se to | |||
| HelloRetryRequest.</t> | HelloRetryRequest.</t> | |||
| </dd> | </dd> | |||
| <dt>payload</dt> | <dt>payload:</dt> | |||
| <dd> | <dd> | |||
| <t>The serialized and encrypted EncodedClientHelloInner structure, enc rypted | <t>The serialized and encrypted EncodedClientHelloInner structure, enc rypted | |||
| using HPKE as described in <xref target="real-ech"/>.</t> | using HPKE as described in <xref target="real-ech"/>.</t> | |||
| </dd> | </dd> | |||
| </dl> | </dl> | |||
| <t>When a client offers the <tt>outer</tt> version of an "encrypted_client _hello" | <t>When a client offers the <tt>outer</tt> version of an "encrypted_client _hello" | |||
| extension, the server MAY include an "encrypted_client_hello" extension in its | extension, the server MAY include an "encrypted_client_hello" extension in its | |||
| EncryptedExtensions message, as described in <xref target="client-facing-server" />, with the | EncryptedExtensions message, as described in <xref target="client-facing-server" />, with the | |||
| following payload:</t> | following payload:</t> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| struct { | struct { | |||
| ECHConfigList retry_configs; | ECHConfigList retry_configs; | |||
| } ECHEncryptedExtensions; | } ECHEncryptedExtensions; | |||
| ]]></artwork> | ]]></artwork> | |||
| <t>The response is valid only when the server used the ClientHelloOuter. I f the | <t>The response is valid only when the server used the ClientHelloOuter. I f the | |||
| server sent this extension in response to the <tt>inner</tt> variant, then the c lient | server sent this extension in response to the <tt>inner</tt> variant, then the c lient | |||
| MUST abort with an "unsupported_extension" alert.</t> | MUST abort with an "unsupported_extension" alert.</t> | |||
| <dl> | <dl> | |||
| <dt>retry_configs</dt> | <dt>retry_configs:</dt> | |||
| <dd> | <dd> | |||
| <t>An ECHConfigList structure containing one or more ECHConfig structu res, in | <t>An ECHConfigList structure containing one or more ECHConfig structu res, in | |||
| decreasing order of preference, to be used by the client as described in | decreasing order of preference, to be used by the client as described in | |||
| <xref target="rejected-ech"/>. These are known as the server's "retry configurat ions".</t> | <xref target="rejected-ech"/>. These are known as the server's "retry configurat ions".</t> | |||
| </dd> | </dd> | |||
| </dl> | </dl> | |||
| <t>Finally, when the client offers the "encrypted_client_hello", if the pa yload is | <t>Finally, when the client offers the "encrypted_client_hello", if the pa yload is | |||
| the <tt>inner</tt> variant and the server responds with HelloRetryRequest, it MU ST | the <tt>inner</tt> variant and the server responds with HelloRetryRequest, it MU ST | |||
| include an "encrypted_client_hello" extension with the following payload:</t> | include an "encrypted_client_hello" extension with the following payload:</t> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| skipping to change at line 459 ¶ | skipping to change at line 501 ¶ | |||
| } ECHHelloRetryRequest; | } ECHHelloRetryRequest; | |||
| ]]></artwork> | ]]></artwork> | |||
| <t>The value of ECHHelloRetryRequest.confirmation is set to | <t>The value of ECHHelloRetryRequest.confirmation is set to | |||
| <tt>hrr_accept_confirmation</tt> as described in <xref target="backend-server-hr r"/>.</t> | <tt>hrr_accept_confirmation</tt> as described in <xref target="backend-server-hr r"/>.</t> | |||
| <t>This document also defines the "ech_required" alert, which the client M UST send | <t>This document also defines the "ech_required" alert, which the client M UST send | |||
| when it offered an "encrypted_client_hello" extension that was not accepted by | when it offered an "encrypted_client_hello" extension that was not accepted by | |||
| the server. (See <xref target="alerts"/>.)</t> | the server. (See <xref target="alerts"/>.)</t> | |||
| <section anchor="encoding-inner"> | <section anchor="encoding-inner"> | |||
| <name>Encoding the ClientHelloInner</name> | <name>Encoding the ClientHelloInner</name> | |||
| <t>Before encrypting, the client pads and optionally compresses ClientHe lloInner | <t>Before encrypting, the client pads and optionally compresses ClientHe lloInner | |||
| into a EncodedClientHelloInner structure, defined below:</t> | into an EncodedClientHelloInner structure, defined below:</t> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| struct { | struct { | |||
| ClientHello client_hello; | ClientHello client_hello; | |||
| uint8 zeros[length_of_padding]; | uint8 zeros[length_of_padding]; | |||
| } EncodedClientHelloInner; | } EncodedClientHelloInner; | |||
| ]]></artwork> | ]]></artwork> | |||
| <t>The <tt>client_hello</tt> field is computed by first making a copy of ClientHelloInner | <t>The <tt>client_hello</tt> field is computed by first making a copy of ClientHelloInner | |||
| and setting the <tt>legacy_session_id</tt> field to the empty string. In TLS, th is | and setting the <tt>legacy_session_id</tt> field to the empty string. In TLS, th is | |||
| field uses the ClientHello structure defined in <xref section="4.1.2" sectionFor mat="of" target="RFC8446"/>. | field uses the ClientHello structure defined in <xref section="4.1.2" sectionFor mat="of" target="RFC8446"/>. | |||
| In DTLS, it uses the ClientHello structured defined in | In DTLS, it uses the ClientHello structured defined in | |||
| skipping to change at line 492 ¶ | skipping to change at line 534 ¶ | |||
| } ExtensionType; | } ExtensionType; | |||
| ExtensionType OuterExtensions<2..254>; | ExtensionType OuterExtensions<2..254>; | |||
| ]]></artwork> | ]]></artwork> | |||
| <t>OuterExtensions contains the removed ExtensionType values. Each value references | <t>OuterExtensions contains the removed ExtensionType values. Each value references | |||
| the matching extension in ClientHelloOuter. The values MUST be ordered | the matching extension in ClientHelloOuter. The values MUST be ordered | |||
| contiguously in ClientHelloInner, and the "ech_outer_extensions" extension MUST | contiguously in ClientHelloInner, and the "ech_outer_extensions" extension MUST | |||
| be inserted in the corresponding position in EncodedClientHelloInner. | be inserted in the corresponding position in EncodedClientHelloInner. | |||
| Additionally, the extensions MUST appear in ClientHelloOuter in the same | Additionally, the extensions MUST appear in ClientHelloOuter in the same | |||
| relative order. However, there is no requirement that they be contiguous. For | relative order. However, there is no requirement that they be contiguous. For | |||
| example, OuterExtensions may contain extensions A, B, C, while ClientHelloOuter | example, OuterExtensions may contain extensions A, B, and C, while ClientHelloOu | |||
| contains extensions A, D, B, C, E, F.</t> | ter | |||
| contains extensions A, D, B, C, E, and F.</t> | ||||
| <t>The "ech_outer_extensions" extension can only be included in | <t>The "ech_outer_extensions" extension can only be included in | |||
| EncodedClientHelloInner, and MUST NOT appear in either ClientHelloOuter or | EncodedClientHelloInner and MUST NOT appear in either ClientHelloOuter or | |||
| ClientHelloInner.</t> | ClientHelloInner.</t> | |||
| <t>Finally, the client pads the message by setting the <tt>zeros</tt> fi eld to a byte | <t>Finally, the client pads the message by setting the <tt>zeros</tt> fi eld to a byte | |||
| string whose contents are all zeros and whose length is the amount of padding | string whose contents are all zeros and whose length is the amount of padding | |||
| to add. <xref target="padding"/> describes a recommended padding scheme.</t> | to add. <xref target="padding"/> describes a recommended padding scheme.</t> | |||
| <t>The client-facing server computes ClientHelloInner by reversing this process. | <t>The client-facing server computes ClientHelloInner by reversing this process. | |||
| First it parses EncodedClientHelloInner, interpreting all bytes after | First, it parses EncodedClientHelloInner, interpreting all bytes after | |||
| <tt>client_hello</tt> as padding. If any padding byte is non-zero, the server MU ST | <tt>client_hello</tt> as padding. If any padding byte is non-zero, the server MU ST | |||
| abort the connection with an "illegal_parameter" alert.</t> | abort the connection with an "illegal_parameter" alert.</t> | |||
| <t>Next it makes a copy of the <tt>client_hello</tt> field and copies th e | <t>Next, it makes a copy of the <tt>client_hello</tt> field and copies t he | |||
| <tt>legacy_session_id</tt> field from ClientHelloOuter. It then looks for an | <tt>legacy_session_id</tt> field from ClientHelloOuter. It then looks for an | |||
| "ech_outer_extensions" extension. If found, it replaces the extension with the | "ech_outer_extensions" extension. If found, it replaces the extension with the | |||
| corresponding sequence of extensions in the ClientHelloOuter. The server MUST | corresponding sequence of extensions in the ClientHelloOuter. The server MUST | |||
| abort the connection with an "illegal_parameter" alert if any of the following | abort the connection with an "illegal_parameter" alert if any of the following | |||
| are true:</t> | are true:</t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| <li> | <li> | |||
| <t>Any referenced extension is missing in ClientHelloOuter.</t> | <t>Any referenced extension is missing in ClientHelloOuter.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| skipping to change at line 526 ¶ | skipping to change at line 568 ¶ | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>"encrypted_client_hello" is referenced in OuterExtensions.</t> | <t>"encrypted_client_hello" is referenced in OuterExtensions.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>The extensions in ClientHelloOuter corresponding to those in Oute rExtensions | <t>The extensions in ClientHelloOuter corresponding to those in Oute rExtensions | |||
| do not occur in the same order.</t> | do not occur in the same order.</t> | |||
| </li> | </li> | |||
| </ul> | </ul> | |||
| <t>These requirements prevent an attacker from performing a packet ampli fication | <t>These requirements prevent an attacker from performing a packet ampli fication | |||
| attack, by crafting a ClientHelloOuter which decompresses to a much larger | attack by crafting a ClientHelloOuter which decompresses to a much larger | |||
| ClientHelloInner. This is discussed further in <xref target="decompression-amp"/ >.</t> | ClientHelloInner. This is discussed further in <xref target="decompression-amp"/ >.</t> | |||
| <t>Implementations SHOULD construct the ClientHelloInner in linear | <t>Implementations SHOULD construct the ClientHelloInner in linear | |||
| time. Quadratic time implementations (such as may happen via naive | time. Quadratic time implementations (such as may happen via naive | |||
| copying) create a denial of service risk. | copying) create a denial-of-service risk. | |||
| <xref target="linear-outer-extensions"/> describes a linear-time procedure that may be used | <xref target="linear-outer-extensions"/> describes a linear-time procedure that may be used | |||
| for this purpose.</t> | for this purpose.</t> | |||
| </section> | </section> | |||
| <section anchor="authenticating-outer"> | <section anchor="authenticating-outer"> | |||
| <name>Authenticating the ClientHelloOuter</name> | <name>Authenticating the ClientHelloOuter</name> | |||
| <t>To prevent a network attacker from modifying the <tt>ClientHelloOuter </tt> | <t>To prevent a network attacker from modifying the <tt>ClientHelloOuter </tt> | |||
| while keeping the same encrypted <tt>ClientHelloInner</tt> | while keeping the same encrypted <tt>ClientHelloInner</tt> | |||
| (see <xref target="flow-clienthello-malleability"/>), ECH authenticates ClientHe lloOuter | (see <xref target="flow-clienthello-malleability"/>), ECH authenticates ClientHe lloOuter | |||
| by passing ClientHelloOuterAAD as the associated data for HPKE sealing | by passing ClientHelloOuterAAD as the associated data for HPKE sealing | |||
| and opening operations. The ClientHelloOuterAAD is a serialized | and opening operations. The ClientHelloOuterAAD is a serialized | |||
| skipping to change at line 552 ¶ | skipping to change at line 594 ¶ | |||
| <xref section="5.3" sectionFormat="of" target="RFC9147"/> for DTLS, which matche s the ClientHelloOuter except | <xref section="5.3" sectionFormat="of" target="RFC9147"/> for DTLS, which matche s the ClientHelloOuter except | |||
| that the <tt>payload</tt> field of the "encrypted_client_hello" is replaced with a byte | that the <tt>payload</tt> field of the "encrypted_client_hello" is replaced with a byte | |||
| string of the same length but whose contents are zeros. This value does not | string of the same length but whose contents are zeros. This value does not | |||
| include Handshake structure's four-byte header in TLS nor twelve-byte header in | include Handshake structure's four-byte header in TLS nor twelve-byte header in | |||
| DTLS.</t> | DTLS.</t> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| <section anchor="client-behavior"> | <section anchor="client-behavior"> | |||
| <name>Client Behavior</name> | <name>Client Behavior</name> | |||
| <t>Clients that implement the ECH extension behave in one of two ways: eit her they | <t>Clients that implement the ECH extension behave in one of two ways: eit her they | |||
| offer a real ECH extension, as described in <xref target="real-ech"/>; or they s end a | offer a real ECH extension, as described in <xref target="real-ech"/>, or they s end a | |||
| Generate Random Extensions And Sustain Extensibility (GREASE) <xref target="RFC8 701"/> | Generate Random Extensions And Sustain Extensibility (GREASE) <xref target="RFC8 701"/> | |||
| ECH extension, as described in <xref target="grease-ech"/>. Clients of the latte r type do not | ECH extension, as described in <xref target="grease-ech"/>. Clients of the latte r type do not | |||
| negotiate ECH. Instead, they generate a dummy ECH extension that is ignored by | negotiate ECH. Instead, they generate a dummy ECH extension that is ignored by | |||
| the server. (See <xref target="dont-stick-out"/> for an explanation.) The client offers ECH | the server. (See <xref target="dont-stick-out"/> for an explanation.) The client offers ECH | |||
| if it is in possession of a compatible ECH configuration and sends GREASE ECH | if it is in possession of a compatible ECH configuration and sends GREASE ECH | |||
| (see <xref target="grease-ech"/>) otherwise.</t> | (see <xref target="grease-ech"/>) otherwise.</t> | |||
| <section anchor="real-ech"> | <section anchor="real-ech"> | |||
| <name>Offering ECH</name> | <name>Offering ECH</name> | |||
| <t>To offer ECH, the client first chooses a suitable ECHConfig from the server's | <t>To offer ECH, the client first chooses a suitable ECHConfig from the server's | |||
| ECHConfigList. To determine if a given <tt>ECHConfig</tt> is suitable, it checks that | ECHConfigList. To determine if a given <tt>ECHConfig</tt> is suitable, it checks that | |||
| skipping to change at line 651 ¶ | skipping to change at line 693 ¶ | |||
| allows servers that reject ECH and use ClientHelloOuter to safely ignore any | allows servers that reject ECH and use ClientHelloOuter to safely ignore any | |||
| early data sent by the client per <xref section="4.2.10" sectionFormat="comma" t arget="RFC8446"/>.</t> | early data sent by the client per <xref section="4.2.10" sectionFormat="comma" t arget="RFC8446"/>.</t> | |||
| </li> | </li> | |||
| </ol> | </ol> | |||
| <t>The client might duplicate non-sensitive extensions in both messages. However, | <t>The client might duplicate non-sensitive extensions in both messages. However, | |||
| implementations need to take care to ensure that sensitive extensions are not | implementations need to take care to ensure that sensitive extensions are not | |||
| offered in the ClientHelloOuter. See <xref target="outer-clienthello"/> for addi tional | offered in the ClientHelloOuter. See <xref target="outer-clienthello"/> for addi tional | |||
| guidance.</t> | guidance.</t> | |||
| <t>Finally, the client encrypts the EncodedClientHelloInner with the abo ve values, | <t>Finally, the client encrypts the EncodedClientHelloInner with the abo ve values, | |||
| as described in <xref target="encrypting-clienthello"/>, to construct a ClientHe lloOuter. It | as described in <xref target="encrypting-clienthello"/>, to construct a ClientHe lloOuter. It | |||
| sends this to the server, and processes the response as described in | sends this to the server and processes the response as described in | |||
| <xref target="determining-ech-acceptance"/>.</t> | <xref target="determining-ech-acceptance"/>.</t> | |||
| <section anchor="encrypting-clienthello"> | <section anchor="encrypting-clienthello"> | |||
| <name>Encrypting the ClientHello</name> | <name>Encrypting the ClientHello</name> | |||
| <t>Given an EncodedClientHelloInner, an HPKE encryption context and <t t>enc</tt> value, | <t>Given an EncodedClientHelloInner, an HPKE encryption context and <t t>enc</tt> value, | |||
| and a partial ClientHelloOuterAAD, the client constructs a ClientHelloOuter as | and a partial ClientHelloOuterAAD, the client constructs a ClientHelloOuter as | |||
| follows.</t> | follows.</t> | |||
| <t>First, the client determines the length L of encrypting EncodedClie ntHelloInner | <t>First, the client determines the length L of encrypting EncodedClie ntHelloInner | |||
| with the selected HPKE AEAD. This is typically the sum of the plaintext length | with the selected HPKE AEAD. This is typically the sum of the plaintext length | |||
| and the AEAD tag length. The client then completes the ClientHelloOuterAAD with | and the AEAD tag length. The client then completes the ClientHelloOuterAAD with | |||
| an "encrypted_client_hello" extension. This extension value contains the outer | an "encrypted_client_hello" extension. This extension value contains the outer | |||
| skipping to change at line 696 ¶ | skipping to change at line 738 ¶ | |||
| ]]></artwork> | ]]></artwork> | |||
| <t>Including <tt>ClientHelloOuterAAD</tt> as the HPKE AAD binds the <t t>ClientHelloOuter</tt> | <t>Including <tt>ClientHelloOuterAAD</tt> as the HPKE AAD binds the <t t>ClientHelloOuter</tt> | |||
| to the <tt>ClientHelloInner</tt>, thus preventing attackers from modifying | to the <tt>ClientHelloInner</tt>, thus preventing attackers from modifying | |||
| <tt>ClientHelloOuter</tt> while keeping the same <tt>ClientHelloInner</tt>, as d escribed in | <tt>ClientHelloOuter</tt> while keeping the same <tt>ClientHelloInner</tt>, as d escribed in | |||
| <xref target="flow-clienthello-malleability"/>.</t> | <xref target="flow-clienthello-malleability"/>.</t> | |||
| <t>Finally, the client replaces <tt>payload</tt> with <tt>final_payloa d</tt> to obtain | <t>Finally, the client replaces <tt>payload</tt> with <tt>final_payloa d</tt> to obtain | |||
| ClientHelloOuter. The two values have the same length, so it is not necessary | ClientHelloOuter. The two values have the same length, so it is not necessary | |||
| to recompute length prefixes in the serialized structure.</t> | to recompute length prefixes in the serialized structure.</t> | |||
| <t>Note this construction requires the "encrypted_client_hello" be com puted after | <t>Note this construction requires the "encrypted_client_hello" be com puted after | |||
| all other extensions. This is possible because the ClientHelloOuter's | all other extensions. This is possible because the ClientHelloOuter's | |||
| "pre_shared_key" extension is either omitted, or uses a random binder | "pre_shared_key" extension is either omitted or uses a random binder | |||
| (<xref target="grease-psk"/>).</t> | (<xref target="grease-psk"/>).</t> | |||
| </section> | </section> | |||
| <section anchor="grease-psk"> | <section anchor="grease-psk"> | |||
| <name>GREASE PSK</name> | <name>GREASE PSK</name> | |||
| <t>When offering ECH, the client is not permitted to advertise PSK ide ntities in | <t>When offering ECH, the client is not permitted to advertise PSK ide ntities in | |||
| the ClientHelloOuter. However, the client can send a "pre_shared_key" extension | the ClientHelloOuter. However, the client can send a "pre_shared_key" extension | |||
| in the ClientHelloInner. In this case, when resuming a session with the client, | in the ClientHelloInner. In this case, when resuming a session with the client, | |||
| the backend server sends a "pre_shared_key" extension in its ServerHello. This | the backend server sends a "pre_shared_key" extension in its ServerHello. This | |||
| would appear to a network observer as if the server were sending this | would appear to a network observer as if the server were sending this | |||
| extension without solicitation, which would violate the extension rules | extension without solicitation, which would violate the extension rules | |||
| skipping to change at line 726 ¶ | skipping to change at line 768 ¶ | |||
| client generates a random string of the same length.</t> | client generates a random string of the same length.</t> | |||
| <t>Per the rules of <xref target="real-ech"/>, the server is not permi tted to resume a | <t>Per the rules of <xref target="real-ech"/>, the server is not permi tted to resume a | |||
| connection in the outer handshake. If ECH is rejected and the client-facing | connection in the outer handshake. If ECH is rejected and the client-facing | |||
| server replies with a "pre_shared_key" extension in its ServerHello, then the | server replies with a "pre_shared_key" extension in its ServerHello, then the | |||
| client MUST abort the handshake with an "illegal_parameter" alert.</t> | client MUST abort the handshake with an "illegal_parameter" alert.</t> | |||
| </section> | </section> | |||
| <section anchor="padding"> | <section anchor="padding"> | |||
| <name>Recommended Padding Scheme</name> | <name>Recommended Padding Scheme</name> | |||
| <t>If the ClientHelloInner is encrypted without padding, then the leng th of | <t>If the ClientHelloInner is encrypted without padding, then the leng th of | |||
| the <tt>ClientHelloOuter.payload</tt> can leak information about <tt>ClientHello Inner</tt>. | the <tt>ClientHelloOuter.payload</tt> can leak information about <tt>ClientHello Inner</tt>. | |||
| In order to prevent this the <tt>EncodedClientHelloInner</tt> structure | In order to prevent this, the <tt>EncodedClientHelloInner</tt> structure | |||
| has a padding field. This section describes a deterministic mechanism for | has a padding field. This section describes a deterministic mechanism for | |||
| computing the required amount of padding based on the following | computing the required amount of padding based on the following | |||
| observation: individual extensions can reveal sensitive information through | observation: individual extensions can reveal sensitive information through | |||
| their length. Thus, each extension in the inner ClientHello may require | their length. Thus, each extension in the inner ClientHello may require | |||
| different amounts of padding. This padding may be fully determined by the | different amounts of padding. This padding may be fully determined by the | |||
| client's configuration or may require server input.</t> | client's configuration or may require server input.</t> | |||
| <t>By way of example, clients typically support a small number of appl ication | <t>By way of example, clients typically support a small number of appl ication | |||
| profiles. For instance, a browser might support HTTP with ALPN values | profiles. For instance, a browser might support HTTP with ALPN values | |||
| ["http/1.1", "h2"] and WebRTC media with ALPNs ["webrtc", "c-webrtc"]. Clients | ["http/1.1", "h2"] and WebRTC media with ALPNs ["webrtc", "c-webrtc"]. Clients | |||
| SHOULD pad this extension by rounding up to the total size of the longest ALPN | SHOULD pad this extension by rounding up to the total size of the longest ALPN | |||
| skipping to change at line 813 ¶ | skipping to change at line 855 ¶ | |||
| <t>It computes a second ClientHelloInner based on the first Client HelloInner, as | <t>It computes a second ClientHelloInner based on the first Client HelloInner, as | |||
| in <xref section="4.1.4" sectionFormat="of" target="RFC8446"/>. The ClientHelloI nner's | in <xref section="4.1.4" sectionFormat="of" target="RFC8446"/>. The ClientHelloI nner's | |||
| "encrypted_client_hello" extension is left unmodified.</t> | "encrypted_client_hello" extension is left unmodified.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>It constructs EncodedClientHelloInner as described in <xref tar get="encoding-inner"/>.</t> | <t>It constructs EncodedClientHelloInner as described in <xref tar get="encoding-inner"/>.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>It constructs a second partial ClientHelloOuterAAD message. Thi s message MUST | <t>It constructs a second partial ClientHelloOuterAAD message. Thi s message MUST | |||
| be syntactically valid. The extensions MAY be copied from the original | be syntactically valid. The extensions MAY be copied from the original | |||
| ClientHelloOuter unmodified, or omitted. If not sensitive, the client MAY | ClientHelloOuter unmodified or omitted. If not sensitive, the client MAY | |||
| copy updated extensions from the second ClientHelloInner for compression.</t> | copy updated extensions from the second ClientHelloInner for compression.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>It encrypts EncodedClientHelloInner as described in | <t>It encrypts EncodedClientHelloInner as described in | |||
| <xref target="encrypting-clienthello"/>, using the second partial ClientHelloOut erAAD, to | <xref target="encrypting-clienthello"/>, using the second partial ClientHelloOut erAAD, to | |||
| obtain a second ClientHelloOuter. It reuses the original HPKE encryption | obtain a second ClientHelloOuter. It reuses the original HPKE encryption | |||
| context computed in <xref target="real-ech"/> and uses the empty string for <tt> enc</tt>. </t> | context computed in <xref target="real-ech"/> and uses the empty string for <tt> enc</tt>. </t> | |||
| <t> | <t> | |||
| The HPKE context maintains a sequence number, so this operation internally | The HPKE context maintains a sequence number, so this operation internally | |||
| uses a fresh nonce for each AEAD operation. Reusing the HPKE context avoids | uses a fresh nonce for each AEAD operation. Reusing the HPKE context avoids | |||
| skipping to change at line 848 ¶ | skipping to change at line 890 ¶ | |||
| <xref target="auth-public-name"/>. If authentication or the handshake fails, the client MUST | <xref target="auth-public-name"/>. If authentication or the handshake fails, the client MUST | |||
| return a failure to the calling application. It MUST NOT use the retry | return a failure to the calling application. It MUST NOT use the retry | |||
| configurations. It MUST NOT treat this as a secure signal to | configurations. It MUST NOT treat this as a secure signal to | |||
| disable ECH.</t> | disable ECH.</t> | |||
| <t>If the server supplied an "encrypted_client_hello" extension in its | <t>If the server supplied an "encrypted_client_hello" extension in its | |||
| EncryptedExtensions message, the client MUST check that it is syntactically | EncryptedExtensions message, the client MUST check that it is syntactically | |||
| valid and the client MUST abort the connection with a "decode_error" alert | valid and the client MUST abort the connection with a "decode_error" alert | |||
| otherwise. If an earlier TLS version was negotiated, the client MUST NOT enable | otherwise. If an earlier TLS version was negotiated, the client MUST NOT enable | |||
| the False Start optimization <xref target="RFC7918"/> for this handshake. If bot h | the False Start optimization <xref target="RFC7918"/> for this handshake. If bot h | |||
| authentication and the handshake complete successfully, the client MUST perform | authentication and the handshake complete successfully, the client MUST perform | |||
| the processing described below then abort the connection with an "ech_required" | the processing described below and then abort the connection with an "ech_requir ed" | |||
| alert before sending any application data to the server.</t> | alert before sending any application data to the server.</t> | |||
| <t>If the server provided "retry_configs" and if at least one of the | <t>If the server provided "retry_configs" and if at least one of the | |||
| values contains a version supported by the client, the client can | values contains a version supported by the client, the client can | |||
| regard the ECH configuration as securely replaced by the server. It | regard the ECH configuration as securely replaced by the server. It | |||
| SHOULD retry the handshake with a new transport connection, using the | SHOULD retry the handshake with a new transport connection using the | |||
| retry configurations supplied by the server.</t> | retry configurations supplied by the server.</t> | |||
| <t>Clients can implement a new transport connection in a way that best | <t>Clients can implement a new transport connection in a way that best | |||
| suits their deployment. For example, clients can reuse the same server | suits their deployment. For example, clients can reuse the same server | |||
| IP address when establishing the new transport connection or they can | IP address when establishing the new transport connection or they can | |||
| choose to use a different IP address if provided with options from | choose to use a different IP address if provided with options from | |||
| DNS. ECH does not mandate any specific implementation choices when | DNS. ECH does not mandate any specific implementation choices when | |||
| establishing this new connection.</t> | establishing this new connection.</t> | |||
| <t>The retry configurations are meant to be used for retried connectio ns. Further | <t>The retry configurations are meant to be used for retried connectio ns. Further | |||
| use of retry configurations could yield a tracking vector. In settings where | use of retry configurations could yield a tracking vector. In settings where | |||
| the client will otherwise already let the server track the client, e.g., | the client will otherwise already let the server track the client, e.g., | |||
| skipping to change at line 888 ¶ | skipping to change at line 930 ¶ | |||
| a node with configuration B in the second. Note that this guidance | a node with configuration B in the second. Note that this guidance | |||
| does not apply to the cases in the previous paragraph where the server | does not apply to the cases in the previous paragraph where the server | |||
| has securely disabled ECH.</t> | has securely disabled ECH.</t> | |||
| <t>If a client does not retry, it MUST report an error to the calling | <t>If a client does not retry, it MUST report an error to the calling | |||
| application.</t> | application.</t> | |||
| </section> | </section> | |||
| <section anchor="auth-public-name"> | <section anchor="auth-public-name"> | |||
| <name>Authenticating for the Public Name</name> | <name>Authenticating for the Public Name</name> | |||
| <t>When the server rejects ECH, it continues with the handshake using the plaintext | <t>When the server rejects ECH, it continues with the handshake using the plaintext | |||
| "server_name" extension instead (see <xref target="server-behavior"/>). Clients that offer | "server_name" extension instead (see <xref target="server-behavior"/>). Clients that offer | |||
| ECH then authenticate the connection with the public name, as follows:</t> | ECH then authenticate the connection with the public name as follows:</t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| <li> | <li> | |||
| <t>The client MUST verify that the certificate is valid for | <t>The client MUST verify that the certificate is valid for | |||
| ECHConfig.contents.public_name. If invalid, it MUST abort the connection with | ECHConfig.contents.public_name. If invalid, it MUST abort the connection with | |||
| the appropriate alert.</t> | the appropriate alert.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>If the server requests a client certificate, the client MUST re spond with an | <t>If the server requests a client certificate, the client MUST re spond with an | |||
| empty Certificate message, denoting no client certificate.</t> | empty Certificate message, denoting no client certificate.</t> | |||
| </li> | </li> | |||
| </ul> | </ul> | |||
| <t>In verifying the client-facing server certificate, the client MUST | <t>In verifying the client-facing server certificate, the client MUST | |||
| interpret the public name as a DNS-based reference identity | interpret the public name as a DNS-based reference identity | |||
| <xref target="RFC6125"/>. Clients that incorporate DNS names and IP addresses in to | <xref target="RFC9525"/>. Clients that incorporate DNS names and IP addresses in to | |||
| the same syntax (e.g. <xref section="7.4" sectionFormat="of" target="RFC3986"/> and <xref target="WHATWG-IPV4"/>) | the same syntax (e.g. <xref section="7.4" sectionFormat="of" target="RFC3986"/> and <xref target="WHATWG-IPV4"/>) | |||
| MUST reject names that would be interpreted as IPv4 addresses. | MUST reject names that would be interpreted as IPv4 addresses. | |||
| Clients that enforce this by checking ECHConfig.contents.public_name | Clients that enforce this by checking ECHConfig.contents.public_name | |||
| do not need to repeat the check when processing ECH rejection.</t> | do not need to repeat the check when processing ECH rejection.</t> | |||
| <t>Note that authenticating a connection for the public name does not authenticate | <t>Note that authenticating a connection for the public name does not authenticate | |||
| it for the origin. The TLS implementation MUST NOT report such connections as | it for the origin. The TLS implementation MUST NOT report such connections as | |||
| successful to the application. It additionally MUST ignore all session tickets | successful to the application. It additionally MUST ignore all session tickets | |||
| and session IDs presented by the server. These connections are only used to | and session IDs presented by the server. These connections are only used to | |||
| trigger retries, as described in <xref target="rejected-ech"/>. This may be impl emented, for | trigger retries, as described in <xref target="rejected-ech"/>. This may be impl emented, for | |||
| instance, by reporting a failed connection with a dedicated error code.</t> | instance, by reporting a failed connection with a dedicated error code.</t> | |||
| <t>Prior to attempting a connection, a client SHOULD validate the <tt> ECHConfig</tt>. | <t>Prior to attempting a connection, a client SHOULD validate the <tt> ECHConfig</tt>. | |||
| Clients SHOULD ignore any | Clients SHOULD ignore any | |||
| <tt>ECHConfig</tt> structure with a public_name that is not a valid host name in | <tt>ECHConfig</tt> structure with a public_name that is not a valid host name in | |||
| preferred name syntax (see <xref section="2" sectionFormat="of" target="DNS-TERM S"/>). That is, to be | preferred name syntax (see <xref section="2" sectionFormat="of" target="RFC9499" />). That is, to be | |||
| valid, the public_name needs to be a dot-separated sequence of LDH labels, as | valid, the public_name needs to be a dot-separated sequence of LDH labels, as | |||
| defined in <xref section="2.3.1" sectionFormat="of" target="RFC5890"/>, where:</ t> | defined in <xref section="2.3.1" sectionFormat="of" target="RFC5890"/>, where:</ t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| <li> | <li> | |||
| <t>the sequence does not begin or end with an ASCII dot, and</t> | <t>the sequence does not begin or end with an ASCII dot, and</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>all labels are at most 63 octets.</t> | <t>all labels are at most 63 octets.</t> | |||
| </li> | </li> | |||
| </ul> | </ul> | |||
| <t>Clients additionally SHOULD ignore the structure if the final LDH | <t>Clients additionally SHOULD ignore the structure if the final LDH | |||
| label either consists of all ASCII digits (i.e. '0' through '9') or is | label either consists of all ASCII digits (i.e., '0' through '9') or is | |||
| "0x" or "0X" followed by some, possibly empty, sequence of ASCII | "0x" or "0X" followed by some, possibly empty, sequence of ASCII | |||
| hexadecimal digits (i.e. '0' through '9', 'a' through 'f', and 'A' | hexadecimal digits (i.e., '0' through '9', 'a' through 'f', and 'A' | |||
| through 'F'). This avoids public_name values that may be interpreted | through 'F'). This avoids public_name values that may be interpreted | |||
| as IPv4 literals.</t> | as IPv4 literals.</t> | |||
| </section> | </section> | |||
| <section anchor="impact-of-retry-on-future-connections"> | <section anchor="impact-of-retry-on-future-connections"> | |||
| <name>Impact of Retry on Future Connections</name> | <name>Impact of Retry on Future Connections</name> | |||
| <t>Clients MAY use information learned from a rejected ECH for future | <t>Clients MAY use information learned from a rejected ECH for future | |||
| connections to avoid repeatedly connecting to the same server and | connections to avoid repeatedly connecting to the same server and | |||
| being forced to retry. However, they MUST handle ECH rejection for | being forced to retry. However, they MUST handle ECH rejection for | |||
| those connections as if it were a fresh connection, rather than | those connections as if it were a fresh connection, rather than | |||
| enforcing the single retry limit from <xref target="rejected-ech"/>. The reason | enforcing the single retry limit from <xref target="rejected-ech"/>. The reason | |||
| for this requirement is that if the server sends a "retry_config" | for this requirement is that if the server sends a "retry_config" | |||
| and then immediately rejects the resulting connection, it is | and then immediately rejects the resulting connection, it is | |||
| most likely misconfigured. However, if the server sends a "retry_config" | most likely misconfigured. However, if the server sends a "retry_config" | |||
| and then the client tries to use that to connect some time | and then the client tries to use that to connect some time | |||
| later, it is possible that the server has changed | later, it is possible that the server has changed | |||
| its configuration again and is now trying to recover.</t> | its configuration again and is now trying to recover.</t> | |||
| <t>Any persisted information MUST be associated with the ECHConfig sou rce | <t>Any persisted information MUST be associated with the ECHConfig sou rce | |||
| used to bootstrap the connection, such as a DNS SVCB ServiceMode record | used to bootstrap the connection, such as a DNS SVCB ServiceMode record | |||
| <xref target="ECH-IN-DNS"/>. Clients MUST limit any sharing of persisted ECH-rel ated | <xref target="RFCYYY1"/>. Clients MUST limit any sharing of persisted ECH-relate d | |||
| state to connections that use the same ECHConfig source. Otherwise, it | state to connections that use the same ECHConfig source. Otherwise, it | |||
| might become possible for the client to have the wrong public name for | might become possible for the client to have the wrong public name for | |||
| the server, making recovery impossible.</t> | the server, making recovery impossible.</t> | |||
| <t>ECHConfigs learned from ECH rejection can be used as a tracking | <t>ECHConfigs learned from ECH rejection can be used as a tracking | |||
| vector. Clients SHOULD impose the same lifetime and scope restrictions | vector. Clients SHOULD impose the same lifetime and scope restrictions | |||
| that they apply to other server-based | that they apply to other server-based | |||
| tracking vectors such as PSKs.</t> | tracking vectors such as PSKs.</t> | |||
| <t>In general, the safest way for clients to minimize ECH retries is t o | <t>In general, the safest way for clients to minimize ECH retries is t o | |||
| comply with any freshness rules (e.g., DNS TTLs) imposed by the ECH | comply with any freshness rules (e.g., DNS TTLs) imposed by the ECH | |||
| configuration.</t> | configuration.</t> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| <section anchor="grease-ech"> | <section anchor="grease-ech"> | |||
| <name>GREASE ECH</name> | <name>GREASE ECH</name> | |||
| <t>The GREASE ECH mechanism allows a connection between and ECH-capable client | <t>The GREASE ECH mechanism allows a connection between an ECH-capable c lient | |||
| and a non-ECH server to appear to use ECH, thus reducing the extent to | and a non-ECH server to appear to use ECH, thus reducing the extent to | |||
| which ECH connections stick out (see <xref target="dont-stick-out"/>).</t> | which ECH connections stick out (see <xref target="dont-stick-out"/>).</t> | |||
| <section anchor="client-greasing"> | <section anchor="client-greasing"> | |||
| <name>Client Greasing</name> | <name>Client Greasing</name> | |||
| <t>If the client attempts to connect to a server and does not have an ECHConfig | <t>If the client attempts to connect to a server and does not have an ECHConfig | |||
| structure available for the server, it SHOULD send a GREASE <xref target="RFC870 1"/> | structure available for the server, it SHOULD send a GREASE <xref target="RFC870 1"/> | |||
| "encrypted_client_hello" extension in the first ClientHello as follows:</t> | "encrypted_client_hello" extension in the first ClientHello as follows:</t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| <li> | <li> | |||
| <t>Set the <tt>config_id</tt> field to a random byte.</t> | <t>Set the <tt>config_id</tt> field to a random byte.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>Set the <tt>cipher_suite</tt> field to a supported HpkeSymmetri cCipherSuite. The | <t>Set the <tt>cipher_suite</tt> field to a supported HpkeSymmetri cCipherSuite. The | |||
| selection SHOULD vary to exercise all supported configurations, but MAY be | selection SHOULD vary to exercise all supported configurations, but MAY be | |||
| held constant for successive connections to the same server in the same | held constant for successive connections to the same server in the same | |||
| session.</t> | session.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>Set the <tt>enc</tt> field to a randomly-generated valid encaps ulated public key | <t>Set the <tt>enc</tt> field to a randomly generated valid encaps ulated public key | |||
| output by the HPKE KEM.</t> | output by the HPKE KEM.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>Set the <tt>payload</tt> field to a randomly-generated string o f L+C bytes, where C | <t>Set the <tt>payload</tt> field to a randomly generated string o f L+C bytes, where C | |||
| is the ciphertext expansion of the selected AEAD scheme and L is the size of | is the ciphertext expansion of the selected AEAD scheme and L is the size of | |||
| the EncodedClientHelloInner the client would compute when offering ECH, padded | the EncodedClientHelloInner the client would compute when offering ECH, padded | |||
| according to <xref target="padding"/>.</t> | according to <xref target="padding"/>.</t> | |||
| </li> | </li> | |||
| </ul> | </ul> | |||
| <t>If sending a second ClientHello in response to a HelloRetryRequest, the | <t>If sending a second ClientHello in response to a HelloRetryRequest, the | |||
| client copies the entire "encrypted_client_hello" extension from the first | client copies the entire "encrypted_client_hello" extension from the first | |||
| ClientHello. The identical value will reveal to an observer that the value of | ClientHello. The identical value will reveal to an observer that the value of | |||
| "encrypted_client_hello" was fake, but this only occurs if there is a | "encrypted_client_hello" was fake, but this only occurs if there is a | |||
| HelloRetryRequest.</t> | HelloRetryRequest.</t> | |||
| skipping to change at line 1015 ¶ | skipping to change at line 1057 ¶ | |||
| MAY offer to resume sessions established without ECH.</t> | MAY offer to resume sessions established without ECH.</t> | |||
| </section> | </section> | |||
| <section anchor="server-greasing"> | <section anchor="server-greasing"> | |||
| <name>Server Greasing</name> | <name>Server Greasing</name> | |||
| <t><xref target="config-extensions-iana"/> describes a set of Reserved extensions | <t><xref target="config-extensions-iana"/> describes a set of Reserved extensions | |||
| which will never be registered. These can be used by servers to | which will never be registered. These can be used by servers to | |||
| "grease" the contents of the ECH configuration, as inspired by | "grease" the contents of the ECH configuration, as inspired by | |||
| <xref target="RFC8701"/>. This helps ensure clients process ECH extensions | <xref target="RFC8701"/>. This helps ensure clients process ECH extensions | |||
| correctly. When constructing ECH configurations, servers SHOULD | correctly. When constructing ECH configurations, servers SHOULD | |||
| randomly select from reserved values with the high-order bit | randomly select from reserved values with the high-order bit | |||
| clear. Correctly-implemented client will ignore those extensions.</t> | clear. Correctly implemented clients will ignore those extensions.</t> | |||
| <t>The reserved values with the high-order bit set are mandatory, as | <t>The reserved values with the high-order bit set are mandatory, as | |||
| defined in <xref target="config-extensions"/>. Servers SHOULD randomly select fr om | defined in <xref target="config-extensions"/>. Servers SHOULD randomly select fr om | |||
| these values and include them in extraneous ECH configurations. | these values and include them in extraneous ECH configurations. | |||
| Correctly-implemented clients will ignore these configurations because | Correctly implemented clients will ignore these configurations because | |||
| they do not recognize the mandatory extension. Servers SHOULD ensure | they do not recognize the mandatory extension. Servers SHOULD ensure | |||
| that any client using these configurations encounters a warning or error | that any client using these configurations encounters a warning or error | |||
| message. This can be accomplished in several ways, including:</t> | message. This can be accomplished in several ways, including:</t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| <li> | <li> | |||
| <t>By giving the extraneous configurations distinctive config IDs or | <t>By giving the extraneous configurations distinctive config IDs or | |||
| public names, and rejecting the TLS connection or inserting an | public names, and rejecting the TLS connection or inserting an | |||
| application-level warning message when these are observed.</t> | application-level warning message when these are observed.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>By giving the extraneous configurations an invalid public | <t>By giving the extraneous configurations an invalid public | |||
| key and a public name not associated with the server, so that | key and a public name not associated with the server so that | |||
| the initial ClientHelloOuter will not be decryptable and | the initial ClientHelloOuter will not be decryptable and | |||
| the server cannot perform the recovery flow described | the server cannot perform the recovery flow described | |||
| in <xref target="rejected-ech"/>.</t> | in <xref target="rejected-ech"/>.</t> | |||
| </li> | </li> | |||
| </ul> | </ul> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| <section anchor="server-behavior"> | <section anchor="server-behavior"> | |||
| <name>Server Behavior</name> | <name>Server Behavior</name> | |||
| <t>As described in <xref target="topologies"/>, servers can play two roles , either as | <t>As described in <xref target="topologies"/>, servers can play two roles , either as | |||
| the client-facing server or as the back-end server. | the client-facing server or as the back-end server. | |||
| Depending on the server role, the <tt>ECHClientHello</tt> will be different:</t> | Depending on the server role, the <tt>ECHClientHello</tt> will be different:</t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| <li> | <li> | |||
| <t>A client-facing server expects a <tt>ECHClientHello.type</tt> of <t t>outer</tt>, and | <t>A client-facing server expects an <tt>ECHClientHello.type</tt> of < tt>outer</tt>, and | |||
| proceeds as described in <xref target="client-facing-server"/> to extract a | proceeds as described in <xref target="client-facing-server"/> to extract a | |||
| ClientHelloInner, if available.</t> | ClientHelloInner, if available.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>A backend server expects a <tt>ECHClientHello.type</tt> of <tt>inne r</tt>, and | <t>A backend server expects an <tt>ECHClientHello.type</tt> of <tt>inn er</tt>, and | |||
| proceeds as described in <xref target="backend-server"/>.</t> | proceeds as described in <xref target="backend-server"/>.</t> | |||
| </li> | </li> | |||
| </ul> | </ul> | |||
| <t>In split mode, a client-facing server which receives a <tt>ClientHello< /tt> | <t>In split mode, a client-facing server which receives a <tt>ClientHello< /tt> | |||
| with <tt>ECHClientHello.type</tt> of <tt>inner</tt> MUST abort with an | with <tt>ECHClientHello.type</tt> of <tt>inner</tt> MUST abort with an | |||
| "illegal_parameter" alert. Similarly, in split mode, a backend server | "illegal_parameter" alert. Similarly, in split mode, a backend server | |||
| which receives a <tt>ClientHello</tt> with <tt>ECHClientHello.type</tt> of <tt>o uter</tt> | which receives a <tt>ClientHello</tt> with <tt>ECHClientHello.type</tt> of <tt>o uter</tt> | |||
| MUST abort with an "illegal_parameter" alert.</t> | MUST abort with an "illegal_parameter" alert.</t> | |||
| <t>In shared mode, a server plays both roles, first decrypting the | <t>In shared mode, a server plays both roles, first decrypting the | |||
| <tt>ClientHelloOuter</tt> and then using the contents of the | <tt>ClientHelloOuter</tt> and then using the contents of the | |||
| skipping to change at line 1074 ¶ | skipping to change at line 1116 ¶ | |||
| <tt>ClientHello</tt> with <tt>ECHClientHello.type</tt> of <tt>inner</tt> MUST ab ort with an | <tt>ClientHello</tt> with <tt>ECHClientHello.type</tt> of <tt>inner</tt> MUST ab ort with an | |||
| "illegal_parameter" alert, because such a <tt>ClientHello</tt> should never | "illegal_parameter" alert, because such a <tt>ClientHello</tt> should never | |||
| be received directly from the network.</t> | be received directly from the network.</t> | |||
| <t>If <tt>ECHClientHello.type</tt> is not a valid <tt>ECHClientHelloType</ tt>, then | <t>If <tt>ECHClientHello.type</tt> is not a valid <tt>ECHClientHelloType</ tt>, then | |||
| the server MUST abort with an "illegal_parameter" alert.</t> | the server MUST abort with an "illegal_parameter" alert.</t> | |||
| <t>If the "encrypted_client_hello" is not present, then the server complet es the | <t>If the "encrypted_client_hello" is not present, then the server complet es the | |||
| handshake normally, as described in <xref target="RFC8446"/>.</t> | handshake normally, as described in <xref target="RFC8446"/>.</t> | |||
| <section anchor="client-facing-server"> | <section anchor="client-facing-server"> | |||
| <name>Client-Facing Server</name> | <name>Client-Facing Server</name> | |||
| <t>Upon receiving an "encrypted_client_hello" extension in an initial | <t>Upon receiving an "encrypted_client_hello" extension in an initial | |||
| ClientHello, the client-facing server determines if it will accept ECH, prior | ClientHello, the client-facing server determines if it will accept ECH prior | |||
| to negotiating any other TLS parameters. Note that successfully decrypting the | to negotiating any other TLS parameters. Note that successfully decrypting the | |||
| extension will result in a new ClientHello to process, so even the client's TLS | extension will result in a new ClientHello to process, so even the client's TLS | |||
| version preferences may have changed.</t> | version preferences may have changed.</t> | |||
| <t>First, the server collects a set of candidate ECHConfig values. This list is | <t>First, the server collects a set of candidate ECHConfig values. This list is | |||
| determined by one of the two following methods:</t> | determined by one of the two following methods:</t> | |||
| <ol spacing="normal" type="1"><li> | <ol spacing="normal" type="1"><li> | |||
| <t>Compare ECHClientHello.config_id against identifiers of each know n ECHConfig | <t>Compare ECHClientHello.config_id against identifiers of each know n ECHConfig | |||
| and select the ones that match, if any, as candidates.</t> | and select the ones that match, if any, as candidates.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| skipping to change at line 1118 ¶ | skipping to change at line 1160 ¶ | |||
| ]]></artwork> | ]]></artwork> | |||
| <t>ClientHelloOuterAAD is computed from ClientHelloOuter as described in | <t>ClientHelloOuterAAD is computed from ClientHelloOuter as described in | |||
| <xref target="authenticating-outer"/>. The <tt>info</tt> parameter to SetupBaseR is the | <xref target="authenticating-outer"/>. The <tt>info</tt> parameter to SetupBaseR is the | |||
| concatenation "tls ech", a zero byte, and the serialized ECHConfig. If | concatenation "tls ech", a zero byte, and the serialized ECHConfig. If | |||
| decryption fails, the server continues to the next candidate ECHConfig. | decryption fails, the server continues to the next candidate ECHConfig. | |||
| Otherwise, the server reconstructs ClientHelloInner from | Otherwise, the server reconstructs ClientHelloInner from | |||
| EncodedClientHelloInner, as described in <xref target="encoding-inner"/>. It the n stops | EncodedClientHelloInner, as described in <xref target="encoding-inner"/>. It the n stops | |||
| iterating over the candidate ECHConfig values.</t> | iterating over the candidate ECHConfig values.</t> | |||
| <t>Once the server has chosen the correct ECHConfig, it MAY verify that the value | <t>Once the server has chosen the correct ECHConfig, it MAY verify that the value | |||
| in the ClientHelloOuter "server_name" extension matches the value of | in the ClientHelloOuter "server_name" extension matches the value of | |||
| ECHConfig.contents.public_name, and abort with an "illegal_parameter" alert if | ECHConfig.contents.public_name and abort with an "illegal_parameter" alert if | |||
| these do not match. This optional check allows the server to limit ECH | these do not match. This optional check allows the server to limit ECH | |||
| connections to only use the public SNI values advertised in its ECHConfigs. | connections to only use the public SNI values advertised in its ECHConfigs. | |||
| The server MUST be careful not to unnecessarily reject connections if the same | The server MUST be careful not to unnecessarily reject connections if the same | |||
| ECHConfig id or keypair is used in multiple ECHConfigs with distinct public | ECHConfig id or keypair is used in multiple ECHConfigs with distinct public | |||
| names.</t> | names.</t> | |||
| <t>Upon determining the ClientHelloInner, the client-facing server check s that the | <t>Upon determining the ClientHelloInner, the client-facing server check s that the | |||
| message includes a well-formed "encrypted_client_hello" extension of type | message includes a well-formed "encrypted_client_hello" extension of type | |||
| <tt>inner</tt> and that it does not offer TLS 1.2 or below. If either of these c hecks | <tt>inner</tt> and that it does not offer TLS 1.2 or below. If either of these c hecks | |||
| fails, the client-facing server MUST abort with an "illegal_parameter" alert.</t > | fails, the client-facing server MUST abort with an "illegal_parameter" alert.</t > | |||
| <t>If these checks succeed, the client-facing server then forwards the | <t>If these checks succeed, the client-facing server then forwards the | |||
| ClientHelloInner to the appropriate backend server, which proceeds as in | ClientHelloInner to the appropriate backend server, which proceeds as in | |||
| <xref target="backend-server"/>. If the backend server responds with a HelloRetr yRequest, the | <xref target="backend-server"/>. If the backend server responds with a HelloRetr yRequest, the | |||
| client-facing server forwards it, decrypts the client's second ClientHelloOuter | client-facing server forwards it, decrypts the client's second ClientHelloOuter | |||
| using the procedure in <xref target="client-facing-server-hrr"/>, and forwards t he resulting | using the procedure in <xref target="client-facing-server-hrr"/>, and forwards t he resulting | |||
| second ClientHelloInner. The client-facing server forwards all other TLS | second ClientHelloInner. The client-facing server forwards all other TLS | |||
| messages between the client and backend server unmodified.</t> | messages between the client and backend server unmodified.</t> | |||
| <t>Otherwise, if all candidate ECHConfig values fail to decrypt the exte nsion, the | <t>Otherwise, if all candidate ECHConfig values fail to decrypt the exte nsion, the | |||
| client-facing server MUST ignore the extension and proceed with the connection | client-facing server MUST ignore the extension and proceed with the connection | |||
| using ClientHelloOuter, with the following modifications:</t> | using ClientHelloOuter with the following modifications:</t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| <li> | <li> | |||
| <t>If sending a HelloRetryRequest, the server MAY include an | <t>If sending a HelloRetryRequest, the server MAY include an | |||
| "encrypted_client_hello" extension with a payload of 8 random bytes; see | "encrypted_client_hello" extension with a payload of 8 random bytes; see | |||
| <xref target="dont-stick-out"/> for details.</t> | <xref target="dont-stick-out"/> for details.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>If the server is configured with any ECHConfigs, it MUST include the | <t>If the server is configured with any ECHConfigs, it MUST include the | |||
| "encrypted_client_hello" extension in its EncryptedExtensions with the | "encrypted_client_hello" extension in its EncryptedExtensions with the | |||
| "retry_configs" field set to one or more ECHConfig structures with up-to-date | "retry_configs" field set to one or more ECHConfig structures with up-to-date | |||
| skipping to change at line 1164 ¶ | skipping to change at line 1206 ¶ | |||
| and rely on the client to abort if ECH was required. In particular, the | and rely on the client to abort if ECH was required. In particular, the | |||
| unrecognized value alone does not indicate a misconfigured ECH advertisement | unrecognized value alone does not indicate a misconfigured ECH advertisement | |||
| (<xref target="misconfiguration"/>). Instead, servers can measure occurrences of the | (<xref target="misconfiguration"/>). Instead, servers can measure occurrences of the | |||
| "ech_required" alert to detect this case.</t> | "ech_required" alert to detect this case.</t> | |||
| <section anchor="client-facing-server-hrr"> | <section anchor="client-facing-server-hrr"> | |||
| <name>Sending HelloRetryRequest</name> | <name>Sending HelloRetryRequest</name> | |||
| <t>After sending or forwarding a HelloRetryRequest, the client-facing server does | <t>After sending or forwarding a HelloRetryRequest, the client-facing server does | |||
| not repeat the steps in <xref target="client-facing-server"/> with the second | not repeat the steps in <xref target="client-facing-server"/> with the second | |||
| ClientHelloOuter. Instead, it continues with the ECHConfig selection from the | ClientHelloOuter. Instead, it continues with the ECHConfig selection from the | |||
| first ClientHelloOuter as follows:</t> | first ClientHelloOuter as follows:</t> | |||
| <t>If the client-facing server accepted ECH, it checks the second Clie ntHelloOuter | <t>If the client-facing server accepted ECH, it checks that the second ClientHelloOuter | |||
| also contains the "encrypted_client_hello" extension. If not, it MUST abort the | also contains the "encrypted_client_hello" extension. If not, it MUST abort the | |||
| handshake with a "missing_extension" alert. Otherwise, it checks that | handshake with a "missing_extension" alert. Otherwise, it checks that | |||
| ECHClientHello.cipher_suite and ECHClientHello.config_id are unchanged, and that | ECHClientHello.cipher_suite and ECHClientHello.config_id are unchanged, and that | |||
| ECHClientHello.enc is empty. If not, it MUST abort the handshake with an | ECHClientHello.enc is empty. If not, it MUST abort the handshake with an | |||
| "illegal_parameter" alert.</t> | "illegal_parameter" alert.</t> | |||
| <t>Finally, it decrypts the new ECHClientHello.payload as a second mes sage with the | <t>Finally, it decrypts the new ECHClientHello.payload as a second mes sage with the | |||
| previous HPKE context:</t> | previous HPKE context:</t> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| EncodedClientHelloInner = context.Open(ClientHelloOuterAAD, | EncodedClientHelloInner = context.Open(ClientHelloOuterAAD, | |||
| ECHClientHello.payload) | ECHClientHello.payload) | |||
| skipping to change at line 1267 ¶ | skipping to change at line 1309 ¶ | |||
| client-facing and backend server requires care, as deployment mistakes | client-facing and backend server requires care, as deployment mistakes | |||
| can lead to compatibility issues. These are discussed in <xref target="compat-is sues"/>.</t> | can lead to compatibility issues. These are discussed in <xref target="compat-is sues"/>.</t> | |||
| <t>Beyond coordination difficulties, ECH deployments may also induce chall enges | <t>Beyond coordination difficulties, ECH deployments may also induce chall enges | |||
| for use cases of information that ECH protects. In particular, | for use cases of information that ECH protects. In particular, | |||
| use cases which depend on this unencrypted information may no longer work | use cases which depend on this unencrypted information may no longer work | |||
| as desired. This is elaborated upon in <xref target="no-sni"/>.</t> | as desired. This is elaborated upon in <xref target="no-sni"/>.</t> | |||
| <section anchor="compat-issues"> | <section anchor="compat-issues"> | |||
| <name>Compatibility Issues</name> | <name>Compatibility Issues</name> | |||
| <t>Unlike most TLS extensions, placing the SNI value in an ECH extension is not | <t>Unlike most TLS extensions, placing the SNI value in an ECH extension is not | |||
| interoperable with existing servers, which expect the value in the existing | interoperable with existing servers, which expect the value in the existing | |||
| plaintext extension. Thus server operators SHOULD ensure servers understand a | plaintext extension. Thus, server operators SHOULD ensure servers understand a | |||
| given set of ECH keys before advertising them. Additionally, servers SHOULD | given set of ECH keys before advertising them. Additionally, servers SHOULD | |||
| retain support for any previously-advertised keys for the duration of their | retain support for any previously advertised keys for the duration of their | |||
| validity.</t> | validity.</t> | |||
| <t>However, in more complex deployment scenarios, this may be difficult to fully | <t>However, in more complex deployment scenarios, this may be difficult to fully | |||
| guarantee. Thus this protocol was designed to be robust in case of | guarantee. Thus, this protocol was designed to be robust in case of | |||
| inconsistencies between systems that advertise ECH keys and servers, at the cost | inconsistencies between systems that advertise ECH keys and servers, at the cost | |||
| of extra round-trips due to a retry. Two specific scenarios are detailed below.< /t> | of extra round-trips due to a retry. Two specific scenarios are detailed below.< /t> | |||
| <section anchor="misconfiguration"> | <section anchor="misconfiguration"> | |||
| <name>Misconfiguration and Deployment Concerns</name> | <name>Misconfiguration and Deployment Concerns</name> | |||
| <t>It is possible for ECH advertisements and servers to become inconsi stent. This | <t>It is possible for ECH advertisements and servers to become inconsi stent. This | |||
| may occur, for instance, from DNS misconfiguration, caching issues, or an | may occur, for instance, from DNS misconfiguration, caching issues, or an | |||
| incomplete rollout in a multi-server deployment. This may also occur if a server | incomplete rollout in a multi-server deployment. This may also occur if a server | |||
| loses its ECH keys, or if a deployment of ECH must be rolled back on the server. </t> | loses its ECH keys, or if a deployment of ECH must be rolled back on the server. </t> | |||
| <t>The retry mechanism repairs inconsistencies, provided the TLS serve r | <t>The retry mechanism repairs inconsistencies, provided the TLS serve r | |||
| has a certificate for the public name. If server and advertised keys | has a certificate for the public name. If server and advertised keys | |||
| mismatch, the server will reject ECH and respond with | mismatch, the server will reject ECH and respond with | |||
| "retry_configs". If the server does | "retry_configs". If the server does | |||
| not understand | not understand the "encrypted_client_hello" extension at all, it will ignore it | |||
| the "encrypted_client_hello" extension at all, it will ignore it as required by | as required by <xref section="4.1.2" sectionFormat="of" target="RFC8446"/>. Prov | |||
| <xref section="4.1.2" sectionFormat="of" target="RFC8446"/>. Provided the server | ided the server can present a certificate | |||
| can present a certificate | ||||
| valid for the public name, the client can safely retry with updated settings, | valid for the public name, the client can safely retry with updated settings, | |||
| as described in <xref target="rejected-ech"/>.</t> | as described in <xref target="rejected-ech"/>.</t> | |||
| <t>Unless ECH is disabled as a result of successfully establishing a c onnection to | <t>Unless ECH is disabled as a result of successfully establishing a c onnection to | |||
| the public name, the client MUST NOT fall back to using unencrypted | the public name, the client MUST NOT fall back to using unencrypted | |||
| ClientHellos, as this allows a network attacker to disclose the contents of this | ClientHellos, as this allows a network attacker to disclose the contents of this | |||
| ClientHello, including the SNI. It MAY attempt to use another server from the | ClientHello, including the SNI. It MAY attempt to use another server from the | |||
| DNS results, if one is provided.</t> | DNS results, if one is provided.</t> | |||
| <t>In order to ensure that the retry mechanism works successfully serv ers | <t>In order to ensure that the retry mechanism works successfully, ser vers | |||
| SHOULD ensure that every endpoint which might receive a TLS connection | SHOULD ensure that every endpoint which might receive a TLS connection | |||
| is provisioned with an appropriate certificate for the public name. | is provisioned with an appropriate certificate for the public name. | |||
| This is especially important during periods of server reconfiguration | This is especially important during periods of server reconfiguration | |||
| when different endpoints might have different configurations.</t> | when different endpoints might have different configurations.</t> | |||
| </section> | </section> | |||
| <section anchor="middleboxes"> | <section anchor="middleboxes"> | |||
| <name>Middleboxes</name> | <name>Middleboxes</name> | |||
| <t>The requirements in <xref section="9.3" sectionFormat="comma" targe t="RFC8446"/> which require proxies to | <t>The requirements in <xref section="9.3" sectionFormat="comma" targe t="RFC8446"/> which require proxies to | |||
| act as conforming TLS client and server provide interoperability | act as conforming TLS client and server provide interoperability | |||
| with TLS-terminating proxies even in cases where the server supports | with TLS-terminating proxies even in cases where the server supports | |||
| ECH but the proxy does not, as detailed below.</t> | ECH but the proxy does not, as detailed below.</t> | |||
| <t>The proxy must ignore unknown parameters, and | <t>The proxy must ignore unknown parameters and | |||
| generate its own ClientHello containing only parameters it understands. Thus, | generate its own ClientHello containing only parameters it understands. Thus, | |||
| when presenting a certificate to the client or sending a ClientHello to the | when presenting a certificate to the client or sending a ClientHello to the | |||
| server, the proxy will act as if connecting to the ClientHelloOuter | server, the proxy will act as if connecting to the ClientHelloOuter | |||
| server_name, which SHOULD match the public name (see <xref target="real-ech"/>), without | server_name, which SHOULD match the public name (see <xref target="real-ech"/>) without | |||
| echoing the "encrypted_client_hello" extension.</t> | echoing the "encrypted_client_hello" extension.</t> | |||
| <t>Depending on whether the client is configured to accept the proxy's certificate | <t>Depending on whether the client is configured to accept the proxy's certificate | |||
| as authoritative for the public name, this may trigger the retry logic described | as authoritative for the public name, this may trigger the retry logic described | |||
| in <xref target="rejected-ech"/> or result in a connection failure. A proxy whic h is not | in <xref target="rejected-ech"/> or result in a connection failure. A proxy whic h is not | |||
| authoritative for the public name cannot forge a signal to disable ECH.</t> | authoritative for the public name cannot forge a signal to disable ECH.</t> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| <section anchor="no-sni"> | <section anchor="no-sni"> | |||
| <name>Deployment Impact</name> | <name>Deployment Impact</name> | |||
| <t>Some use cases which depend on information ECH encrypts may break wit h the | <t>Some use cases which depend on information ECH encrypts may break wit h the | |||
| skipping to change at line 1345 ¶ | skipping to change at line 1386 ¶ | |||
| intercept and decrypt client TLS connections. The feasibility of alternative | intercept and decrypt client TLS connections. The feasibility of alternative | |||
| solutions is specific to individual deployments.</t> | solutions is specific to individual deployments.</t> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| <section anchor="compliance"> | <section anchor="compliance"> | |||
| <name>Compliance Requirements</name> | <name>Compliance Requirements</name> | |||
| <t>In the absence of an application profile standard specifying otherwise, | <t>In the absence of an application profile standard specifying otherwise, | |||
| a compliant ECH application MUST implement the following HPKE cipher suite:</t> | a compliant ECH application MUST implement the following HPKE cipher suite:</t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| <li> | <li> | |||
| <t>KEM: DHKEM(X25519, HKDF-SHA256) (see <xref section="7.1" sectionFor mat="of" target="HPKE"/>)</t> | <t>KEM: DHKEM(X25519, HKDF-SHA256) (see <xref section="7.1" sectionFor mat="of" target="RFC9180"/>)</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>KDF: HKDF-SHA256 (see <xref section="7.2" sectionFormat="of" target ="HPKE"/>)</t> | <t>KDF: HKDF-SHA256 (see <xref section="7.2" sectionFormat="of" target ="RFC9180"/>)</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>AEAD: AES-128-GCM (see <xref section="7.3" sectionFormat="of" targe t="HPKE"/>)</t> | <t>AEAD: AES-128-GCM (see <xref section="7.3" sectionFormat="of" targe t="RFC9180"/>)</t> | |||
| </li> | </li> | |||
| </ul> | </ul> | |||
| </section> | </section> | |||
| <section anchor="security-considerations"> | <section anchor="security-considerations"> | |||
| <name>Security Considerations</name> | <name>Security Considerations</name> | |||
| <t>This section contains security considerations for ECH.</t> | <t>This section contains security considerations for ECH.</t> | |||
| <section anchor="goals"> | <section anchor="goals"> | |||
| <name>Security and Privacy Goals</name> | <name>Security and Privacy Goals</name> | |||
| <t>ECH considers two types of attackers: passive and active. Passive att ackers can | <t>ECH considers two types of attackers: passive and active. Passive att ackers can | |||
| read packets from the network, but they cannot perform any sort of active | read packets from the network, but they cannot perform any sort of active | |||
| behavior such as probing servers or querying DNS. A middlebox that filters based | behavior such as probing servers or querying DNS. A middlebox that filters based | |||
| on plaintext packet contents is one example of a passive attacker. In contrast, | on plaintext packet contents is one example of a passive attacker. In contrast, | |||
| active attackers can also write packets into the network for malicious purposes, | active attackers can also write packets into the network for malicious purposes, | |||
| such as interfering with existing connections, probing servers, and querying | such as interfering with existing connections, probing servers, and querying | |||
| DNS. In short, an active attacker corresponds to the conventional threat model | DNS. In short, an active attacker corresponds to the conventional threat model | |||
| <xref target="RFC3552"/> for TLS 1.3 <xref target="RFC8446"/>.</t> | <xref target="RFC3552"/> for TLS 1.3 <xref target="RFC8446"/>.</t> | |||
| <t>Passive and active attackers can exist anywhere in the network, inclu ding | <t>Passive and active attackers can exist anywhere in the network, inclu ding | |||
| between the client and client-facing server, as well as between the | between the client and client-facing server, as well as between the | |||
| client-facing and backend servers when running ECH in Split Mode. However, | client-facing and backend servers when running ECH in split mode. However, | |||
| for Split Mode in particular, ECH makes two additional assumptions:</t> | for split mode in particular, ECH makes two additional assumptions:</t> | |||
| <ol spacing="normal" type="1"><li> | <ol spacing="normal" type="1"><li> | |||
| <t>The channel between each client-facing and each backend server is | <t>The channel between each client-facing and each backend server is | |||
| authenticated such that the backend server only accepts messages from trusted | authenticated such that the backend server only accepts messages from trusted | |||
| client-facing servers. The exact mechanism for establishing this authenticated | client-facing servers. The exact mechanism for establishing this authenticated | |||
| channel is out of scope for this document.</t> | channel is out of scope for this document.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>The attacker cannot correlate messages between client and client- facing | <t>The attacker cannot correlate messages between a client and clien t-facing | |||
| server with messages between client-facing and backend server. Such correlation | server with messages between client-facing and backend server. Such correlation | |||
| could allow an attacker to link information unique to a backend server, such as | could allow an attacker to link information unique to a backend server, such as | |||
| their server name or IP address, with a client's encrypted ClientHelloInner. | their server name or IP address, with a client's encrypted ClientHelloInner. | |||
| Correlation could occur through timing analysis of messages across the | Correlation could occur through timing analysis of messages across the | |||
| client-facing server, or via examining the contents of messages sent between | client-facing server, or via examining the contents of messages sent between | |||
| client-facing and backend servers. The exact mechanism for preventing this sort | client-facing and backend servers. The exact mechanism for preventing this sort | |||
| of correlation is out of scope for this document.</t> | of correlation is out of scope for this document.</t> | |||
| </li> | </li> | |||
| </ol> | </ol> | |||
| <t>Given this threat model, the primary goals of ECH are as follows.</t> | <t>Given this threat model, the primary goals of ECH are as follows.</t> | |||
| skipping to change at line 1419 ¶ | skipping to change at line 1460 ¶ | |||
| name, then each anonymity set has size k = 1. Client-facing servers | name, then each anonymity set has size k = 1. Client-facing servers | |||
| SHOULD deploy ECH in such a way so as to maximize the size of the | SHOULD deploy ECH in such a way so as to maximize the size of the | |||
| anonymity set where possible. This means client-facing servers should | anonymity set where possible. This means client-facing servers should | |||
| use the same ECHConfig for as many server names as possible. An | use the same ECHConfig for as many server names as possible. An | |||
| attacker can distinguish two server names that have different | attacker can distinguish two server names that have different | |||
| ECHConfig values based on the ECHClientHello.config_id value.</t> | ECHConfig values based on the ECHClientHello.config_id value.</t> | |||
| <t>This also means public information in a TLS handshake should be | <t>This also means public information in a TLS handshake should be | |||
| consistent across server names. For example, if a client-facing server | consistent across server names. For example, if a client-facing server | |||
| services many backend origin server names, only one of which supports some | services many backend origin server names, only one of which supports some | |||
| cipher suite, it may be possible to identify that server name based on the | cipher suite, it may be possible to identify that server name based on the | |||
| contents of unencrypted handshake message. Similarly, if a backend | contents of the unencrypted handshake message. Similarly, if a backend | |||
| origin reuses KeyShare values, then that provides a unique identifier | origin reuses KeyShare values, then that provides a unique identifier | |||
| for that server.</t> | for that server.</t> | |||
| <t>Beyond these primary security and privacy goals, ECH also aims to hid e, to some | <t>Beyond these primary security and privacy goals, ECH also aims to hid e, to some | |||
| extent, the fact that it is being used at all. Specifically, the GREASE ECH | extent, the fact that it is being used at all. Specifically, the GREASE ECH | |||
| extension described in <xref target="grease-ech"/> does not change the security properties of | extension described in <xref target="grease-ech"/> does not change the security properties of | |||
| the TLS handshake at all. Its goal is to provide "cover" for the real ECH | the TLS handshake at all. Its goal is to provide "cover" for the real ECH | |||
| protocol (<xref target="real-ech"/>), as a means of addressing the "do not stick out" | protocol (<xref target="real-ech"/>), as a means of addressing the "do not stick out" | |||
| requirements of <xref target="RFC8744"/>. See <xref target="dont-stick-out"/> fo r details.</t> | requirements of <xref target="RFC8744"/>. See <xref target="dont-stick-out"/> fo r details.</t> | |||
| </section> | </section> | |||
| <section anchor="plaintext-dns"> | <section anchor="plaintext-dns"> | |||
| <name>Unauthenticated and Plaintext DNS</name> | <name>Unauthenticated and Plaintext DNS</name> | |||
| <t>ECH supports delivery of configurations through the DNS using SVCB or HTTPS | <t>ECH supports delivery of configurations through the DNS using SVCB or HTTPS | |||
| records, without requiring any verifiable authenticity or provenance | records without requiring any verifiable authenticity or provenance | |||
| information <xref target="ECH-IN-DNS"/>. This means that any attacker which can | information <xref target="RFCYYY1"/>. This means that any attacker which can inj | |||
| inject | ect | |||
| DNS responses or poison DNS caches, which is a common scenario in | DNS responses or poison DNS caches, which is a common scenario in | |||
| client access networks, can supply clients with fake ECH configurations (so | client access networks, can supply clients with fake ECH configurations (so | |||
| that the client encrypts data to them) or strip the ECH configurations from | that the client encrypts data to them) or strip the ECH configurations from | |||
| the response. However, in the face of an attacker that controls DNS, | the response. However, in the face of an attacker that controls DNS, | |||
| no encryption scheme can work because the attacker can replace the IP | no encryption scheme can work because the attacker can replace the IP | |||
| address, thus blocking client connections, or substitute a unique IP | address, thus blocking client connections, or substitute a unique IP | |||
| address for each DNS name that was looked up. Thus, using DNS records | address for each DNS name that was looked up. Thus, using DNS records | |||
| without additional authentication does not make the situation significantly | without additional authentication does not make the situation significantly | |||
| worse.</t> | worse.</t> | |||
| <t>Clearly, DNSSEC (if the client validates and hard fails) is a defense | <t>Clearly, DNSSEC (if the client validates and hard fails) is a defense | |||
| skipping to change at line 1528 ¶ | skipping to change at line 1569 ¶ | |||
| In particular, timing side channels can reveal information about the contents | In particular, timing side channels can reveal information about the contents | |||
| of ClientHelloInner. Implementations should take such side channels into | of ClientHelloInner. Implementations should take such side channels into | |||
| consideration when reasoning about the privacy properties that ECH provides.</t> | consideration when reasoning about the privacy properties that ECH provides.</t> | |||
| </section> | </section> | |||
| <section anchor="related-privacy-leaks"> | <section anchor="related-privacy-leaks"> | |||
| <name>Related Privacy Leaks</name> | <name>Related Privacy Leaks</name> | |||
| <t>ECH requires encrypted DNS to be an effective privacy protection mech anism. | <t>ECH requires encrypted DNS to be an effective privacy protection mech anism. | |||
| However, verifying the server's identity from the Certificate message, | However, verifying the server's identity from the Certificate message, | |||
| particularly when using the X509 CertificateType, may result in additional | particularly when using the X509 CertificateType, may result in additional | |||
| network traffic that may reveal the server identity. Examples of this traffic | network traffic that may reveal the server identity. Examples of this traffic | |||
| may include requests for revocation information, such as OCSP or CRL traffic, or | may include requests for revocation information, such as Online Certificate Stat | |||
| requests for repository information, such as authorityInformationAccess. It may | us Protocol (OCSP) or Certificate Revocation List (CRL) traffic, or requests for | |||
| also include implementation-specific traffic for additional information sources | repository information, such as authorityInformationAccess. It may also include | |||
| as part of verification.</t> | implementation-specific traffic for additional information sources as part of v | |||
| erification.</t> | ||||
| <t>Implementations SHOULD avoid leaking information that may identify th e server. | <t>Implementations SHOULD avoid leaking information that may identify th e server. | |||
| Even when sent over an encrypted transport, such requests may result in indirect | Even when sent over an encrypted transport, such requests may result in indirect | |||
| exposure of the server's identity, such as indicating a specific CA or service | exposure of the server's identity, such as indicating a specific CA or service | |||
| being used. To mitigate this risk, servers SHOULD deliver such information | being used. To mitigate this risk, servers SHOULD deliver such information | |||
| in-band when possible, such as through the use of OCSP stapling, and clients | in-band when possible, such as through the use of OCSP stapling, and clients | |||
| SHOULD take steps to minimize or protect such requests during certificate | SHOULD take steps to minimize or protect such requests during certificate | |||
| validation.</t> | validation.</t> | |||
| <t>Attacks that rely on non-ECH traffic to infer server identity in an E CH | <t>Attacks that rely on non-ECH traffic to infer server identity in an E CH | |||
| connection are out of scope for this document. For example, a client that | connection are out of scope for this document. For example, a client that | |||
| connects to a particular host prior to ECH deployment may later resume a | connects to a particular host prior to ECH deployment may later resume a | |||
| skipping to change at line 1560 ¶ | skipping to change at line 1598 ¶ | |||
| encrypts the cookie in the second ClientHelloInner, the backend server's | encrypts the cookie in the second ClientHelloInner, the backend server's | |||
| HelloRetryRequest is unencrypted.This means differences in cookies between | HelloRetryRequest is unencrypted.This means differences in cookies between | |||
| backend servers, such as lengths or cleartext components, may leak information | backend servers, such as lengths or cleartext components, may leak information | |||
| about the server identity.</t> | about the server identity.</t> | |||
| <t>Backend servers in an anonymity set SHOULD NOT reveal information in the cookie | <t>Backend servers in an anonymity set SHOULD NOT reveal information in the cookie | |||
| which identifies the server. This may be done by handling HelloRetryRequest | which identifies the server. This may be done by handling HelloRetryRequest | |||
| statefully, thus not sending cookies, or by using the same cookie construction | statefully, thus not sending cookies, or by using the same cookie construction | |||
| for all backend servers.</t> | for all backend servers.</t> | |||
| <t>Note that, if the cookie includes a key name, analogous to <xref sect ion="4" sectionFormat="of" target="RFC5077"/>, this may leak information if diff erent backend servers issue | <t>Note that, if the cookie includes a key name, analogous to <xref sect ion="4" sectionFormat="of" target="RFC5077"/>, this may leak information if diff erent backend servers issue | |||
| cookies with different key names at the time of the connection. In particular, | cookies with different key names at the time of the connection. In particular, | |||
| if the deployment operates in Split Mode, the backend servers may not share | if the deployment operates in split mode, the backend servers may not share | |||
| cookie encryption keys. Backend servers may mitigate this by either handling | cookie encryption keys. Backend servers may mitigate this either by handling | |||
| key rotation with trial decryption, or coordinating to match key names.</t> | key rotation with trial decryption or by coordinating to match key names.</t> | |||
| </section> | </section> | |||
| <section anchor="attacks-exploiting-acceptance-confirmation"> | <section anchor="attacks-exploiting-acceptance-confirmation"> | |||
| <name>Attacks Exploiting Acceptance Confirmation</name> | <name>Attacks Exploiting Acceptance Confirmation</name> | |||
| <t>To signal acceptance, the backend server overwrites 8 bytes of its | <t>To signal acceptance, the backend server overwrites 8 bytes of its | |||
| ServerHello.random with a value derived from the ClientHelloInner.random. (See | ServerHello.random with a value derived from the ClientHelloInner.random. (See | |||
| <xref target="backend-server"/> for details.) This behavior increases the likeli hood of the | <xref target="backend-server"/> for details.) This behavior increases the likeli hood of the | |||
| ServerHello.random colliding with the ServerHello.random of a previous session, | ServerHello.random colliding with the ServerHello.random of a previous session, | |||
| potentially reducing the overall security of the protocol. However, the | potentially reducing the overall security of the protocol. However, the | |||
| remaining 24 bytes provide enough entropy to ensure this is not a practical | remaining 24 bytes provide enough entropy to ensure this is not a practical | |||
| avenue of attack.</t> | avenue of attack.</t> | |||
| skipping to change at line 1589 ¶ | skipping to change at line 1627 ¶ | |||
| positive occurring for a given connection is only 1 in 2^64. This value is | positive occurring for a given connection is only 1 in 2^64. This value is | |||
| smaller than the probability of network connection failures in practice.</t> | smaller than the probability of network connection failures in practice.</t> | |||
| <t>Note that the same bytes of the ServerHello.random are used to implem ent | <t>Note that the same bytes of the ServerHello.random are used to implem ent | |||
| downgrade protection for TLS 1.3 (see <xref section="4.1.3" sectionFormat="comma " target="RFC8446"/>). These | downgrade protection for TLS 1.3 (see <xref section="4.1.3" sectionFormat="comma " target="RFC8446"/>). These | |||
| mechanisms do not interfere because the backend server only signals ECH | mechanisms do not interfere because the backend server only signals ECH | |||
| acceptance in TLS 1.3 or higher.</t> | acceptance in TLS 1.3 or higher.</t> | |||
| </section> | </section> | |||
| <section anchor="comparison-against-criteria"> | <section anchor="comparison-against-criteria"> | |||
| <name>Comparison Against Criteria</name> | <name>Comparison Against Criteria</name> | |||
| <t><xref target="RFC8744"/> lists several requirements for SNI encryptio n. | <t><xref target="RFC8744"/> lists several requirements for SNI encryptio n. | |||
| In this section, we re-iterate these requirements and assess the ECH design | In this section, we reiterate these requirements and assess the ECH design | |||
| against them.</t> | against them.</t> | |||
| <section anchor="mitigate-cut-and-paste-attacks"> | <section anchor="mitigate-cut-and-paste-attacks"> | |||
| <name>Mitigate Cut-and-Paste Attacks</name> | <name>Mitigate Cut-and-Paste Attacks</name> | |||
| <t>Since servers process either ClientHelloInner or ClientHelloOuter, and because | <t>Since servers process either ClientHelloInner or ClientHelloOuter, and because | |||
| ClientHelloInner.random is encrypted, it is not possible for an attacker to "cut | ClientHelloInner.random is encrypted, it is not possible for an attacker to "cut | |||
| and paste" the ECH value in a different Client Hello and learn information from | and paste" the ECH value in a different Client Hello and learn information from | |||
| ClientHelloInner.</t> | ClientHelloInner.</t> | |||
| </section> | </section> | |||
| <section anchor="avoid-widely-shared-secrets"> | <section anchor="avoid-widely-shared-secrets"> | |||
| <name>Avoid Widely Shared Secrets</name> | <name>Avoid Widely Shared Secrets</name> | |||
| skipping to change at line 1637 ¶ | skipping to change at line 1675 ¶ | |||
| (<xref target="real-ech"/>) without changing the security properties of the hand shake. The | (<xref target="real-ech"/>) without changing the security properties of the hand shake. The | |||
| underlying theory is that if GREASE ECH is deployable without triggering | underlying theory is that if GREASE ECH is deployable without triggering | |||
| middlebox misbehavior, and real ECH looks enough like GREASE ECH, then ECH | middlebox misbehavior, and real ECH looks enough like GREASE ECH, then ECH | |||
| should be deployable as well. Thus, the strategy for mitigating network | should be deployable as well. Thus, the strategy for mitigating network | |||
| ossification is to deploy GREASE ECH widely enough to disincentivize | ossification is to deploy GREASE ECH widely enough to disincentivize | |||
| differential treatment of the real ECH protocol by the network.</t> | differential treatment of the real ECH protocol by the network.</t> | |||
| <t>Ensuring that networks do not differentiate between real ECH and GR EASE ECH may | <t>Ensuring that networks do not differentiate between real ECH and GR EASE ECH may | |||
| not be feasible for all implementations. While most middleboxes will not treat | not be feasible for all implementations. While most middleboxes will not treat | |||
| them differently, some operators may wish to block real ECH usage but allow | them differently, some operators may wish to block real ECH usage but allow | |||
| GREASE ECH. This specification aims to provide a baseline security level that | GREASE ECH. This specification aims to provide a baseline security level that | |||
| most deployments can achieve easily, while providing implementations enough | most deployments can achieve easily while providing implementations enough | |||
| flexibility to achieve stronger security where possible. Minimally, real ECH is | flexibility to achieve stronger security where possible. Minimally, real ECH is | |||
| designed to be indifferentiable from GREASE ECH for passive adversaries with | designed to be indifferentiable from GREASE ECH for passive adversaries with | |||
| following capabilities:</t> | following capabilities:</t> | |||
| <ol spacing="normal" type="1"><li> | <ol spacing="normal" type="1"><li> | |||
| <t>The attacker does not know the ECHConfigList used by the server .</t> | <t>The attacker does not know the ECHConfigList used by the server .</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>The attacker keeps per-connection state only. In particular, it does not | <t>The attacker keeps per-connection state only. In particular, it does not | |||
| track endpoints across connections.</t> | track endpoints across connections.</t> | |||
| </li> | </li> | |||
| skipping to change at line 1693 ¶ | skipping to change at line 1731 ¶ | |||
| </section> | </section> | |||
| <section anchor="maintain-forward-secrecy"> | <section anchor="maintain-forward-secrecy"> | |||
| <name>Maintain Forward Secrecy</name> | <name>Maintain Forward Secrecy</name> | |||
| <t>This design does not provide forward secrecy for the inner ClientHe llo | <t>This design does not provide forward secrecy for the inner ClientHe llo | |||
| because the server's ECH key is static. However, the window of | because the server's ECH key is static. However, the window of | |||
| exposure is bound by the key lifetime. It is RECOMMENDED that servers | exposure is bound by the key lifetime. It is RECOMMENDED that servers | |||
| rotate keys regularly.</t> | rotate keys regularly.</t> | |||
| </section> | </section> | |||
| <section anchor="enable-multi-party-security-contexts"> | <section anchor="enable-multi-party-security-contexts"> | |||
| <name>Enable Multi-party Security Contexts</name> | <name>Enable Multi-party Security Contexts</name> | |||
| <t>This design permits servers operating in Split Mode to forward conn ections | <t>This design permits servers operating in split mode to forward conn ections | |||
| directly to backend origin servers. The client authenticates the identity of | directly to backend origin servers. The client authenticates the identity of | |||
| the backend origin server, thereby allowing the backend origin server | the backend origin server, thereby allowing the backend origin server | |||
| to hide behind the client-facing server without the client-facing | to hide behind the client-facing server without the client-facing | |||
| server decrypting and reencrypting the connection.</t> | server decrypting and reencrypting the connection.</t> | |||
| <t>Conversely, if the DNS records used for configuration are | <t>Conversely, if the DNS records used for configuration are | |||
| authenticated, e.g., via DNSSEC, | authenticated, e.g., via DNSSEC, | |||
| spoofing a client-facing server operating in Split Mode is not | spoofing a client-facing server operating in split mode is not | |||
| possible. See <xref target="plaintext-dns"/> for more details regarding plaintex t | possible. See <xref target="plaintext-dns"/> for more details regarding plaintex t | |||
| DNS.</t> | DNS.</t> | |||
| <t>Authenticating the ECHConfig structure naturally authenticates the included | <t>Authenticating the ECHConfig structure naturally authenticates the included | |||
| public name. This also authenticates any retry signals from the client-facing | public name. This also authenticates any retry signals from the client-facing | |||
| server because the client validates the server certificate against the public | server because the client validates the server certificate against the public | |||
| name before retrying.</t> | name before retrying.</t> | |||
| </section> | </section> | |||
| <section anchor="support-multiple-protocols"> | <section anchor="support-multiple-protocols"> | |||
| <name>Support Multiple Protocols</name> | <name>Support Multiple Protocols</name> | |||
| <t>This design has no impact on application layer protocol negotiation . It may | <t>This design has no impact on application layer protocol negotiation . It may | |||
| skipping to change at line 1748 ¶ | skipping to change at line 1786 ¶ | |||
| information about its verification process by a timing side channel), the | information about its verification process by a timing side channel), the | |||
| attacker learns that its test certificate name was incorrect. As an example, | attacker learns that its test certificate name was incorrect. As an example, | |||
| suppose the client's SNI value in its inner ClientHello is "example.com," and | suppose the client's SNI value in its inner ClientHello is "example.com," and | |||
| the attacker replied with a Certificate for "test.com". If the client produces a | the attacker replied with a Certificate for "test.com". If the client produces a | |||
| verification failure alert because of the mismatch faster than it would due to | verification failure alert because of the mismatch faster than it would due to | |||
| the Certificate signature validation, information about the name leaks. Note | the Certificate signature validation, information about the name leaks. Note | |||
| that the attacker can also withhold the CertificateVerify message. In that | that the attacker can also withhold the CertificateVerify message. In that | |||
| scenario, a client which first verifies the Certificate would then respond | scenario, a client which first verifies the Certificate would then respond | |||
| similarly and leak the same information.</t> | similarly and leak the same information.</t> | |||
| <figure anchor="flow-diagram-client-reaction"> | <figure anchor="flow-diagram-client-reaction"> | |||
| <name>Client reaction attack</name> | <name>Client Reaction Attack</name> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| Client Attacker Server | Client Attacker Server | |||
| ClientHello | ClientHello | |||
| + key_share | + key_share | |||
| + ech ------> (intercept) -----> X (drop) | + ech ------> (intercept) -----> X (drop) | |||
| ServerHello | ServerHello | |||
| + key_share | + key_share | |||
| {EncryptedExtensions} | {EncryptedExtensions} | |||
| {CertificateRequest*} | {CertificateRequest*} | |||
| skipping to change at line 1785 ¶ | skipping to change at line 1823 ¶ | |||
| To begin, the attacker intercepts and forwards a legitimate ClientHello with an | To begin, the attacker intercepts and forwards a legitimate ClientHello with an | |||
| "encrypted_client_hello" (ech) extension to the server, which triggers a | "encrypted_client_hello" (ech) extension to the server, which triggers a | |||
| legitimate HelloRetryRequest in return. Rather than forward the retry to the | legitimate HelloRetryRequest in return. Rather than forward the retry to the | |||
| client, the attacker attempts to generate its own ClientHello in response based | client, the attacker attempts to generate its own ClientHello in response based | |||
| on the contents of the first ClientHello and HelloRetryRequest exchange with the | on the contents of the first ClientHello and HelloRetryRequest exchange with the | |||
| result that the server encrypts the Certificate to the attacker. If the server | result that the server encrypts the Certificate to the attacker. If the server | |||
| used the SNI from the first ClientHello and the key share from the second | used the SNI from the first ClientHello and the key share from the second | |||
| (attacker-controlled) ClientHello, the Certificate produced would leak the | (attacker-controlled) ClientHello, the Certificate produced would leak the | |||
| client's chosen SNI to the attacker.</t> | client's chosen SNI to the attacker.</t> | |||
| <figure anchor="flow-diagram-hrr-hijack"> | <figure anchor="flow-diagram-hrr-hijack"> | |||
| <name>HelloRetryRequest hijack attack</name> | <name>HelloRetryRequest Hijack Attack</name> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| Client Attacker Server | Client Attacker Server | |||
| ClientHello | ClientHello | |||
| + key_share | + key_share | |||
| + ech ------> (forward) -------> | + ech ------> (forward) -------> | |||
| HelloRetryRequest | HelloRetryRequest | |||
| + key_share | + key_share | |||
| (intercept) <------- | (intercept) <------- | |||
| ClientHello | ClientHello | |||
| skipping to change at line 1837 ¶ | skipping to change at line 1875 ¶ | |||
| incorrectly apply parameters from ClientHelloOuter to the handshake.</t> | incorrectly apply parameters from ClientHelloOuter to the handshake.</t> | |||
| <t>To begin, the attacker first interacts with a server to obtain a re sumption | <t>To begin, the attacker first interacts with a server to obtain a re sumption | |||
| ticket for a given test domain, such as "example.com". Later, upon receipt of a | ticket for a given test domain, such as "example.com". Later, upon receipt of a | |||
| ClientHelloOuter, it modifies it such that the server will process the | ClientHelloOuter, it modifies it such that the server will process the | |||
| resumption ticket with ClientHelloInner. If the server only accepts resumption | resumption ticket with ClientHelloInner. If the server only accepts resumption | |||
| PSKs that match the server name, it will fail the PSK binder check with an | PSKs that match the server name, it will fail the PSK binder check with an | |||
| alert when ClientHelloInner is for "example.com" but silently ignore the PSK | alert when ClientHelloInner is for "example.com" but silently ignore the PSK | |||
| and continue when ClientHelloInner is for any other name. This introduces an | and continue when ClientHelloInner is for any other name. This introduces an | |||
| oracle for testing encrypted SNI values.</t> | oracle for testing encrypted SNI values.</t> | |||
| <figure anchor="tls-clienthello-malleability"> | <figure anchor="tls-clienthello-malleability"> | |||
| <name>Message flow for malleable ClientHello</name> | <name>Message Flow for Malleable ClientHello</name> | |||
| <artwork><![CDATA[ | <artwork><![CDATA[ | |||
| Client Attacker Server | Client Attacker Server | |||
| handshake and ticket | handshake and ticket | |||
| for "example.com" | for "example.com" | |||
| <--------> | <--------> | |||
| ClientHello | ClientHello | |||
| + key_share | + key_share | |||
| + ech | + ech | |||
| skipping to change at line 1874 ¶ | skipping to change at line 1912 ¶ | |||
| ]]></artwork> | ]]></artwork> | |||
| </figure> | </figure> | |||
| <t>This attack may be generalized to any parameter which the server va ries by | <t>This attack may be generalized to any parameter which the server va ries by | |||
| server name, such as ALPN preferences.</t> | server name, such as ALPN preferences.</t> | |||
| <t>ECH mitigates this attack by only negotiating TLS parameters from | <t>ECH mitigates this attack by only negotiating TLS parameters from | |||
| ClientHelloInner and authenticating all inputs to the ClientHelloInner | ClientHelloInner and authenticating all inputs to the ClientHelloInner | |||
| (EncodedClientHelloInner and ClientHelloOuter) with the HPKE AEAD. See | (EncodedClientHelloInner and ClientHelloOuter) with the HPKE AEAD. See | |||
| <xref target="authenticating-outer"/>. The decompression process in <xref target ="encoding-inner"/> | <xref target="authenticating-outer"/>. The decompression process in <xref target ="encoding-inner"/> | |||
| forbids "encrypted_client_hello" in OuterExtensions. This ensures the | forbids "encrypted_client_hello" in OuterExtensions. This ensures the | |||
| unauthenticated portion of ClientHelloOuter is not incorporated into | unauthenticated portion of ClientHelloOuter is not incorporated into | |||
| ClientHelloInner. | ClientHelloInner. An earlier iteration of this specification only | |||
| An earlier iteration of this specification only | ||||
| encrypted and authenticated the "server_name" extension, which left the overall | encrypted and authenticated the "server_name" extension, which left the overall | |||
| ClientHello vulnerable to an analogue of this attack.</t> | ClientHello vulnerable to an analogue of this attack.</t> | |||
| </section> | </section> | |||
| <section anchor="decompression-amp"> | <section anchor="decompression-amp"> | |||
| <name>ClientHelloInner Packet Amplification Mitigation</name> | <name>ClientHelloInner Packet Amplification Mitigation</name> | |||
| <t>Client-facing servers must decompress EncodedClientHelloInners. A m alicious | <t>Client-facing servers must decompress EncodedClientHelloInners. A m alicious | |||
| attacker may craft a packet which takes excessive resources to decompress | attacker may craft a packet which takes excessive resources to decompress | |||
| or may be much larger than the incoming packet:</t> | or may be much larger than the incoming packet:</t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| <li> | <li> | |||
| <t>If looking up a ClientHelloOuter extension takes time linear in the number of | <t>If looking up a ClientHelloOuter extension takes time linear in the number of | |||
| extensions, the overall decoding process would take O(M*N) time, where | extensions, the overall decoding process would take O(M*N) time, where | |||
| M is the number of extensions in ClientHelloOuter and N is the | M is the number of extensions in ClientHelloOuter and N is the | |||
| size of OuterExtensions.</t> | size of OuterExtensions.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>If the same ClientHelloOuter extension can be copied multiple t imes, | <t>If the same ClientHelloOuter extension can be copied multiple t imes, | |||
| an attacker could cause the client-facing server to construct a large | an attacker could cause the client-facing server to construct a large | |||
| ClientHelloInner by including a large extension in ClientHelloOuter, | ClientHelloInner by including a large extension in ClientHelloOuter | |||
| of length L, and an OuterExtensions list referencing N copies of that | of length L and an OuterExtensions list referencing N copies of that | |||
| extension. The client-facing server would then use O(N*L) memory in | extension. The client-facing server would then use O(N*L) memory in | |||
| response to O(N+L) bandwidth from the client. In split-mode, an | response to O(N+L) bandwidth from the client. In split mode, an | |||
| O(N*L) sized packet would then be transmitted to the | O(N*L)-sized packet would then be transmitted to the | |||
| backend server.</t> | backend server.</t> | |||
| </li> | </li> | |||
| </ul> | </ul> | |||
| <t>ECH mitigates this attack by requiring that OuterExtensions be refe renced in | <t>ECH mitigates this attack by requiring that OuterExtensions be refe renced in | |||
| order, that duplicate references be rejected, and by recommending that | order, that duplicate references be rejected, and by recommending that | |||
| client-facing servers use a linear scan to perform decompression. These | client-facing servers use a linear scan to perform decompression. These | |||
| requirements are detailed in <xref target="encoding-inner"/>.</t> | requirements are detailed in <xref target="encoding-inner"/>.</t> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| </section> | </section> | |||
| <section anchor="iana-considerations"> | <section anchor="iana-considerations"> | |||
| <name>IANA Considerations</name> | <name>IANA Considerations</name> | |||
| <section anchor="update-of-the-tls-extensiontype-registry"> | <section anchor="update-of-the-tls-extensiontype-registry"> | |||
| <name>Update of the TLS ExtensionType Registry</name> | <name>Update of the TLS ExtensionType Registry</name> | |||
| <t>IANA is requested to create the following entries in the existing reg | <t>IANA has created the following entries in the existing | |||
| istry for | "TLS ExtensionType Values" registry (defined in <xref target="RFC8446"/>):</t> | |||
| ExtensionType (defined in <xref target="RFC8446"/>):</t> | ||||
| <ol spacing="normal" type="1"><li> | <ol spacing="normal" type="1"><li> | |||
| <t>encrypted_client_hello(0xfe0d), with "TLS 1.3" column values set to | <t>encrypted_client_hello (0xfe0d), with "TLS 1.3" column values set to | |||
| "CH, HRR, EE", "DTLS-Only" column set to "N", and "Recommended" column set | "CH, HRR, EE", "DTLS-Only" column set to "N", and "Recommended" column set | |||
| to "Yes".</t> | to "Y".</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>ech_outer_extensions(0xfd00), with the "TLS 1.3" column values se | <t>ech_outer_extensions (0xfd00), with the "TLS 1.3" column values s | |||
| t to "CH", | et to "CH", | |||
| "DTLS-Only" column set to "N", "Recommended" column set to "Yes", and the | "DTLS-Only" column set to "N", "Recommended" column set to "Y", and the | |||
| "Comment" column set to "Only appears in inner CH."</t> | "Comment" column set to "Only appears in inner CH."</t> | |||
| </li> | </li> | |||
| </ol> | </ol> | |||
| </section> | </section> | |||
| <section anchor="alerts"> | <section anchor="alerts"> | |||
| <name>Update of the TLS Alert Registry</name> | <name>Update of the TLS Alert Registry</name> | |||
| <t>IANA is requested to create an entry, ech_required(121) in the existi | <t>IANA has created an entry, ech_required (121) in the existing "TLS | |||
| ng registry | Alerts" registry (defined in <xref target="RFC8446"/>), with the "DTLS-OK" colum | |||
| for Alerts (defined in <xref target="RFC8446"/>), with the "DTLS-OK" column set | n | |||
| to | set to "Y".</t> | |||
| "Y".</t> | ||||
| </section> | </section> | |||
| <section anchor="config-extensions-iana"> | <section anchor="config-extensions-iana"> | |||
| <name>ECH Configuration Extension Registry</name> | <name>ECH Configuration Extension Registry</name> | |||
| <t>IANA is requested to create a new "ECHConfig Extension" registry in a | <t>IANA has created a new "TLS ECHConfig Extension" registry in a new | |||
| new | "TLS Encrypted Client Hello (ECH) Configuration Extensions" registry group. New | |||
| "TLS Encrypted Client Hello (ECH) Configuration Extensions" page. New | registrations will list the following attributes:</t> | |||
| registrations need to list the following attributes:</t> | ||||
| <dl spacing="compact"> | <dl spacing="compact"> | |||
| <dt>Value:</dt> | <dt>Value:</dt> | |||
| <dd> | <dd> | |||
| <t>The two-byte identifier for the ECHConfigExtension, i.e., the | <t>The two-byte identifier for the ECHConfigExtension, i.e., the | |||
| ECHConfigExtensionType</t> | ECHConfigExtensionType</t> | |||
| </dd> | </dd> | |||
| <dt>Extension Name:</dt> | <dt>Extension Name:</dt> | |||
| <dd> | <dd> | |||
| <t>Name of the ECHConfigExtension</t> | <t>Name of the ECHConfigExtension</t> | |||
| </dd> | </dd> | |||
| skipping to change at line 1964 ¶ | skipping to change at line 2001 ¶ | |||
| </dd> | </dd> | |||
| <dt>Reference:</dt> | <dt>Reference:</dt> | |||
| <dd> | <dd> | |||
| <t>The specification where the ECHConfigExtension is defined</t> | <t>The specification where the ECHConfigExtension is defined</t> | |||
| </dd> | </dd> | |||
| <dt>Notes:</dt> | <dt>Notes:</dt> | |||
| <dd> | <dd> | |||
| <t>Any notes associated with the entry</t> | <t>Any notes associated with the entry</t> | |||
| </dd> | </dd> | |||
| </dl> | </dl> | |||
| <t>New entries in the "ECHConfig Extension" registry are subject to the | <t>New entries in the "TLS ECHConfig Extension" registry are subject to the | |||
| Specification Required registration policy (<xref section="4.6" sectionFormat="c omma" target="RFC8126"/>), with the policies described in <xref section="17" sec tionFormat="comma" target="RFC8447"/>. IANA | Specification Required registration policy (<xref section="4.6" sectionFormat="c omma" target="RFC8126"/>), with the policies described in <xref section="17" sec tionFormat="comma" target="RFC8447"/>. IANA | |||
| [shall add/has added] the following note to the TLS ECHConfig Extension | has added the following note to the "TLS ECHConfig Extension" | |||
| registry:</t> | registry:</t> | |||
| <t>Note: The role of the designated expert is described in RFC 8447. | <t>Note: The role of the designated expert is described in RFC 8447. | |||
| The designated expert <xref target="RFC8126"/> ensures that the specificat ion is | The designated expert <xref target="RFC8126"/> ensures that the specificat ion is | |||
| publicly available. It is sufficient to have an Internet-Draft | publicly available. It is sufficient to have an Internet-Draft | |||
| (that is posted and never published as an RFC) or a document from | (that is posted and never published as an RFC) or a document from | |||
| another standards body, industry consortium, university site, etc. | another standards body, industry consortium, university site, etc. | |||
| The expert may provide more in depth reviews, but their approval | The expert may provide more in-depth reviews, but their approval | |||
| should not be taken as an endorsement of the extension.</t> | should not be taken as an endorsement of the extension.</t> | |||
| <t>This document defines several Reserved values for ECH configuration e xtensions | <t>This document defines several Reserved values for ECH configuration e xtensions | |||
| to be used for "greasing" as described in <xref target="server-greasing"/>.</t> | to be used for "greasing" as described in <xref target="server-greasing"/>.</t> | |||
| <t>The initial contents for this registry consists of multiple reserved values, | <t>The initial contents for this registry consists of multiple reserved values | |||
| with the following attributes, which are repeated for each registration:</t> | with the following attributes, which are repeated for each registration:</t> | |||
| <dl spacing="compact"> | <dl spacing="compact"> | |||
| <dt>Value:</dt> | <dt>Value:</dt> | |||
| <dd> | <dd> | |||
| <t>0x0000, 0x1A1A, 0x2A2A, 0x3A3A, 0x4A4A, 0x5A5A, 0x6A6A, 0x7A7A, 0 x8A8A, | <t>0x0000, 0x1A1A, 0x2A2A, 0x3A3A, 0x4A4A, 0x5A5A, 0x6A6A, 0x7A7A, 0 x8A8A, | |||
| 0x9A9A, 0xAAAA, 0xBABA, 0xCACA, 0xDADA, 0xEAEA, 0xFAFA</t> | 0x9A9A, 0xAAAA, 0xBABA, 0xCACA, 0xDADA, 0xEAEA, 0xFAFA</t> | |||
| </dd> | </dd> | |||
| <dt>Extension Name:</dt> | <dt>Extension Name:</dt> | |||
| <dd> | <dd> | |||
| <t>RESERVED</t> | <t>RESERVED</t> | |||
| </dd> | </dd> | |||
| <dt>Recommended:</dt> | <dt>Recommended:</dt> | |||
| <dd> | <dd> | |||
| <t>Y</t> | <t>Y</t> | |||
| </dd> | </dd> | |||
| <dt>Reference:</dt> | <dt>Reference:</dt> | |||
| <dd> | <dd> | |||
| <t>This document</t> | <t>RFC 9849</t> | |||
| </dd> | </dd> | |||
| <dt>Notes:</dt> | <dt>Notes:</dt> | |||
| <dd> | <dd> | |||
| <t>Grease entries.</t> | <t>GREASE entries</t> | |||
| </dd> | </dd> | |||
| </dl> | </dl> | |||
| </section> | <!-- [rfced] We note that the following terms use fixed-width font | |||
| inconsistently. Please review these terms and let us know how we should update | ||||
| or if there are any specific patterns that should be followed (e.g., | ||||
| fixed-width font used for field names, variants, etc.). | ||||
| accept_confirmation | ||||
| cipher_suite | ||||
| ClientHello | ||||
| ClientHelloInner | ||||
| ClientHelloOuter | ||||
| ClientHelloOuterAAD | ||||
| config_id | ||||
| ECHClientHello | ||||
| ECHConfig | ||||
| ECHConfig.contents.public_name | ||||
| ECHConfigContents | ||||
| ECHConfigList | ||||
| EncodedClientHelloInner | ||||
| inner | ||||
| maximum_name_length | ||||
| outer | ||||
| payload | ||||
| public_key | ||||
| ServerHello.random | ||||
| zeros | ||||
| EKR: Thanks. Fixed width should be used for field names and other PDUs. | ||||
| I notice that some of these are regular words (zeros) so you have to determine f | ||||
| rom context whether it's referring to some protocol element or just to the conce | ||||
| pt "carries an encrypted payload" versus "the payload field". Do you want to tak | ||||
| e a cut at changing as many of these as make sense and then I can review, or wou | ||||
| ld you prefer I make the changes? | ||||
| One question is what to do in definition lists. My sense is that the list heds s | ||||
| hould be non-fixed-width but maybe you have a convention. | ||||
| rfced: Thank you for offering to make changes. Please feel free to attach an upd | ||||
| ated markdown file containing the | ||||
| updates for terms using fixed-width font. | ||||
| For definition lists, we typically leave this up to the authors to determine how | ||||
| they would like the terms to appear for consistency. For an example of terms in | ||||
| a definition list using a fixed-width font, see: https://www.rfc-editor.org/rfc | ||||
| /rfc9623.html#section-5.1.1. | ||||
| --> | ||||
| </section> | ||||
| </section> | </section> | |||
| </middle> | </middle> | |||
| <back> | <back> | |||
| <displayreference target="RFC9180" to="HPKE"/> | ||||
| <displayreference target="RFC9499" to="DNS-TERMS"/> | ||||
| <displayreference target="I-D.kazuho-protected-sni" to="PROTECTED-SNI"/> | ||||
| <references anchor="sec-combined-references"> | <references anchor="sec-combined-references"> | |||
| <name>References</name> | <name>References</name> | |||
| <references anchor="sec-normative-references"> | <references anchor="sec-normative-references"> | |||
| <name>Normative References</name> | <name>Normative References</name> | |||
| <reference anchor="RFC2119"> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2 | |||
| <front> | 119.xml"/> | |||
| <title>Key words for use in RFCs to Indicate Requirement Levels</tit | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7 | |||
| le> | 918.xml"/> | |||
| <author fullname="S. Bradner" initials="S." surname="Bradner"/> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9 | |||
| <date month="March" year="1997"/> | 180.xml"/> | |||
| <abstract> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8 | |||
| <t>In many standards track documents several words are used to sig | 446.xml"/> | |||
| nify the requirements in the specification. These words are often capitalized. T | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9 | |||
| his document defines these words as they should be interpreted in IETF documents | 147.xml"/> | |||
| . This document specifies an Internet Best Current Practices for the Internet Co | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8 | |||
| mmunity, and requests discussion and suggestions for improvements.</t> | 174.xml"/> | |||
| </abstract> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9 | |||
| </front> | 460.xml"/> | |||
| <seriesInfo name="BCP" value="14"/> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9 | |||
| <seriesInfo name="RFC" value="2119"/> | 525.xml"/> | |||
| <seriesInfo name="DOI" value="10.17487/RFC2119"/> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5 | |||
| </reference> | 890.xml"/> | |||
| <reference anchor="RFC7918"> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8 | |||
| <front> | 126.xml"/> | |||
| <title>Transport Layer Security (TLS) False Start</title> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8 | |||
| <author fullname="A. Langley" initials="A." surname="Langley"/> | 447.xml"/> | |||
| <author fullname="N. Modadugu" initials="N." surname="Modadugu"/> | </references> | |||
| <author fullname="B. Moeller" initials="B." surname="Moeller"/> | <references anchor="sec-informative-references"> | |||
| <date month="August" year="2016"/> | <name>Informative References</name> | |||
| <abstract> | <reference anchor="RFCYYY1" target="https://www.rfc-editor.org/info/rfcY | |||
| <t>This document specifies an optional behavior of Transport Layer | YY1"> | |||
| Security (TLS) client implementations, dubbed "False Start". It affects only pr | ||||
| otocol timing, not on-the-wire protocol data, and can be implemented unilaterall | ||||
| y. A TLS False Start reduces handshake latency to one round trip.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="7918"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC7918"/> | ||||
| </reference> | ||||
| <reference anchor="RFC8446"> | ||||
| <front> | ||||
| <title>The Transport Layer Security (TLS) Protocol Version 1.3</titl | ||||
| e> | ||||
| <author fullname="E. Rescorla" initials="E." surname="Rescorla"/> | ||||
| <date month="August" year="2018"/> | ||||
| <abstract> | ||||
| <t>This document specifies version 1.3 of the Transport Layer Secu | ||||
| rity (TLS) protocol. TLS allows client/server applications to communicate over t | ||||
| he Internet in a way that is designed to prevent eavesdropping, tampering, and m | ||||
| essage forgery.</t> | ||||
| <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 50 | ||||
| 77, 5246, and 6961. This document also specifies new requirements for TLS 1.2 im | ||||
| plementations.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="8446"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC8446"/> | ||||
| </reference> | ||||
| <reference anchor="RFC9147"> | ||||
| <front> | ||||
| <title>The Datagram Transport Layer Security (DTLS) Protocol Version | ||||
| 1.3</title> | ||||
| <author fullname="E. Rescorla" initials="E." surname="Rescorla"/> | ||||
| <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/ | ||||
| > | ||||
| <author fullname="N. Modadugu" initials="N." surname="Modadugu"/> | ||||
| <date month="April" year="2022"/> | ||||
| <abstract> | ||||
| <t>This document specifies version 1.3 of the Datagram Transport L | ||||
| ayer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to com | ||||
| municate over the Internet in a way that is designed to prevent eavesdropping, t | ||||
| ampering, and message forgery.</t> | ||||
| <t>The DTLS 1.3 protocol is based on the Transport Layer Security | ||||
| (TLS) 1.3 protocol and provides equivalent security guarantees with the exceptio | ||||
| n of order protection / non-replayability. Datagram semantics of the underlying | ||||
| transport are preserved by the DTLS protocol.</t> | ||||
| <t>This document obsoletes RFC 6347.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="9147"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC9147"/> | ||||
| </reference> | ||||
| <reference anchor="RFC8174"> | ||||
| <front> | ||||
| <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</ti | ||||
| tle> | ||||
| <author fullname="B. Leiba" initials="B." surname="Leiba"/> | ||||
| <date month="May" year="2017"/> | ||||
| <abstract> | ||||
| <t>RFC 2119 specifies common key words that may be used in protoco | ||||
| l 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="RFC9460"> | ||||
| <front> | ||||
| <title>Service Binding and Parameter Specification via the DNS (SVCB | ||||
| and HTTPS Resource Records)</title> | ||||
| <author fullname="B. Schwartz" initials="B." surname="Schwartz"/> | ||||
| <author fullname="M. Bishop" initials="M." surname="Bishop"/> | ||||
| <author fullname="E. Nygren" initials="E." surname="Nygren"/> | ||||
| <date month="November" year="2023"/> | ||||
| <abstract> | ||||
| <t>This document specifies the "SVCB" ("Service Binding") and "HTT | ||||
| PS" DNS resource record (RR) types to facilitate the lookup of information neede | ||||
| d to make connections to network services, such as for HTTP origins. SVCB record | ||||
| s allow a service to be provided from multiple alternative endpoints, each with | ||||
| associated parameters (such as transport protocol configuration), and are extens | ||||
| ible to support future uses (such as keys for encrypting the TLS ClientHello). T | ||||
| hey also enable aliasing of apex domains, which is not possible with CNAME. The | ||||
| HTTPS RR is a variation of SVCB for use with HTTP (see RFC 9110, "HTTP Semantics | ||||
| "). By providing more information to the client before it attempts to establish | ||||
| a connection, these records offer potential benefits to both performance and pri | ||||
| vacy.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="9460"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC9460"/> | ||||
| </reference> | ||||
| <reference anchor="ECH-IN-DNS"> | ||||
| <front> | <front> | |||
| <title>Bootstrapping TLS Encrypted ClientHello with DNS Service Bind ings</title> | <title>Bootstrapping TLS Encrypted ClientHello with DNS Service Bind ings</title> | |||
| <author fullname="Benjamin M. Schwartz" initials="B. M." surname="Sc | <author initials="B." surname="Schwartz" fullname="Benjamin M. Schwa | |||
| hwartz"> | rtz"> | |||
| <organization>Meta Platforms, Inc.</organization> | <organization/> | |||
| </author> | </author> | |||
| <author fullname="Mike Bishop" initials="M." surname="Bishop"> | <author initials="M." surname="Bishop" fullname="Mike Bishop"> | |||
| <organization>Akamai Technologies</organization> | <organization/> | |||
| </author> | </author> | |||
| <author fullname="Erik Nygren" initials="E." surname="Nygren"> | <author initials="E." surname="Nygren" fullname="Erik Nygren"> | |||
| <organization>Akamai Technologies</organization> | <organization/> | |||
| </author> | </author> | |||
| <date day="12" month="February" year="2025"/> | <date year="2025" month="November"/> | |||
| <abstract> | ||||
| <t> To use TLS Encrypted ClientHello (ECH) the client needs to l | ||||
| earn the | ||||
| ECH configuration for a server before it attempts a connection to the | ||||
| server. This specification provides a mechanism for conveying the | ||||
| ECH configuration information via DNS, using a SVCB or HTTPS record. | ||||
| </t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="Internet-Draft" value="draft-ietf-tls-svcb-ech-07"/> | ||||
| </reference> | ||||
| <reference anchor="HPKE"> | ||||
| <front> | ||||
| <title>Hybrid Public Key Encryption</title> | ||||
| <author fullname="R. Barnes" initials="R." surname="Barnes"/> | ||||
| <author fullname="K. Bhargavan" initials="K." surname="Bhargavan"/> | ||||
| <author fullname="B. Lipp" initials="B." surname="Lipp"/> | ||||
| <author fullname="C. Wood" initials="C." surname="Wood"/> | ||||
| <date month="February" year="2022"/> | ||||
| <abstract> | ||||
| <t>This document describes a scheme for hybrid public key encrypti | ||||
| on (HPKE). This scheme provides a variant of public key encryption of arbitrary- | ||||
| sized plaintexts for a recipient public key. It also includes three authenticate | ||||
| d variants, including one that authenticates possession of a pre-shared key and | ||||
| two optional ones that authenticate possession of a key encapsulation mechanism | ||||
| (KEM) private key. HPKE works for any combination of an asymmetric KEM, key deri | ||||
| vation function (KDF), and authenticated encryption with additional data (AEAD) | ||||
| encryption function. Some authenticated variants may not be supported by all KEM | ||||
| s. We provide instantiations of the scheme using widely used and efficient primi | ||||
| tives, such as Elliptic Curve Diffie-Hellman (ECDH) key agreement, HMAC-based ke | ||||
| y derivation function (HKDF), and SHA2.</t> | ||||
| <t>This document is a product of the Crypto Forum Research Group ( | ||||
| CFRG) in the IRTF.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="9180"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC9180"/> | ||||
| </reference> | ||||
| <reference anchor="RFC6125"> | ||||
| <front> | ||||
| <title>Representation and Verification of Domain-Based Application S | ||||
| ervice Identity within Internet Public Key Infrastructure Using X.509 (PKIX) Cer | ||||
| tificates in the Context of Transport Layer Security (TLS)</title> | ||||
| <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre | ||||
| "/> | ||||
| <author fullname="J. Hodges" initials="J." surname="Hodges"/> | ||||
| <date month="March" year="2011"/> | ||||
| <abstract> | ||||
| <t>Many application technologies enable secure communication betwe | ||||
| en two entities by means of Internet Public Key Infrastructure Using X.509 (PKIX | ||||
| ) certificates in the context of Transport Layer Security (TLS). This document s | ||||
| pecifies procedures for representing and verifying the identity of application s | ||||
| ervices in such interactions. [STANDARDS-TRACK]</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="6125"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC6125"/> | ||||
| </reference> | ||||
| <reference anchor="RFC5890"> | ||||
| <front> | ||||
| <title>Internationalized Domain Names for Applications (IDNA): Defin | ||||
| itions and Document Framework</title> | ||||
| <author fullname="J. Klensin" initials="J." surname="Klensin"/> | ||||
| <date month="August" year="2010"/> | ||||
| <abstract> | ||||
| <t>This document is one of a collection that, together, describe t | ||||
| he protocol and usage context for a revision of Internationalized Domain Names f | ||||
| or Applications (IDNA), superseding the earlier version. It describes the docume | ||||
| nt collection and provides definitions and other material that are common to the | ||||
| set. [STANDARDS-TRACK]</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="5890"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC5890"/> | ||||
| </reference> | ||||
| <reference anchor="RFC8126"> | ||||
| <front> | ||||
| <title>Guidelines for Writing an IANA Considerations Section in RFCs | ||||
| </title> | ||||
| <author fullname="M. Cotton" initials="M." surname="Cotton"/> | ||||
| <author fullname="B. Leiba" initials="B." surname="Leiba"/> | ||||
| <author fullname="T. Narten" initials="T." surname="Narten"/> | ||||
| <date month="June" year="2017"/> | ||||
| <abstract> | ||||
| <t>Many protocols make use of points of extensibility that use con | ||||
| stants to identify various protocol parameters. To ensure that the values in the | ||||
| se fields do not have conflicting uses and to promote interoperability, their al | ||||
| locations are often coordinated by a central record keeper. For IETF protocols, | ||||
| that role is filled by the Internet Assigned Numbers Authority (IANA).</t> | ||||
| <t>To make assignments in a given registry prudently, guidance des | ||||
| cribing the conditions under which new values should be assigned, as well as whe | ||||
| n and how modifications to existing values can be made, is needed. This document | ||||
| defines a framework for the documentation of these guidelines by specification | ||||
| authors, in order to assure that the provided guidance for the IANA Consideratio | ||||
| ns is clear and addresses the various issues that are likely in the operation of | ||||
| a registry.</t> | ||||
| <t>This is the third edition of this document; it obsoletes RFC 52 | ||||
| 26.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="BCP" value="26"/> | ||||
| <seriesInfo name="RFC" value="8126"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC8126"/> | ||||
| </reference> | ||||
| <reference anchor="RFC8447"> | ||||
| <front> | ||||
| <title>IANA Registry Updates for TLS and DTLS</title> | ||||
| <author fullname="J. Salowey" initials="J." surname="Salowey"/> | ||||
| <author fullname="S. Turner" initials="S." surname="Turner"/> | ||||
| <date month="August" year="2018"/> | ||||
| <abstract> | ||||
| <t>This document describes a number of changes to TLS and DTLS IAN | ||||
| A registries that range from adding notes to the registry all the way to changin | ||||
| g the registration policy. These changes were mostly motivated by WG review of t | ||||
| he TLS- and DTLS-related registries undertaken as part of the TLS 1.3 developmen | ||||
| t process.</t> | ||||
| <t>This document updates the following RFCs: 3749, 5077, 4680, 524 | ||||
| 6, 5705, 5878, 6520, and 7301.</t> | ||||
| </abstract> | ||||
| </front> | </front> | |||
| <seriesInfo name="RFC" value="8447"/> | <seriesInfo name="RFC" value="YYY1"/> | |||
| <seriesInfo name="DOI" value="10.17487/RFC8447"/> | <seriesInfo name="DOI" value="10.17487/RFCYYY1"/> | |||
| </reference> | </reference> | |||
| </references> | ||||
| <references anchor="sec-informative-references"> | ||||
| <name>Informative References</name> | ||||
| <reference anchor="WHATWG-IPV4" target="https://url.spec.whatwg.org/#con cept-ipv4-parser"> | <reference anchor="WHATWG-IPV4" target="https://url.spec.whatwg.org/#con cept-ipv4-parser"> | |||
| <front> | <front> | |||
| <title>URL Living Standard - IPv4 Parser</title> | <title>URL - IPv4 Parser</title> | |||
| <author> | <author> | |||
| <organization/> | <organization>WHATWG</organization> | |||
| </author> | </author> | |||
| <date year="2021" month="May"/> | <date year="2021" month="May"/> | |||
| </front> | </front> | |||
| <refcontent>WHATWG Living Standard</refcontent> | ||||
| </reference> | </reference> | |||
| <reference anchor="ECH-Analysis" target="https://www.cs.ox.ac.uk/people/ vincent.cheval/publis/BCW-ccs22.pdf"> | <reference anchor="ECH-Analysis" target="https://www.cs.ox.ac.uk/people/ vincent.cheval/publis/BCW-ccs22.pdf"> | |||
| <front> | <front> | |||
| <title>A Symbolic Analysis of Privacy for TLS 1.3 with Encrypted Cli ent Hello</title> | <title>A Symbolic Analysis of Privacy for TLS 1.3 with Encrypted Cli ent Hello</title> | |||
| <author> | <author initials="K." surname="Bhargavan"> | |||
| <organization/> | <organization>Inria</organization> | |||
| </author> | ||||
| <author initials="V." surname="Cheval"> | ||||
| <organization>Inria</organization> | ||||
| </author> | ||||
| <author initials="C." surname="Wood"> | ||||
| <organization>Cloudflare</organization> | ||||
| </author> | </author> | |||
| <date year="2022" month="November"/> | <date year="2022" month="November"/> | |||
| </front> | </front> | |||
| <seriesInfo name="DOI" value="10.1145/3548606.3559360"/> | ||||
| <refcontent>CCS '22: Proceedings of the 2022 ACM SIGSAC Conference on | ||||
| Computer and Communications Security, pp. 365-379</refcontent> | ||||
| </reference> | </reference> | |||
| <reference anchor="RFC7301"> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9 | |||
| <front> | 499.xml"/> | |||
| <title>Transport Layer Security (TLS) Application-Layer Protocol Neg | <xi:include href="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D. | |||
| otiation Extension</title> | kazuho-protected-sni.xml"/> | |||
| <author fullname="S. Friedl" initials="S." surname="Friedl"/> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7 | |||
| <author fullname="A. Popov" initials="A." surname="Popov"/> | 301.xml"/> | |||
| <author fullname="A. Langley" initials="A." surname="Langley"/> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8 | |||
| <author fullname="E. Stephan" initials="E." surname="Stephan"/> | 484.xml"/> | |||
| <date month="July" year="2014"/> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7 | |||
| <abstract> | 858.xml"/> | |||
| <t>This document describes a Transport Layer Security (TLS) extens | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8 | |||
| ion for application-layer protocol negotiation within the TLS handshake. For ins | 094.xml"/> | |||
| tances in which multiple application protocols are supported on the same TCP or | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9 | |||
| UDP port, this extension allows the application layer to negotiate which protoco | 250.xml"/> | |||
| l will be used within the TLS connection.</t> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8 | |||
| </abstract> | 701.xml"/> | |||
| </front> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3 | |||
| <seriesInfo name="RFC" value="7301"/> | 986.xml"/> | |||
| <seriesInfo name="DOI" value="10.17487/RFC7301"/> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3 | |||
| </reference> | 552.xml"/> | |||
| <reference anchor="RFC8484"> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8 | |||
| <front> | 744.xml"/> | |||
| <title>DNS Queries over HTTPS (DoH)</title> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7 | |||
| <author fullname="P. Hoffman" initials="P." surname="Hoffman"/> | 924.xml"/> | |||
| <author fullname="P. McManus" initials="P." surname="McManus"/> | <xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5 | |||
| <date month="October" year="2018"/> | 077.xml"/> | |||
| <abstract> | ||||
| <t>This document defines a protocol for sending DNS queries and ge | ||||
| tting DNS responses over HTTPS. Each DNS query-response pair is mapped into an H | ||||
| TTP exchange.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="8484"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC8484"/> | ||||
| </reference> | ||||
| <reference anchor="RFC7858"> | ||||
| <front> | ||||
| <title>Specification for DNS over Transport Layer Security (TLS)</ti | ||||
| tle> | ||||
| <author fullname="Z. Hu" initials="Z." surname="Hu"/> | ||||
| <author fullname="L. Zhu" initials="L." surname="Zhu"/> | ||||
| <author fullname="J. Heidemann" initials="J." surname="Heidemann"/> | ||||
| <author fullname="A. Mankin" initials="A." surname="Mankin"/> | ||||
| <author fullname="D. Wessels" initials="D." surname="Wessels"/> | ||||
| <author fullname="P. Hoffman" initials="P." surname="Hoffman"/> | ||||
| <date month="May" year="2016"/> | ||||
| <abstract> | ||||
| <t>This document describes the use of Transport Layer Security (TL | ||||
| S) to provide privacy for DNS. Encryption provided by TLS eliminates opportuniti | ||||
| es for eavesdropping and on-path tampering with DNS queries in the network, such | ||||
| as discussed in RFC 7626. In addition, this document specifies two usage profil | ||||
| es for DNS over TLS and provides advice on performance considerations to minimiz | ||||
| e overhead from using TCP and TLS with DNS.</t> | ||||
| <t>This document focuses on securing stub-to-recursive traffic, as | ||||
| per the charter of the DPRIVE Working Group. It does not prevent future applica | ||||
| tions of the protocol to recursive-to-authoritative traffic.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="7858"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC7858"/> | ||||
| </reference> | ||||
| <reference anchor="RFC8094"> | ||||
| <front> | ||||
| <title>DNS over Datagram Transport Layer Security (DTLS)</title> | ||||
| <author fullname="T. Reddy" initials="T." surname="Reddy"/> | ||||
| <author fullname="D. Wing" initials="D." surname="Wing"/> | ||||
| <author fullname="P. Patil" initials="P." surname="Patil"/> | ||||
| <date month="February" year="2017"/> | ||||
| <abstract> | ||||
| <t>DNS queries and responses are visible to network elements on th | ||||
| e path between the DNS client and its server. These queries and responses can co | ||||
| ntain privacy-sensitive information, which is valuable to protect.</t> | ||||
| <t>This document proposes the use of Datagram Transport Layer Secu | ||||
| rity (DTLS) for DNS, to protect against passive listeners and certain active att | ||||
| acks. As latency is critical for DNS, this proposal also discusses mechanisms to | ||||
| reduce DTLS round trips and reduce the DTLS handshake size. The proposed mechan | ||||
| ism runs over port 853.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="8094"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC8094"/> | ||||
| </reference> | ||||
| <reference anchor="RFC9250"> | ||||
| <front> | ||||
| <title>DNS over Dedicated QUIC Connections</title> | ||||
| <author fullname="C. Huitema" initials="C." surname="Huitema"/> | ||||
| <author fullname="S. Dickinson" initials="S." surname="Dickinson"/> | ||||
| <author fullname="A. Mankin" initials="A." surname="Mankin"/> | ||||
| <date month="May" year="2022"/> | ||||
| <abstract> | ||||
| <t>This document describes the use of QUIC to provide transport co | ||||
| nfidentiality for DNS. The encryption provided by QUIC has similar properties to | ||||
| those provided by TLS, while QUIC transport eliminates the head-of-line blockin | ||||
| g issues inherent with TCP and provides more efficient packet-loss recovery than | ||||
| UDP. DNS over QUIC (DoQ) has privacy properties similar to DNS over TLS (DoT) s | ||||
| pecified in RFC 7858, and latency characteristics similar to classic DNS over UD | ||||
| P. This specification describes the use of DoQ as a general-purpose transport fo | ||||
| r DNS and includes the use of DoQ for stub to recursive, recursive to authoritat | ||||
| ive, and zone transfer scenarios.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="9250"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC9250"/> | ||||
| </reference> | ||||
| <reference anchor="RFC8701"> | ||||
| <front> | ||||
| <title>Applying Generate Random Extensions And Sustain Extensibility | ||||
| (GREASE) to TLS Extensibility</title> | ||||
| <author fullname="D. Benjamin" initials="D." surname="Benjamin"/> | ||||
| <date month="January" year="2020"/> | ||||
| <abstract> | ||||
| <t>This document describes GREASE (Generate Random Extensions And | ||||
| Sustain Extensibility), a mechanism to prevent extensibility failures in the TLS | ||||
| ecosystem. It reserves a set of TLS protocol values that may be advertised to e | ||||
| nsure peers correctly handle unknown values.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="8701"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC8701"/> | ||||
| </reference> | ||||
| <reference anchor="RFC3986"> | ||||
| <front> | ||||
| <title>Uniform Resource Identifier (URI): Generic Syntax</title> | ||||
| <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee | ||||
| "/> | ||||
| <author fullname="R. Fielding" initials="R." surname="Fielding"/> | ||||
| <author fullname="L. Masinter" initials="L." surname="Masinter"/> | ||||
| <date month="January" year="2005"/> | ||||
| <abstract> | ||||
| <t>A Uniform Resource Identifier (URI) is a compact sequence of ch | ||||
| aracters that identifies an abstract or physical resource. This specification de | ||||
| fines the generic URI syntax and a process for resolving URI references that mig | ||||
| ht be in relative form, along with guidelines and security considerations for th | ||||
| e use of URIs on the Internet. The URI syntax defines a grammar that is a supers | ||||
| et of all valid URIs, allowing an implementation to parse the common components | ||||
| of a URI reference without knowing the scheme-specific requirements of every pos | ||||
| sible identifier. This specification does not define a generative grammar for UR | ||||
| Is; that task is performed by the individual specifications of each URI scheme. | ||||
| [STANDARDS-TRACK]</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="STD" value="66"/> | ||||
| <seriesInfo name="RFC" value="3986"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC3986"/> | ||||
| </reference> | ||||
| <reference anchor="DNS-TERMS"> | ||||
| <front> | ||||
| <title>DNS Terminology</title> | ||||
| <author fullname="P. Hoffman" initials="P." surname="Hoffman"/> | ||||
| <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/> | ||||
| <date month="March" year="2024"/> | ||||
| <abstract> | ||||
| <t>The Domain Name System (DNS) is defined in literally dozens of | ||||
| different RFCs. The terminology used by implementers and developers of DNS proto | ||||
| cols, and by operators of DNS systems, has changed in the decades since the DNS | ||||
| was first defined. This document gives current definitions for many of the terms | ||||
| used in the DNS in a single document.</t> | ||||
| <t>This document updates RFC 2308 by clarifying the definitions of | ||||
| "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and cla | ||||
| rifications. Comprehensive lists of changed and new definitions can be found in | ||||
| Appendices A and B.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="BCP" value="219"/> | ||||
| <seriesInfo name="RFC" value="9499"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC9499"/> | ||||
| </reference> | ||||
| <reference anchor="RFC3552"> | ||||
| <front> | ||||
| <title>Guidelines for Writing RFC Text on Security Considerations</t | ||||
| itle> | ||||
| <author fullname="E. Rescorla" initials="E." surname="Rescorla"/> | ||||
| <author fullname="B. Korver" initials="B." surname="Korver"/> | ||||
| <date month="July" year="2003"/> | ||||
| <abstract> | ||||
| <t>All RFCs are required to have a Security Considerations section | ||||
| . Historically, such sections have been relatively weak. This document provides | ||||
| guidelines to RFC authors on how to write a good Security Considerations section | ||||
| . This document specifies an Internet Best Current Practices for the Internet Co | ||||
| mmunity, and requests discussion and suggestions for improvements.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="BCP" value="72"/> | ||||
| <seriesInfo name="RFC" value="3552"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC3552"/> | ||||
| </reference> | ||||
| <reference anchor="RFC8744"> | ||||
| <front> | ||||
| <title>Issues and Requirements for Server Name Identification (SNI) | ||||
| Encryption in TLS</title> | ||||
| <author fullname="C. Huitema" initials="C." surname="Huitema"/> | ||||
| <date month="July" year="2020"/> | ||||
| <abstract> | ||||
| <t>This document describes the general problem of encrypting the S | ||||
| erver Name Identification (SNI) TLS parameter. The proposed solutions hide a hid | ||||
| den service behind a fronting service, only disclosing the SNI of the fronting s | ||||
| ervice to external observers. This document lists known attacks against SNI encr | ||||
| yption, discusses the current "HTTP co-tenancy" solution, and presents requireme | ||||
| nts for future TLS-layer solutions.</t> | ||||
| <t>In practice, it may well be that no solution can meet every req | ||||
| uirement and that practical solutions will have to make some compromises.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="8744"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC8744"/> | ||||
| </reference> | ||||
| <reference anchor="RFC7924"> | ||||
| <front> | ||||
| <title>Transport Layer Security (TLS) Cached Information Extension</ | ||||
| title> | ||||
| <author fullname="S. Santesson" initials="S." surname="Santesson"/> | ||||
| <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/ | ||||
| > | ||||
| <date month="July" year="2016"/> | ||||
| <abstract> | ||||
| <t>Transport Layer Security (TLS) handshakes often include fairly | ||||
| static information, such as the server certificate and a list of trusted certifi | ||||
| cation authorities (CAs). This information can be of considerable size, particul | ||||
| arly if the server certificate is bundled with a complete certificate chain (i.e | ||||
| ., the certificates of intermediate CAs up to the root CA).</t> | ||||
| <t>This document defines an extension that allows a TLS client to | ||||
| inform a server of cached information, thereby enabling the server to omit alrea | ||||
| dy available information.</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="7924"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC7924"/> | ||||
| </reference> | ||||
| <reference anchor="RFC5077"> | ||||
| <front> | ||||
| <title>Transport Layer Security (TLS) Session Resumption without Ser | ||||
| ver-Side State</title> | ||||
| <author fullname="J. Salowey" initials="J." surname="Salowey"/> | ||||
| <author fullname="H. Zhou" initials="H." surname="Zhou"/> | ||||
| <author fullname="P. Eronen" initials="P." surname="Eronen"/> | ||||
| <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/ | ||||
| > | ||||
| <date month="January" year="2008"/> | ||||
| <abstract> | ||||
| <t>This document describes a mechanism that enables the Transport | ||||
| Layer Security (TLS) server to resume sessions and avoid keeping per-client sess | ||||
| ion state. The TLS server encapsulates the session state into a ticket and forwa | ||||
| rds it to the client. The client can subsequently resume a session using the obt | ||||
| ained ticket. This document obsoletes RFC 4507. [STANDARDS-TRACK]</t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="RFC" value="5077"/> | ||||
| <seriesInfo name="DOI" value="10.17487/RFC5077"/> | ||||
| </reference> | ||||
| <reference anchor="I-D.kazuho-protected-sni"> | ||||
| <front> | ||||
| <title>TLS Extensions for Protecting SNI</title> | ||||
| <author fullname="Kazuho Oku" initials="K." surname="Oku"> | ||||
| </author> | ||||
| <date day="18" month="July" year="2017"/> | ||||
| <abstract> | ||||
| <t> This memo introduces TLS extensions and a DNS Resource Recor | ||||
| d Type | ||||
| that can be used to protect attackers from obtaining the value of the | ||||
| Server Name Indication extension being transmitted over a Transport | ||||
| Layer Security (TLS) version 1.3 handshake. | ||||
| </t> | ||||
| </abstract> | ||||
| </front> | ||||
| <seriesInfo name="Internet-Draft" value="draft-kazuho-protected-sni-00 | ||||
| "/> | ||||
| </reference> | ||||
| </references> | </references> | |||
| </references> | </references> | |||
| <?line 2017?> | <?line 2140?> | |||
| <section anchor="linear-outer-extensions"> | <section anchor="linear-outer-extensions"> | |||
| <name>Linear-time Outer Extension Processing</name> | <name>Linear-Time Outer Extension Processing</name> | |||
| <t>The following procedure processes the "ech_outer_extensions" extension (see | <t>The following procedure processes the "ech_outer_extensions" extension (see | |||
| <xref target="encoding-inner"/>) in linear time, ensuring that each referenced e xtension | <xref target="encoding-inner"/>) in linear time, ensuring that each referenced e xtension | |||
| in the ClientHelloOuter is included at most once:</t> | in the ClientHelloOuter is included at most once:</t> | |||
| <ol spacing="normal" type="1"><li> | <ol spacing="normal" type="1"><li> | |||
| <t>Let I be initialized to zero and N be set to the number of extensio ns | <t>Let I be initialized to zero and N be set to the number of extensio ns | |||
| in ClientHelloOuter.</t> | in ClientHelloOuter.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>For each extension type, E, in OuterExtensions: </t> | <t>For each extension type, E, in OuterExtensions: </t> | |||
| <ul spacing="normal"> | <ul spacing="normal"> | |||
| skipping to change at line 2436 ¶ | skipping to change at line 2195 ¶ | |||
| alert and terminate this procedure.</t> | alert and terminate this procedure.</t> | |||
| </li> | </li> | |||
| <li> | <li> | |||
| <t>Otherwise, the I-th extension of ClientHelloOuter has type E. C opy | <t>Otherwise, the I-th extension of ClientHelloOuter has type E. C opy | |||
| it to the EncodedClientHelloInner and increment I.</t> | it to the EncodedClientHelloInner and increment I.</t> | |||
| </li> | </li> | |||
| </ul> | </ul> | |||
| </li> | </li> | |||
| </ol> | </ol> | |||
| </section> | </section> | |||
| <section anchor="acknowledgements"> | <section numbered="false" anchor="acknowledgements"> | |||
| <name>Acknowledgements</name> | <name>Acknowledgements</name> | |||
| <t>This document draws extensively from ideas in <xref target="I-D.kazuho- protected-sni"/>, but | <t>This document draws extensively from ideas in <xref target="I-D.kazuho- protected-sni"/>, but | |||
| is a much more limited mechanism because it depends on the DNS for the | is a much more limited mechanism because it depends on the DNS for the | |||
| protection of the ECH key. Richard Barnes, Christian Huitema, Patrick McManus, | protection of the ECH key. <contact fullname="Richard Barnes"/>, <contact fullna | |||
| Matthew Prince, Nick Sullivan, Martin Thomson, and David Benjamin also provided | me="Christian Huitema"/>, <contact fullname="Patrick McManus"/>, | |||
| <contact fullname="Matthew Prince"/>, <contact fullname="Nick Sullivan"/>, <cont | ||||
| act fullname="Martin Thomson"/>, and <contact fullname="David Benjamin"/> also p | ||||
| rovided | ||||
| important ideas and contributions.</t> | important ideas and contributions.</t> | |||
| </section> | </section> | |||
| <section anchor="change-log"> | ||||
| <name>Change Log</name> | ||||
| <ul empty="true"> | ||||
| <li> | ||||
| <t><strong>RFC Editor's Note:</strong> Please remove this section prio | ||||
| r to publication of a | ||||
| final version of this document.</t> | ||||
| </li> | ||||
| </ul> | ||||
| <t>Issue and pull request numbers are listed with a leading octothorp.</t> | ||||
| <section anchor="since-draft-ietf-tls-esni-16"> | ||||
| <name>Since draft-ietf-tls-esni-16</name> | ||||
| <ul spacing="normal"> | ||||
| <li> | ||||
| <t>Keep-alive</t> | ||||
| </li> | ||||
| </ul> | ||||
| </section> | ||||
| <section anchor="since-draft-ietf-tls-esni-15"> | ||||
| <name>Since draft-ietf-tls-esni-15</name> | ||||
| <ul spacing="normal"> | ||||
| <li> | ||||
| <t>Add CCS2022 reference and summary (#539)</t> | ||||
| </li> | ||||
| </ul> | ||||
| </section> | ||||
| <section anchor="since-draft-ietf-tls-esni-14"> | ||||
| <name>Since draft-ietf-tls-esni-14</name> | ||||
| <ul spacing="normal"> | ||||
| <li> | ||||
| <t>Keep-alive</t> | ||||
| </li> | ||||
| </ul> | ||||
| </section> | ||||
| <section anchor="since-draft-ietf-tls-esni-13"> | ||||
| <name>Since draft-ietf-tls-esni-13</name> | ||||
| <ul spacing="normal"> | ||||
| <li> | ||||
| <t>Editorial improvements</t> | ||||
| </li> | ||||
| </ul> | ||||
| </section> | ||||
| <section anchor="since-draft-ietf-tls-esni-12"> | ||||
| <name>Since draft-ietf-tls-esni-12</name> | ||||
| <ul spacing="normal"> | ||||
| <li> | ||||
| <t>Abort on duplicate OuterExtensions (#514)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Improve EncodedClientHelloInner definition (#503)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Clarify retry configuration usage (#498)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Expand on config_id generation implications (#491)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Server-side acceptance signal extension GREASE (#481)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Refactor overview, client implementation, and middlebox | ||||
| sections (#480, #478, #475, #508)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Editorial iprovements (#485, #488, #490, #495, #496, #499, #500, | ||||
| #501, #504, #505, #507, #510, #511)</t> | ||||
| </li> | ||||
| </ul> | ||||
| </section> | ||||
| <section anchor="since-draft-ietf-tls-esni-11"> | ||||
| <name>Since draft-ietf-tls-esni-11</name> | ||||
| <ul spacing="normal"> | ||||
| <li> | ||||
| <t>Move ClientHello padding to the encoding (#443)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Align codepoints (#464)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Relax OuterExtensions checks for alignment with RFC8446 (#467)</t | ||||
| > | ||||
| </li> | ||||
| <li> | ||||
| <t>Clarify HRR acceptance and rejection logic (#470)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Editorial improvements (#468, #465, #462, #461)</t> | ||||
| </li> | ||||
| </ul> | ||||
| </section> | ||||
| <section anchor="since-draft-ietf-tls-esni-10"> | ||||
| <name>Since draft-ietf-tls-esni-10</name> | ||||
| <ul spacing="normal"> | ||||
| <li> | ||||
| <t>Make HRR confirmation and ECH acceptance explicit (#422, #423)</t | ||||
| > | ||||
| </li> | ||||
| <li> | ||||
| <t>Relax computation of the acceptance signal (#420, #449)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Simplify ClientHelloOuterAAD generation (#438, #442)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Allow empty enc in ECHClientHello (#444)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Authenticate ECHClientHello extensions position in ClientHelloOut | ||||
| erAAD (#410)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Allow clients to send a dummy PSK and early_data in ClientHelloOu | ||||
| ter when | ||||
| applicable (#414, #415)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Compress ECHConfigContents (#409)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Validate ECHConfig.contents.public_name (#413, #456)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Validate ClientHelloInner contents (#411)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Note split-mode challenges for HRR (#418)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Editorial improvements (#428, #432, #439, #445, #458, #455)</t> | ||||
| </li> | ||||
| </ul> | ||||
| </section> | ||||
| <section anchor="since-draft-ietf-tls-esni-09"> | ||||
| <name>Since draft-ietf-tls-esni-09</name> | ||||
| <ul spacing="normal"> | ||||
| <li> | ||||
| <t>Finalize HPKE dependency (#390)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Move from client-computed to server-chosen, one-byte config | ||||
| identifier (#376, #381)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Rename ECHConfigs to ECHConfigList (#391)</t> | ||||
| </li> | ||||
| <li> | ||||
| <t>Clarify some security and privacy properties (#385, #383)</t> | ||||
| </li> | ||||
| </ul> | ||||
| </section> | ||||
| </section> | ||||
| </back> | </back> | |||
| <!-- ##markdown-source: | <!-- ##markdown-source: | |||
| H4sIAAAAAAAAA8y9a3PcyJE2+r1+BZaKEyLt7h6RI81IGo93KYozYoxur6jx | H4sIAEXeJGkAA8y9e3PbyLUv+n9/CmxNnbKUkBzLjxlbk+RuWfaMVePXsTyZ | |||
| rMPrVwS70SSsbqANoEm1ZZ3ffvJalVVAk5S9H45i1xqRuBSqsrLy8uST4/HY | PZWdY4MkKCEmAQYAJTPevp/9rmf36gYoyUnq1HXVOTsjAo1+rF7v9Vvj8dh1 | |||
| dWW3KJ5m71+eZsfVtNmsumKWHS3KouqyF8ViUbv8/Lwprm68ZFZPq3wJj5k1 | ZbcsjrJ3L86yZ9Ws2a67Yp6dLMui6rLnxXJZu3w6bYrLax+Z17MqX8Ew8yZf | |||
| +bwbl0U3H3eLdly0VTk+eOSmeVdc1M3madZ2M+fKVfM065p12x08ePDkwYFr | dOOy6BbjbtmOi7Yqx/ceulneFed1sz3K2m7uqs1qWjRH2eNHDx67cg3/q2s2 | |||
| 1+fLsm3Luuo2K3jMyfH7n1zeFPnT7PT4yF3XzceLpl6v4K5F6z4WG/jJDC6r | bXfv7t3Hd++5djNdlW1b1lW3XcOQp8/e/eg26zkM0R65etrWy4L+J/7lKLt3 | |||
| uqKpim78HF/rXNvl1exDvqgreMamaN2qfJr9pauno6ytm64p5i3812aJ//FX | 997D8eGhm9VVW1TtpqXRCgcTvu/ypsiPsrNnJ+6qbj6eN/VmDT8vW/ex2MJf | |||
| 5/J1d1k3T102dhn/Kav2aXY8yd4V7bRuFrn+nD/uuCmnvV/VzUVelf/IOxg8 | 5kfOtV1ezd/ny7qCwbZF69blUfaXrp6NsrZuuqZYtPC/tiv8H391Lt90F3Vz | |||
| jmhWrAr4n6rTC4plXi6eZsXH5r+abr6cTOulS1/5yyR783Edv+2X/B/ry9r+ | 5LJxhv941c+acpa9LdpZ3Sxzl/G/soKpPJv0/l4350fZz1V5ftGNfyrgv4qu | |||
| PH7VT3nbLTbJWz7STfXH9X9d4A8GX/Z6kp2uF4vyKq/iN74upx97v4pfeoSr | vqqy06qFo9h0hT5XrPJyeZQVH5v/bLrFajKrVy7+7M/5PzYXdfb64yb65s8T | |||
| X180+epykx3VVbtedGV1kb18eZSMpCqnl/UibyetPPD3KBU3DOtokh1Ost/q | +yf63I952y23ycgf6fX64+Y/z/EPAx94Vc4+Zmeb5bK8zKvoG68mvb/Th06Q | |||
| ehaP6uiyKduuXl0WTXpBMrZFvZ7NFyA2yVCm+fV/XRb5CgZ6XnbtBCTGOVfV | OurzJl9fbLMTOJLNsiur8+zFi5Pk61U5u6iXeTtpZZzfI9XsnMrJRVO2Xb2+ | |||
| zRLuvCpAALJ3Px0d7O8/kf/8/sn+46cgptXcXvPbi8P3v/08Pnn7p4f4z0x2 | KJrseJL9WtfzaEInk/TPPJ9lvZkvlkAHyedn+dV/XhT5GiY3Lbt2UhWdc66q | |||
| zs6v715mL8srnIZTFMC8mWXj7OTt1cPsbd60RbNDV+fNRdE9zS67btU+/eab | m1XelZcFHHD29seTe4eHj+V/fv/48BGQC/1v+J93j3jAedmulzkQ9vM3Pz9z | |||
| dbOYtKtiOrm+zLvriwl8yzf3pnU1LVawgVZXD8cruhnvncH2eZq9yjfZwYOD | rqwWyRC//fbbIT8rN+1PMpMndd21HewUzmHwctHdyq7K7iJ7+uosOyuay3JW | |||
| ffjJ8dGL8WGVLzZt2dJY/GAOs9PN8rxegKTqBVk9z942sATTTQYfRPt4f/Jt | ZE/Kag6vtDxojgR0lF103bo9+vbbq6urSbOYjYt52dXNBDbhW5zTt/A3nAm9 | |||
| dl12l1s29A4/Mxny9fX1ZNpO6k+TfDpZf/xmVdSrRfENfPkU7pxML4urfPHN | 0xZNWbT4Z1kEzvMo879n2dPXp0fZ4d3J4fcPHn3/rayCfuNL96q+LPAO0+2j | |||
| an2+KNtvnh39Np5O24ODyWo2p8fxV7yur4rlOawlfMoB/Zy3oXxHFqTCb41n | v/t7Qf/Gutt8OE+AWmYXV3nT/cP/0G4aPtneLwsgCP7pSVH9LV+VVfayN0Dy | |||
| lzCQ3MgkLjzutabMh2/60wTEBkdz5zuOYsni641EOTcej7P8vO2afAri8/4S | BXjgSdle1Ov++Mnfw+gvy49F/GsyKFzeV9vzpqj6gyZ/D4MCK/iov8LPvz4/ | |||
| JhbU3nqJkzYDpdCU50Wb5dmymF6CVLZLeHD2vsmrdgW6J3uZb+CjT4vpuim7 | fvfrT+PTN39+QHtjtkk+RmTKj7lAJHu/vH0B9H/65vJB9iZv4MT23MBpb5rl | |||
| TbYLq7CHy+EKXgEUn1wWgdYAHtS2+UWRrUGdNPA7EIYr+A+a32kGSnDCg1qW | pF0Xs8nVRd5dndNxfwOccFasgQuvLx+M1/Sy8yf3Mt/iodFhAkuDZzugNDm3 | |||
| s9kCRngP9WFTz9ZT3A/Z53sl/vOLc4cLmOD1xaVf+c+f/wOk/PHDh999+ZLJ | PZ5H9qK8RJo8Q9aYN/M9XMmzk+fj4ypfbtuyjeh57zg7266m9RJ4oD6Q1Yvs | |||
| +9tsWbcdykp3WWTwBbP2Mv9YjOArpov1DIcHv3AyiGnRdOW8RL0+wp83RQaz | TQO3erbN4EIQdR9O7jMtD8uQvZ3kPGsn9adJPptsPn67Lur1svgWpjeDNyez | |||
| BEOEX+aL7DrftPj515egBbK8yuoKxBnELe+6fPoRHwCruSjypspWKJpdkfnd | i+IyX3673kyXZfvtk5Nfx7NZe+/eZD1f7KDWeztugKf4wwcPv73/8MGj7+5+ | |||
| BmPPz+t1RwOBHVEV9EGT7D38e7XI4bOKTx1MJY3kNSgJB2oXx4K37p6+PtnL | N7n/8OHj+9/dpUd6m5XtnZycZXfu3TuCpdazoqBLiSvvLgr6VHZ88jI7O/3p | |||
| 4IKiwvMERzEwqXAO8NhgDB9behNLOxxloDQq2ih5dgFbvzJjgNlos1XRXOYr | 7PgEeeGiAKKA+1tX8F+rNbD6JoMNxv9YbYAdAtcAhgnXfLZpym47ytbrSXb/ | |||
| vonmrMVXoZaw3wBfN+9g7Qq/wVAceAEmqfygIoDpJPmpimu6zn/CCCZrsYAH | u4fj+98/3rv5kgHbf3IB25cbnszUdVo1ZT780p8nwFlxD2/9xknMZXtsVjjk | |||
| bDl8d0Eb7OEq5F0GF9bXbTal38MQa11eHG3ZRFMBv8RPwHfxqk54VKum7uBz | g8ePUw4JPGz87tnbl2f4zOn46YQF0Hjd1F0xA3oYg7aQvvTm7et3z07ePXs6 | |||
| +QNhNmH9ZlmNi5yt4DdVV8JbNuarYeCLGZ6sa1xsus8drlYLXRIW/bfw2Hpa | Pnt16tx4PM7yKbLNGfDrP/wH/OdfgLUV87+CnJUNbkFKH8B/ngPpIhn/xVzC | |||
| L7LXYArAM3i1Dl++fb3nQGF0IJX/ibr32wf7X77A/q3Hixrlayaja1lhwWKA | v47gdIA+G334TktEksHf9GpMMvcOThBvIEztspwDpTYFqB2XRZt1dZZn6/y8 | |||
| TsNh0Aw1FQ3mqmzL8wV9jIMr5uXFuqE3tDT68+Iyvyrrxkpzu17hxoTn48P9 | YFreewGSNfuFtJN5dnhPB3m4N3HuFawLPpd3cr91uDbbAwG3KrusrfI18J+u | |||
| pdOSTpp2XXYF/cRd1tf4SZusKWArwyUwcfCYeolP4Zk2IgLzgDKAQp9XdbVZ | 3RO6KZtsyZevlcvXIo04+KkpMthfIN3LosmXWTpCtmjqlV8Dzw4JcYl6U5dN | |||
| 4m5vi26S7b6G2XO0TOUSFCeuPI1xLMs/zeDILKeFmcogx2DwFA2+EWeBRcmp | CxyUnrl314Wl/gi3s/iUr9ZL0qUCf9i/jsfwx8f+498eTh9NH80ePiymD6bF | |||
| MMMvs1mJc4AXzlHT5jBEGGdTgLEyGy9oBWBT4elU4gtg/+H3wPENF7pZOZ/D | /PHi8P7j2eP8wf3Hi+nh7HC6ePjwu++m3x0+HuROB879WsAW46gFXAhS9nC6 | |||
| Hh6e0zB5Be4G3BnbVqQ//ZO97FfSYqRYQLqCegSjssgXrQiuziRcopNZXTj4 | 8VHh3uOKVjWsB+5Ig7wDNgNVRb12wkgTBjaCQYCcZjwmH63foFUNu3peVLSr | |||
| hDyDg7Arp2vQw/RimCGU0asSJmSUnYOimNUwB1XdySNla4uqmjf1kkQyWo4M | +It8Rg/g+p04GNEdzudEannvZPfMkM4vBUjMnfAKjlxEn/5eZSo8RkPCYJQN | |||
| PhMWMMdFTvXM82K1qDe0MXGhRIxb/QQ3L/JuLRpvVrbTddvy9v78eeZvBRl2 | s+oRHqAdA89ylP3hawXGn4B8n/38Fu4fMKmX7/znLnKgx/Yj0Pqmzaq6w5XN | |||
| DnYmfhAODX4NtkexmMPazmGt6WPh82S30SBKtBtxgKKFw7ZU9ZSJelqCLQBz | ayJy4AuwaRf1ZjnPlkV+WTg6vrwdl0TD2ewir84L2lu6cvDq02IW9Aj4JF3l | |||
| V8Pi+HXqLhvS8rxVcZarYhFkyQXVKVP9/PVp9vd1gQKBEqTPkXk7eZvlsxnI | IyJKYrafulF2haSRA6efZ/WGPihzAb3gDKbNA+RT/DHPWP3C/xN2u5X9h8sV | |||
| SFu0k+xFfY26feSCPsPb/Wq2/jX44xof8OL9+7ensqsfP3z88MuXUeZ/CZLy | btV+W4CKpvtyDtSwmaLe+S3vzLerosu/BTtkU7Tf3v/u/sEkQ6YAN3hdt4XQ | |||
| zXNUPbLrHz96DGeRXPzgCV2Mm8/f8H9+PTmS3z85ePTgyxcnMmDHgLJpdB+Z | aAHXallfkYjDxYZPItUugam1tFzQ8eDmw1s8u0l22mVXtFHTIrsolmvQH2SQ | |||
| U2AE4EMWaBWD1iZxAAsQfQo8+leq2XHzL/NqYxRim12ifl+ikQsbVia/dbDL | Inv75gTm6z5WMPCVYR5h61kM0KrwCGD/Wz4C3KtZXvF+0W7hPsyAL5cLkS90 | |||
| aHng6DHTNGErC46yuikv4LpolVgyCtJFJbwKBL5eLuGcCKKsmz4nOQbjD4Xj | EjL5etOEWwfjzspOnpmBxYIEvdzCoQAJXAAx/5sJ1b7/z5Cned3+75P4+h3Z | |||
| 02YC5zr/rqiuyqauULzakVfPTUGjIhmHw3SZNxvYxii3JZws5QXs5gysp3KR | 3/7vcTTngvhReidKntfVnc6yupbZxmLTbRq5F0gIuWF7eetKPGUwpuldIqxw | |||
| k5TUWX2unwf/mBW8EwpzvN9vvSgGIQ76MhxkkSUBqxv/+Mn+w+91HeFUg0X0 | jfhx4YfLbcbKEF4XtHmz/U21LFqiw4bEHGgHedWVs3JNMktoQZieHBbuTiAZ | |||
| mlYEHK/HeacbV3JAtBO0ZcC5uMIhqF5+XszLqqR/O9oQYABl6Aa22c6rX0/f | uGjRRT0AonDzg+zH305HauJk+4np317OpuNidnEAnHa5RELfiJScg3oj+/Jf | |||
| 74z47+z1G/rvd8cgMe+On+N/n744fPnS/4decfriza8v4fdO/ivcefTm1avj | L1/glTwvYMTXP09AvP/JgfCFWc7r2WaFDB7E5awpp3CJ82xVIA8p2xVO6V2T | |||
| 18/5Zvhplvzo1eGfd1hgdt68fX/y5vXhyx2cFdIO/lBH9dDR2uO2a1ZNgZMH | V+0aTPTsRb6FmanelO2DtnlAlF+wpslbbG2qFewIyvAN0D3uHhwZCBLeuln2 | |||
| 66vWIs3ks6O32f5DmDFxQWgX0KTufw+7wF1fFiKcdQVKmf9Jx1G+WoEBhc8A | sUCyR1VjVc7nS9BpvgGNqGvq+WZGG/L5mxL/84tzx0u4ipvzC6/hfv78H7Aj | |||
| dQ0KfVV2Oe53eEMLZ1aVoVkGThX8EvUyKCE+c0HuCtkH9FZcvRFapvTbb0lx | jx48+O7Ll0y+37LIEhEFK5i3F/lHIAjQYpcbJRInk5gVTcd7X4yyvty/yrct | |||
| 3cveXKGqLa5dMAro9C5p/CBVBR2ENVhDbL3B+FjLX6NpsaoX9QUqlnKxWKPR | Lv/qAgxoOExQJ4HoQJblXZfPPuIAcMLAgJsKuBWo4KjcqFWKd5sYJU4E6LYq | |||
| 3JHog3Uycqyerwuya2AdwLyHX76qZ8UOT+opCG/HPyCrr0VDa4bHMWpcO3so | aEHC25Z5STyXLE0Y6BVYNO4UjE2hg31QwQ5AWwAluBW6GNjUdiRzgzl8ZP7H | |||
| s/MajR460kWDw/jvZe/9GJz7f+GPN+31z+/HQ39+37vun+kP+KeD1x08eLD/ | Wr2b12B7V0Kw52AiV2YOI6TNNbOaIObRpVOiNW3XAKtbdHB2hTckkBz4ACYp | |||
| 9Pmzx0+f7sOf7dcNPU+Muj/QMP6I14lpPCk+5WgwoI/4Fc/rX8eug38cCMLX | /QgpE/1UxRU9F5Ywy5dLeD81SRyvaB+MngPmrPBcfdVmM/qZWK98XQSL3QiR | |||
| jC/9yV3nT/+wwW5+vctfPP4pn5L3A0v/DL0D+PuoXp6DTprt8dJ9fprda0lM | 9vglPtNJltGkRNPl9cFmEjOu8YyzdY2mRQmf2YZFO5j3co7+pw2eNb93vF4v | |||
| xigI7O3+aCVHl3uzAw4P6EvzK9aUqmZRgPHfrKO9kYDmPggj/ka0PGy1GgQP | 5UTGTPlgfnT1rF5mr4rzGsbgwzp+8ebVAWiTbec+f/5/0INx/+7hly+g8Nfj | |||
| zg7HVhRsgrrkQ7vsSCmzQeNfgUos2BH0IjUyQPY3oqB5GJO+UA7O5+/vOtWD | ZT2jq8jTa1kZQg8aPI2bhhsEli5O5rJsy+mSVwNPLMrzTSOWCs5+Wlzkl2Xd | |||
| q/bPuy7ooOz+c+BXx/CH747EddufP97p3QNyqe++dQv8e9/97815FguweKTm | WGJuN2u8lzC+aGci/0vy3rSbsitYq70AEQdL2qJ6va7hEdg5GKZe4Si81YZC | |||
| j4qziH6QZVRwsSh7ldeTZP+bviCjYTkszOpVizBP3LsczUJ+BNpDKtMDFwc5 | YB+QBJDm86qutiu87G0B4nQfNW1H51SiJosHzxukjAyUj7qcFWYrAw2AqCuI | |||
| t+/jQ8jKMJgJ8samWKDHHxvS2Tl8vT4lGiE637VLLPBk95BrQQ+kOYb9tkTz | I+EuMCU5pWX4EWwR3APWMYGD5TBFmCfy8GY+XtIJwJ1CqVbiB1gAo+MLHnTz | |||
| I6+6xWbkrWPrCzjvBoC/Atb5FDyp1n+FN37F9LDjLDY1f5r11x2+zhorPiYy | ckF8fGhPzeYVeBnwYuw6EZxUvP2Tg+wXYmLEV4C6AndsYLh82Qrl6k7CI7qZ | |||
| oXXBH7HphYuh7o2e/iM8367h8INrwLXSYWDgLh03Gs34ux3+0vGcpYmnik9E | 1bkTQwZ4zWwDCgJ9GL1LYqPAnKYbljqkZPCQcrOFU5E1gZQeHUcGy4QDRLOj | |||
| 46rrrKHC4onbORcpkzvIX2jZPfFmqjgWZaIZ0Xsq+zIWjcSRBx29g0/i1eWm | x2aeghpeb+le4kF5m1eW4BZFTnIQGR6YgLNN2/Lt/vx57l8FGgbl9OQ5Lgin | |||
| LacSDAAnDfUczM1pUYBh0Uqka0zu4awQfxDMG5S4ZR18pzjgg9YmeDLgYpFm | Bj+XXVssF3C2CzhrWiwsT24bTQJWBLcLJihMWO4lGXrMnTLhTiswgGDvapRY | |||
| XdDb0QUvOxIzEpfajHKUDc0bS2s8arYL0igKB0MoiOLc4eDDYPbQdm5pcKDI | ek7dRUNMnq8q7nJVLAMtucA5ZavRXff3DTkZkIJ0HNm30zdoLwCNtEU7yZ7X | |||
| OcR5yYcW/TByeiW25Eq0XDUAg18ZQnc0urxt62lJp8Oy6HL02sH59KcPGUnw | V8jaRy6wM3zdn2brP4N/rnGA5+/evTnL+FY/evDowZcvo8z/CJTy7VO8rXLr | |||
| Gvhct255ZpZgS+nrWeCSN69bidTxW/wbXLKf4g9EK8sIr5uhsS37svd590lp | Hz18BKJIHr77mB7Gy+df+N+/nJ7I74/vPbz75YsTGrBzQNo0zI90nnxJgyzR | |||
| LPNOnO9iUVzQsqBa4U9kQxNcC/A6WnTixSF4+N0DjO2AhDj4CW6Gk9djuO3H | h7wWA7QqOlI7ygqvHjN2vPyrvNpmgSO22QWy9xW6h+HCyua3Dm4ZHQ9IHrNN | |||
| k/Hzic8atVfT8zE4dSIrGh1pRUpQGHqDajFdBJ7YFQYmxR0//dPRM5po9kRF | E3YmocralOfwXHRKTBkF8aISbTGyjUFMBFLWS58THYOGhsTxaQuKeMW/FdVl | |||
| 402yN+Qgw7hLuHpj/UeM9JLDtqpbcoYn2U8wAjl87N4g3470zOAcgY4s9Ae0 | 2dQVklc78uy5KWhWROMgS1d5s4VrjHSLKmZ5Drc5yy/zcpkTldRZPdXloV1U | |||
| KX4Duz0EOa5zjc61Xc6LmYvfyfuBVqsFQz0R4RFsA4ywgEW9xhBd7nW3EeYR | 8E0ojHS/03pSDEQc+GWQY5EiAacb//nx4YPv9RxBqMEhek4rBI7P477Ti2sR | |||
| 65yGLXTREub3J6D5JKog4+kuOcxpHsuiestTnfn9m3XHghS9i36Kj+5Iqsuq | EO0EVZmTurrEKShfflosyqqk/3Z0IUD/Qd0RjKS9l7+cvQMdnv5v9uo1/e+3 | |||
| Ahmr1212lS/WBUmSC5FEH+5inw92z47Xxx94rB8uKUERLnW7nz/7i8Yi3XTR | z4Bi3j57iv/77Pnxixf+f+gTZ89f//ICfnfyv8KbJ69fvnz26im/DH/Nkj+9 | |||
| ly97Guad5g2FOXAmiiEFIHPyU0mxr2ilYXhwTva+SZSQVy3v/T+yDg6J1vtD | PP5tjwlm7/Wbd6evXx2/2MNdIe7gZTqyh47OHq9ds24K3Dw4X1UWaSefnLzJ | |||
| 8PPgouQcJHzq3D4caXPUav7YEg+bpKmmEDn+dFb4AK6NCZcYdESphJ1H+SV7 | Dh/Ajokjn24Bberh93AL3NVFIcRZV8CU+T9JHIG9BvoTjgHsGhj6GgwjvO/w | |||
| QrH8DC0O7HL4v2Qlm+JvHG/DV0/CyNo1naHzNap4GUc7MBBYxOscjYkhQaPB | BTAOrqoMtbJJdgw/Il8GJsQyF+iukHtAX8XTG6FiSr/eJ8b1Tfb6ElltcSWa | |||
| 8Vylsixro5+RnLJDo8WHYYRkimkyP2D366rGcOa04DRcWJf7rURt23j3+qgH | ih4OUgLMH6iqIEFYgzLEyhvMj7n8FeoW63pZnyNjAbV6g56wjkgf1JORY/ZM | |||
| KtqC9AHMOE43PNBd+1fAS3cxqsdXw7NRL435d3k1LUDESFLhLJ8WxawNZov/ | ViDMbe/sAnZqnr2s58Ueb+oZEG/HfyClr0U9Cz1SxHHt7iHNLmrUekikCweH | |||
| DgdXg96BexebSUZ6QCIqPO3FbCS2hCZTYx8CB7VuKXZzvnHmG8hnMWF2Pj9O | +X+TvfNzcO7/hX/WxqJ/vx8P/ft977n/Sf/Afx187t7du4dHT588Ojo6hH+7 | |||
| YBMXOTwTXyILW1eaGDC3w2Q2RQf6j4a8Xo27eowpuliR4efrOFkn74msa6jp | nxsaT/zMf6Bp/AmfE814Iq4vNAG/Yrz+c2w5+OGAEL5mfulfbrt/+o/1dfPz | |||
| os4XKOfyUZRyaNdke+RRYBx/peZDGSJoSVwW1TiYVGWLU7EGzUhfTtEK3FBw | Pq94/CP7vPDon6BxwN7mKfCk+QEf3eej7JuWyGSMhMBO/T9aytHj3u6BvQP8 | |||
| Ma7WBIyVpqhFI2K8Y72YwUxflgWpZBgIjQu/Dc+MfD4XCccIX/GJH5+pkYLr | 0vzEnFLZLBIw/jfzaK8koLYPxEj2KnN5uGo1EB7IDsdaFFyCumShXXbElFmh | |||
| t8KToyBrz6dp2JTBJ8WGCx9sidXiH8YCwQlXupcCKsN2x1E02Z/voXhFC/CF | 8Z8Q5VP0CPqQKhlA+1th0DyNSZ8oB/fz97fd6sFT+5/bHugg7f7PwE/P4B+/ | |||
| A3BgALTZi7e/HLPBHgwJY17AkYpX/Eiht8d40tJC9Q4njuHgCa9uqVFQZ3A5 | HZHrrn9/utW3B+hSv33jFfjX1v2v7XkWE7AYpOafkrOQfqBlZHAxKXuWl1Iy | |||
| D+os4+MA1tJ6q/Uq//u6yF6sPhZvaRi/FJs/7E8mB/93/7vx/h9/oIvWYGzv | PWuozBIy+TYHiVmNaiHmiXubo1rIQ6A+pDQ98HCgc/s9FkKWhkFNkC82xRIN | |||
| f0cX/VIsT2Y/xD7YN99wPI/PaRlv78bZ/F+78RDkP73z1hv9Zx+ranu/WRU/ | /liRzqaweh0lmiHa3rVLNPDk9njPN+tzcN9WqH7k6D0aee3Y2gLOmwFgrxTo | |||
| JDdqlGwfxMPR7TxH2WfvF/qhZx9n8w/l7IfoNzy2LIe//O++0G9ON0uwApty | HiSPkqzCK7+ieth5Ftual2bNdYefs8qKd4lM6FzwT6x64WGoeaPSn/xo5FMi | |||
| ekQZqFNMQP2w5R045seyqL1X0ISDbCx7v/HrJQL0AQQovmJoEJIS+8ApsT88 | F5lOA+OT6bxRacbf9nil4wVTE28VS0R5G7dIdw0ZFm/c3lSoTN4ge6Fl88Sr | |||
| lKV++Ec7engoT9+2IQ/Pb4Z4nzAEkS3UZH94kIjUl4FHbHtZNCLcJh+mMrh4 | qWJYlAlnROup7NNYNBNHFnT0DZbE64ttW87EGQBGGvI52JuzogDFohVH15jM | |||
| Bpf5p3K5Xn5ApMmHRVFddJe9wchU4SUk5o8e/fGHG77K2DA3fQL8L2bM2ptW | w3kh9iCoN0hxFM4Q2yn296C2CZYMmFg0nyV9HU3wsiMy67yjXGY5yob2jak1 | |||
| GKRSAuY/pD9Px9qCEQ737/rnT+TOPfPMDEwK8CMefJoXD2ZP+2MhM40HpTd8 | njXrBcP5C+REce54cDDYPdSdW5rc1DsvWWjRHyOjV1xLjtyY6oHBVQbPHYdj | |||
| Scf9AysCtnZUPQT7LtYlnBgGW0cG456SeSj/0kMDFRpbAn2HBlUVqL7ZxN7o | 2raelSQd0I+PVjsYn176kJIEn0E/+6blnVmBLqWfZ4JLvsyu2k704/AFl9yn | |||
| JIRHjm2uYYdZIXELfB7aprebjhNRxW1GmYPyokLtjieE0YIufCadlLkfP0Xh | eIGTLHJHuTkq23Ive8u700qEQIzvYlmc07EgW+ElsqIJpgVYHS0a8WIQPPju | |||
| Z7W13UBR8tLIp/I/MO0MmrbDxKtYhBWGImh+xM7hK/lHclq7OE3MB+jHcsUJ | Lvp2gEIcqZ7okxWKUB9IK7SAR977dIu5UmBvXaL3UYzusz+fPKHtZHtT+Nok | |||
| MTLD+Nd0nnL2KKNU+jUhMmh8bEU6AhPxrGmyOV4GERvnVAjgCw4r3QQ4eFxv | e01mMMyuhKe31krEADCZZeu6JZM3CjDaG0AWHHGTwZ0ATljoH4j0fwXtPLgy | |||
| SkBTXFQvyxjwlklOTB7KfhPlQ/R94qBK7IXvJZ+tMrOtohifPTiTN15zqwAG | rnJ1wrVdzkeWi3XJVE9n0oI6nhDqCIidUsW6ZoOOuNxzaEOyI+YsDevhwgvM | |||
| FYCflZ1FCiJ6EDgKG7UhE1E04A7junuLj05nczLvovuCAg7/2NmbZJj+Z6OI | 76fA38R3IPPpLtiXaYZlgrxhVGd+f40JAeyJTf9KwTCi3bKqgJLqTZtd5stN | |||
| 52V48Gdeq5/x8NVMJlMvBD8woAPeam9WYLoGtJqKY11dgMtJyDpc97zvXs6z | QfTigpPUO7XYsoM7sue57nue6/sLyrYIj7r9z5/9Q2OhYXroy5cD9eXO8oac | |||
| j1V9XZELgIJN/xrx1iSfjaA75wUn0evsH0VTw8Wd7lTOuy5X4HBkq3xGUAuw | GbgTxdA1lz35sSQPV3TSMD2Qhr01aZhVGcg7/x9ZB6Kg9VbPBcY41BDJ2RV4 | |||
| IeU/1V5Wn0d82TwEL2loPGhw1RHdw3nU4hMa2DwO2SvlfJQVk4vJyAWDnw2l | 5NwhCK5FVhofldjRRE01+cEpPFZ4P21YNNIBmmtryiWk1Borh5h+hg4H7rLG | |||
| 63IxmyIOr6L70VCezeBuxNbwj2QWY4iGc0bZy5RhUEOna1v4BKZtUkxGfl3g | pMNJNsXf2KuGn56EmbUbkpSYHbTVebQDE4FDvKKg5BCh0eR4r1JalrPRZSSy | |||
| cYRuLWYY+1ivyKwejBMEJyfMHbg6oMqXZRsCCJrUHrk0fZha5/ANTzM2WxFX | dGi2lIPUkgRfhwm7X9Y1Oi1nBQfpwrncacU328a31/s2kJ0WxA9gx3G7YUB3 | |||
| N+YPGuMXiAUrcBaPt9DcJLvcsMTlTGOydjrgweFko01EmsYqj3AGinMvwh5i | 5T8BH91H3x0/DWNjSGjMv+XVrAASI0pdcwZNG5QTvw5no5EZ8QHxm/C2F/OR | |||
| Jhi9QueYwCkuigxSZjO7KCr69zYw3CQ7BiN/4JXukhLnB+Ma5qIjs4KTpsGi | aAyabBhbCjipTUsemunWmTWQZRKc6RlLCczDLHIYEz8iB1tX6v83r8NmNkUH | |||
| 4FGNgnI0P8UVgOMCDhGJlIVH4QRdUIwbZqnF5RXtIFIocoHPIj2v2AJUmY5Q | /I+mvFmPu3pMobSIkeHydZ64dliw0Lo6lM7rfIl0LouiyEK7aSRzxLi/8SdV | |||
| O5MbpijOaFKCFLcLL/04zHjwu27QXbcoQa9ZaPnAmxqTWudUP1zV6NEpuDdS | EsrgJ0u8r8jGMUGwxa3YAGeklZNPAi8UPIynNQEtpSlq4YgStoedvigLYskw | |||
| aKjJbhJZ8EkN4qJkIF7hI5B0DT7WLmbwWSaZ/9ZyBh/pApIS5XRos7V0OspL | EZoXro0C64uFUDj68YpPPHymqgjFxVFyFKTT+VgMKyw4UqyesPhKdBM/GBME | |||
| VClNUMUv+dPeqy5GQxe8rnwFjjXL2CsPPtr95fjVnv102neE7xLc0Vmwkc/u | Z4/Ru+Q2GdYuTqLN/vwNkld0AF/YzQZivs2eb6dNOc/eMG/+GcT4s6BC7GMG | |||
| ZChkqaHgeAJYmOF9WwyG8B47eHOQyDzHzrsH9vWDWC4y2FX1y27lmXn+E+2O | 5wFr7UGbMDoGyVVM/UQ/zrshqcUuHBTwapUazvUBHufZfshYTsAhW2O1Xud/ | |||
| w+PD53YSVnnZBPQgYsQw8IzLF1CqrvdC0TdNkS9M2DasX4u4NrQZBIqFGhxG | 3xTZ8/XHgmcIE/zD4WRy7/8cfjc+/NMP9NAGdO3D7+ihn4vV6fyH2AT79lt2 | |||
| I/I8GHD3gdyWgK+whatpoQZjAvBDpanqEW4vQYP9g4EWvAda67365Qr/9RLG | 57EAh/lmOOHem/PFP/nmMVyN9NWb3/Qrf6Zs7912XfyQvKl+skMgHcdperRN | |||
| 4r0aNNWDhXsWXTS41yjKJ3GBQWFoCWBXTGF6SBRIJeCnrCiuhR8mW0piNB7p | 2WdvGfrJZx/ni/fl/IfoF55clsP/8b99oV/OtivQA5tydkIxqDMMQf2w4xs4 | |||
| i+aehAQVgqSWdKtzQaglxSe1qMXlF5iPWWLcquW0RxxoOPFr3maf75kduDUF | 50dyrr1P0J4DYax6v/gjE+p5D9QTPzE0CQmKveeg2B8eyGk/+JOdPQzK27dr | |||
| wvoVD/1aTAQzl6zMRooHtDtJ49MgyK18Jz5EIDcyjSza6wYhiAufXylm/sHw | ysP7m2H+fJiCkBdyuT/cTajqy8AQuz4WzQjvyPuZTC7ewVX+qVxtVu8xL/b9 | |||
| 8msQOIKxNcVVaSLIdMighdB2mG4juA2K7ShrEZjuZRAvmcLhEaU/3XpFMdDs | sqjOu4veZGSr8BGi9IcP//TDNasy+s11SzjhPM32uhMGqhSX+Q/p39O5tgUl | |||
| /fuXuIxkIOEWArVkZ2HMswCibaHeHQqbBkYpwYNhwJaTqvpjAU6bXSPTgNsL | XOz78Sfy5oEZMwN1AyyJu58Wxd35UX8u2cxPSl/4ks77B+YFrAkphwi6X8xO | |||
| LPwcDvtV0ZBtieOlc3CbpZFhcogEzxFWbXgh4AXwTVd1yfbSQE5PH8fL4LxG | ODQMepBM5sgdke5oEuKQPyE7YzWhb9MguwK+OJ/YF5148ci2zdXzMC/EdSFZ | |||
| 5bgbjMiaoSFUnxXR6SugRhkFgVxh1ziDlsoY+nOxwfPiqsxNRLLFnAoMxRtP | Su5mvXIifLrNKHhQnlfI+lF8GE7owjpJjOZ+/uSIn9dWsQNmyWeja+X/wtAz | |||
| ddaANNdLSieiO+vsIOD4LdDeht+uQXQXUeQcrHLCmfcmBFO1nUZRqwIXB2OW | sNsOg6+iL1bojqAdEi2In+Q/iSx3caiYxevHcs1BMVLS+GeSthxBonA6ajzs | |||
| +CkDX5hPmxpWL6Bh4zyoQc2dh6mawFkaW9EkanAFggcD4A9xUf7Jbvhkk/2z | ANiKjuko64e3TQPO8TkI4TinZIBLOK70HuDs8cgpCk3OUX0Oo1sFhShoeBmV | |||
| ABuMYnH9IfqAJnyrkRrHgjTJ/sSXWeRhU9ABUs4lnS/bx6wiTo+IvoKqwpIO | zSoKikSpOiN1wPC7ZNJVZr+VGmMJhFt57TM30mDgArSu7EPEJKKRwJDYqo6Z | |||
| aI/jkKbxysOYKhyxjJ0nm9kBTanWrmI4mxpOhjnb6QTyyxduvq6m/J8UVIVB | UKPJ8DAGvNcIUT5b0byP5g3SOPzH3sEkC+m2vDHDs//gOfsHnr+q0aQKBhcI | |||
| ggOgoQB2xXDoeQhmgqL9/LkfQf3CWrJsmhrV3WcN4j2cHKAy8wBGg3K94QPI | unXAmu1tC+zXAGfzFFlX55huiz/h0ed9+3ORYWpfRTYCEjf9l6Qlk1FHCTzT | |||
| tuSv0M3Ix/PJ4evDCN7nyD7vzc+4zKsc3zYQmTXTxIeX84EOb6jzlc0aE9Lw | gmPpdfaPoqkpY1BuK4dfKX88W0veKSiZ8j9VoVajSIzdPPgwaWo8a7DlMceH | |||
| uqhWoH1qH/Hq8M+CEsShoMjQ4cN5247MYIVMoqDQGQbqlKF8Bno+Z2wojoIM | w6nFJ9TAeR5yXcrFKCsm55ORCxYBa1JX5XIORzmn0SjGDZ+HtzHDhv8k2xhn | |||
| a1HY5k3noD8+TrJfq0X5sUiGNKIsuDfUUe2dI5754oJP6SXWTHU1bMtzby6l | ajhnOL7uGTo3dL92uVFg3ybFZORPBsajmrFijj4QzWEb0smCGRQ2D4whYOir | |||
| 803xHQ7v4A6gWbksEexMp+k55gDYH90HgY2MtRD5CI8kY4jQ/pfF9CMJ3roK | sg0uBg1uj1waRkz1d1jEUcaKLSZijnlFY1yB6LiS1uLzLjRGyUY5nHE5V9+s | |||
| AFc/IuPykEOMBtHQdbbeBLGS5CeM/NGD43BiNHaRWXEGoz2EdZmvyaqwNTBo | 3Q8YOMg3vkfEbiwHCaJQ7H+h9+BWQTcW2s+UpeIiFyGFOCXVeXdS3CR7htmj | |||
| QpVkVlPFQDVfsBHUS0TKUXpeaKiFpzXsb/sRartz9qZcoKKa5muZoRof6CJT | /U86ykDN7o1r2IyOtAuOngbFgmc1ChzS/BWPAIQGiBJxmYWhcIfOydkN29Ti | |||
| HVMlLWNPKcjE9ggbGeyfY7q0pK14XneXDHm4AkdmRbvUxSnXEi3GyBnAZWB8 | +QqDEDoUwsCxiNlrkgGyTUfpO5NrtigObXLGLlwYPvtx2PJgml3Dvm5ghJ65 | |||
| hcDw1piN7kqu/UD7F1xhUvCOwcxtttsKxAS15ljrE9BFQlQe2hRN3nZ87PVf | 8PmBxTUm3s5Bf3is8Xm+nABHTA252XVEC3aryb0oOSOv8L5IegaHtacZDJdJ | |||
| yNFDB/ZZNJmsk9aYScR9WYUqFVgjd4+0ztaQYvDrPt/bkowGi7KGeUMwEDx/ | 5hdbzmGVLqRUIqUOXbeWZKR8RPnSBPn8Stb2ThmyWFH5GqxvprKXPg9p/+dn | |||
| IMN8p2y36ud+bpcyi3Io0oKQ9NMhgM9PdgCoygHHQa3kolovQ+B4eFC7HEfe | Lw/s2unqUaqXpCB9CMryh1spDFmqMDjeASZn+N4OxSF8J5q9ESey07GJ77P8 | |||
| G2W73z169O2jPQ0VR/kT523pVb5Z1PlM/eUwlMs89Vi97fzUWO48JhbR3Qd7 | +q4uF6nuXgDIjfV787QgByNuzI+bii2c/Z+f/shs+niDrsOu5HQ8Y43S4o6D | |||
| I17Z3f09CU+Hr+EXD8bV+xfGGQgbRzcGG14TR9I5lE6DeWp/rNmHWxMpP6R3 | FHyK92j/+Nnx02hD13nZhKxETD1DfzbSQsh9db25C/tqinzJPM2zLT/SRY1a | |||
| bc3pxOkIWIxeXqF/lUx2Ly9nB0/z1xv88XLVhaTQF5u4CBNifSSaA7OcFIAj | iGR4oUSAdcntGPTje89xS+m0wBCo1Gkx4GkmHqzcFiuxgCH+g/M3+Ea11ir2 | |||
| LUe/QcsFzOSqU/ig7Mj+De6MfuNv4IM+vZr8EFAxOEz9TA2Romqj+i44e1Wt | Rx/+1wuYizeVUP8PavOH6KHBm0tuRXFEDBJWS3l7xQy2h8iKGAwuZW3qN+h+ | |||
| 2WoOPLPRECRHKzZAzFlGaT68gcvrFK0u9+oLksJCHmw6Fz3RdoPBGMnSJoHc | ilPI5w+jBik+SM1sUvW81b2gZChNe2pRKMgPGOZZoaOs5WhK7Nk49WfeZp+/ | |||
| ELOe+It9hGaKQfjY0LXSJQ+1xWze5toaOODDgdSGGNRsdSrgUxH3sYc3EJmf | Mdd5Z2SFuTUqEbWoHGYvhTVKlqG9lOoPhyvRyjJxDEnkkV3kSzKQcs7jUqbM | |||
| RAGIM/X24cU2wlH40Azr+ZEPdETlKQH9EjuWZ7L4Z1EahfMnGM0jAUGzp39i | FdAbJcc1xWVpPNYksVDhaDtJDC+JakdZi1V9ngTxkRnWfdigqtusuQTr3bsX | |||
| thz49NAQxELQr98hIOIdhhtowPIGGbSNLdCZpWfaMQcO0/kMamwULnZs4NAE | eIqkb+FlBBZnN2HMmwCUbfPHO6Q1dcRS2Ajdji2HavXPko1tLo1sA94usBly | |||
| DMVyNYTSg4zRyZFsrJDAueHsCDZMgM3C4NA2FFm++8kDzp7zOAbjBUh0djTw | UB3WRUO6Ks6XhOouvSXDkBPRnaMMuOFzgA/Ami7rktWvgUihDsfH4Dx3Zj8f | |||
| ScNu9MinTUz5hkz303AODalvH47JCL4iW6Q1impghOYc8ovOscPSFNbY+eHd | zMiqtSE0kBWRKJdUSZkFpc7CpXEmByvjhKLzLcqeyzI3HtAWYzgwFa+K1VkD | |||
| MgBmI0OwC6XQLQPoyjaeKiNbvGixchsx5i4YAY6P63O0rjh8CItijM0P/uk7 | xFyvKEiJJrKzkwBZXiDngl83QLnLyFMPWj4lr/c2BAPAnXptqwIPB32kuJSB | |||
| oL8KihxGE8D5uniGevEqCkCZiFUwEkO8anR7wGokPvBAZDKRANdLUEhBD+pi | FeazpobTCzm2cXTV5OJNw1ZNQC7HSjmRGlbi1G0X0ggx28qP7IalpNyfJWh0 | |||
| djJFR3rA1g7DkuIo3w58rgfnJSESuze2yfHI+79ihpQMuk6WxR9SHthO+kY8 | 5OLrT9E7UGGthmocE9Ik+zM/ZvMZm4JEUbmQJAG5PuYUcXuE9DVVKxzpAPN4 | |||
| 856O8HaW+7qt5HOGXyP8crTTvIiT8JfHfzVy3xuekXrOcrDZ3ld19pmZROhA | FsJCnncYvYc9pLExZiNJwChVd9bM0KYGwbBgtZ9SB/OlW4h4A3aOTlyYJNgT | |||
| J55dNs0HBrt9sJecDexzCYHIDh/DnaTE4jp3skYtuHgHZOJDA6Mom2Imgj3y | 6l2QuiwqCPM+UuCznz/3PbZfmEmWTYNVTp8/q2PwweQe8jKfFmlyZ69ZACmq | |||
| aAC/wLQ30IqlcjicdFry4o4QUXahENVHp78i+wROpxDoXUmb4RhaGPyewsVr | vAq9jCzoT49fHUdJg460/d7+jMu8yvFrAw5fs00su5z3nXi1n59sNhjmhs9F | |||
| ZT/oHZls7dPvxyRIYOU/K+a4s0LAPDL1V/mslcQUxzYWG0qXcp1tHzxJVdz5 | BQjtkR3i5fFvknuIU0GSIdnD0eCOdGpNxERCIREG7JQTBE1C+4IzTnEWpKUL | |||
| XY4Yj+jCHNINYhT5PHbCUnAMZnbbv3CW60M9/yAp3CBxw2MyQndmH38WzmbJ | wzZfmgL/+DjJfqmWWAQfT2lEsXWv9SPbm2KW9Pk5C+kVVnB1NVzLqde80v0m | |||
| D5PqAKHCEtv8I6dJpvWKyp97E5FTeK3z2bczRJ1PNx8EMR3y5T5BTgYAYxbI | lxF7jPAG0K5clJhCTcJ0ijEHNm8PgWAjvS/4UsKQpFVxDWEx+0iEt6lC2qyf | |||
| LwRLkPPYbIQFQ9VOSNCYIagUhYz206AR1oI8p2eX3S3PnMWRKn3oo8m38kiu | kTGgyL5GfWjoOVvEghmYZHSMvOjBeTjRP7tIq/gAsz2Gc5F6LVtYgxpUSSo6 | |||
| mPVo/KK1Jmf2wsN7/RPvw8fU64YTeZdFPuMIHg2nQlPxulhcFemvcbhssJ7R | 1SFUiyXrQL3Ap4jSaaG+G97WcL/tItQO4GhRuURGNcs3skM1DugitR9DMy1n | |||
| IuvMkSYDtY6VcPgLRkNKnvOsJwln6oiH5D7s+HcUqMVlWmDJehQI0grnHbRt | tJLbitUR1jHY3MfwbElXcVp3F5xIcQlW0ZpuqYtDvCUqjJFhIYFlTtyQ/L5I | |||
| qaBvh3Xhqm678d/XoIHBycsXF3UDP122IxgNfEJR9XceykMfZw7qYAGfSWbu | i0VlGmxr4vGOs6S53JJyV5BxjrXwAU0uTPdDtaLJ244lX/+b7JN0COwS/X3D | |||
| J4z2Iqq8BZsNQ+JwXs7WU0HBwM8k+h7tTzSL2vV525UdIhiMWyAuBiMiWnct | pZg1hwSrUP6CFWrfEOPZ6agMduLnb3bEv0GnrGHrMMsIxh8Iat8qwK4suh9O | |||
| yYbZmhG4PY9AjQUJU2MsFikklvWVFjs2xWrBkWUb9sMc2bbtLqlpPJYXojzJ | pmCmyEU6E7oAJAdw/OQSALccsEJUTy6qzSr4o4cntc/u6YNRtv/dw4f3Hx6o | |||
| FgzGQRvZeypuIRf2dKuTP/AsdPFnDx7c5uJzYi2C9dHHB/PrDwcInHv4R9EN | BzoKyzivTa/z7bLO52p/h6lc5KkF7LXnI6O785yYSvfvHoz4ZPcPD8TrHVbD | |||
| yW/jxDVNEVrV0QM1sUHpfz7MvDXCJzm5LDi127hfTIGCBNPpWDkv2MIB2xzH | Hx501/cfjAMb1j1vdDZ8JnbQs4eeJhOVhWpQ48b4zA/pWztDRXGUAw6jF67o | |||
| ASZHvW452pXOvy+B2zL15tW6leCrCi2a77tOIPalYIu2rfnEHfqQuBYm2BAv | PyWb3Yv42cnT/vUm/2y17kKs6YuNh4QNsVYS7YE5TnLpEaOjX1B5AU256jQv | |||
| WY2+Ery3IyzQmsqncEMIKkGj3RIK5jSAHMZLtmoZv0HZjDA5BO5yvigmXU1K | UW5k/wX3gX7xL7CsT58mSwQ4Bk5Tl6leV+RuVDgG4lc5my0TQbGNuiCZWrEO | |||
| tElez4z0cJQ9G2VHdLov+ma180IQ3/NcbzseZT9JyvjW2Z9SDJuCm9Zhd1vm | YsQZRQ/xBYaj0jR4eVc/kBQs8mTTveiRtht27kgAOHEOB0f4xD/tPT4z9OzH | |||
| mNfVh8LDdBYlTk1/VutmKHo2VDxC5z2Jp7A5kXtrjrFIAdNZT8CRYawd4eVE | yq4lLx3V1sl5xWunH4IlBDEO0apZ9XQeu0LNNWvmDfj7J5E/44Na/PDhyGNS | |||
| ObMZwRcoIIpflS/rNVnFCsAiGpXZbGJVdZTIxGzocom8dTMP2mqnl8WyuClJ | eF+PsHr1m0SVLyHlJrYuP8jxf4iiMxyWQf8gkQjqPn2x2bIv1eejYAIG/fwW | |||
| L8d432phTUfuKX0m8wegOsYKGzzvy47j8u02sR+FfAepS1S2G2LkmaOwJJYF | szDeosuBJixf0ElbBwNQc5Bsz9gXmW5o4GSj8LBjNYc2YMg/rH6UXqIaCY/k | |||
| 6DcZtoTpN/4zGOKCol2NcdpiJxh3KftcgveLyk/RuAQ1D4bG4oPPpwf36zVi | boXA0DXiI2gyISUXoRhAQxRyvr3wAZPP+ewJYwuIw3c0sKRhY3rkgzGmNMTv | |||
| OEsyXmgW1Xbptpk+lHGoV6XGu7aaMHQIDJ4l5DUilwnnY/PK3bYZaEbmSP0z | txdFQxzc+2QySpqRS9IaXjUwQyOK/KmzN7I0RTt2f/i6DKTQkTrYhSrrltP2 | |||
| 4hpKPHS0FKrnkbhYQVnoRRwiG3aN3/+vzC36apStSqqnqMYP4/Zwiv0uw7yJ | yjbeKkNcfGgxfxtxpl/QAxxL7CnqWOyPhEMxKud7P/oesLCCXJHRBkgcMN6i | |||
| PwNmcQqG2CSri8ETQO+NbjAPgnt6Ks1kxqYFPWGr13Hbw+ju95dpyHGgZs4u | nteK3FDGbxV0xeC1Gt3sthqJKTzg6kxIwPWiHlIthPyYbU3hkz5PbI+zoWJf | |||
| BBm1NUVt0wfC8SuYono6XUcqXzS9k4pgo9spS3VFPlkVWNlI7iStzPb4Cn8B | H8Lg+JzAxFNiL8cuQh55M1hUkZIzupNz8YLKZ80TxxEDvcclvK7lvu4u+VDk | |||
| F2GuXkG8jq8f4TafIvNmD67HX8AW06ww/g0puCVagWQcDqhRn6EKzErzdUNq | 11C/iHfaF7EV/vLor4bwe9MzZM+RE9be+8zOjpmJow644oeLpnnPOXbv7SMf | |||
| WBiW9HEwkjGMi9zMkwQpHeAl4v4Mem8lZgIrTI92Jai67P+s8xnGG6YZ/jtL | Bi66eELkio/hTeJicQ09aaQ2c3kPaOJ9A7Mom2IulD3yeQb+gOlyoCZLtXa4 | |||
| 4de7ar5y7SecEhVhGqocDlWHux8mYi/DwAnonBy+vCq5NkpLvpuy/TgBy5/f | 6XTkxS0zU9mSwmRC0gA0oVCy+DS/el9icTiHFiZ/oLnotYff6PF40vjp9zER | |||
| OqZdG4H8Iq0sV9FYSH/OfFmVIAww/uLmgrTOVusGDIqCM/aHIY024L3yAn2+ | Emj6T4oF3qzgNo/U/XXOQExwmuziWG4pCMtFvP2cTSoRxwz2m4WMTxjDwNQ1 | |||
| l0dX8YA4U+XFwwMaYylZgtc790jps/TZZ46P+Y9FsfIleVyIrmHTs3Q9zpz4 | dBQZPnbH0sQbDBi3f+HQ2ft68V4iw4HkhudkqO6DHf5DEM8SdibeAVSFBbz5 | |||
| E3PY7pI8o001XiIBXn5eIhKAqjoJ+mQShf36TId12jlrgfR3h4fPNepkgNyE | R468zOo1FVf3diInN1vnQ3ofMKd9tn0vmdohDu8D76QDcDIEGYegDnJ4nDWx | |||
| BsXJpOBsW+QLLX6vYaUpErbSMvbhOld8bikALgkVR8nUAW/9Fu/SE3Yih9J2 | oK3aDQksMziXItfRYeo8wkqTpzR22d0w5jz2WOmgDyf3ZUiux/W5/kVr9c7s | |||
| j5EuYyeUNx0Zw31X9I3kJzAA4jw6N4mkq9q9WcPRKTJTj8TaLEpeFoDchDcY | uU8r9iPegcXUm4aDgxdFPmdPHk2nQnXxqlheFunPOF3WWj/QIevOESsDvo51 | |||
| MGXIjJEdzza9x4Xf6PNmW3ze7S6vI5eXeKXYLnsmSeMAFoiJ+TxcO5wSlGdO | dvgDZ2FK8PRDjxI+qDUecgYmiFiDDls8piUWxEcOIa2f3kP9lsoF95gZruu2 | |||
| mY6Q6fKp2oloKjtO8aJNBXs/esJQeDxE/H/IOLWz4XRt7n5mLHSRvSNYlEXd | G/99AywYLL18eV438NdVO4LZwBKKqn/1CPGul98OV2UJyyRN9xN6fTGbvQWt | |||
| HCKnyLolE1t+zJsj2/353fHh6fGeUql9j2yK7tZhXGCwt9AIrU6JrCR4DVTw | DV3jIDHnm5nk18DfxAsfXVBUjNrNVDBUrW0gdgYnWrRO0WjmG8787ZkFqi6I | |||
| jH4YnzROs+MFwwB80SmN/0IHDipwvVxuknnkiW4FRbstDDcDQRmDGz79iFpJ | uxp9sghQsaovtZTSg4k56/7DUNmu6y7xbpTLS+GepA0G9aCNND4ltxASO9pp | |||
| RJxwISB5Fefl97Jgm2oQGOt3y7kAEuDbsJJfiuqp4AFPD7gbi0r78BsOMmG8 | 6Q+MhXb+/O7dm+x8jq9FKYO0+KCA/eEeJuU9+JPwhuTXOBpOW4R6dTSgBjgo | |||
| l6eRniZKyU7RHpPsXZeqbd/gy6UeGdSqX9Ubkv4c+GJkLOmMddnlMiyJySt1 | p4ClWcDlIj5OVgtu7S5gGVMYIU51kivTglUc0M5xHqBz1JuWvV7p/vsCux1b | |||
| oY+Nuyi8TzC/wN+GRpMgty0Qlajb+NFcNY6QFxZ3V3ocMqsKBCn76EsABlOg | bz6tVwlWVWhJft96ArIvFRppx5lP3LF3jWtBhHX1kt7o68x7N8ImeFNxFl4I | |||
| LjxzMg0pSsRcn4FEdcjmighjGMgvz3/6hpDFX/OoOGU4cuppJ8ViCjDf+hy5 | SXVQr7e4hDkcINJ4xXotJ4VQVCNsDmWNOV+Mk54mBdwkvmdmejzKnvAGnpCI | |||
| /mySvUG7NXd+XnuFZWIUR0CMhWc+jXKnZUdkLi6FQ5N53QXXUYDOeXx37Znv | X/aVa+cJIX7vKb0Krz3jAX6UCPKNpzAjnzY5O6317nbdLxzce8bDrhYl7lB/ | |||
| OADtWSqc5k5igD2V3lhJvWHoUQ5JzB6pRr9tn7MHE02A4YAYtJjUi/0bVnLA | c+tmyJM2VLtCcp+oVBCjyNA10iziwxSZpKSU4Vw+yscTHs3qBD+g6VaCFreq | |||
| 4xWEmTP3OpbcmHtClk/OnIAmM5kPQrIJIYKZSt41YDAGXcN12Qc4nxTlDsZi | N6Qda3oXYbXM5xPLsaO4pgVx05SwdnZRrIrrQvYizfvaCzM8slMVhFECpVjg | |||
| gHb6+nMlRUiwmT6qGh7L1Buhqk/UU2UWgEBnnICcbB0oVvAvuSxAVU7g2z4Q | 04j+TH76dhf5j0L8g9gmMt0t4f4skGASDQP4nMxb3PZbvw5On0ESr8a4b7E5 | |||
| IlocdmBYQCcX1Y0UTaFZKxXqXteL+knyDGgEae4Jc0OUo2MPoYgCa1iVjkGf | jLeVrS/JJ4yKXFHLBHYPCsfyvQ+vB0PsFeELlqTF0D6qEtPt0oEoBFGvS/V+ | |||
| xSYauJ6vNx70MQQQ1b+my3LinEiEaxsLB+h0WicbWhJIrvAXwBTj83xe7y7Z | 7dRlSBoMChUyIBEyhQO0eeVuug20JQtEGBpxqSZKH63F6tkmLuZUNhUjdpgN | |||
| 6NafMz1Bx2clsr7nbuI72RZv7Scz02WgGaW0lo+G5JXHNygunLTTJ84unsHP | W8nv/i2bi1Ybha+S8i0qMkQvPoiz32UYSPHCYB7HZAgCvjofFAX6bvSCGQje | |||
| Bc7rchuPXX18l/2YPS+88ejLtXcH9FyoGtmTaO505N/zY3ZadOvVM/j+0114 | 6fE2EyqbFTTCTvvjpsHo7XcXqQNyoGjPHgRptzX5cNMBQQ5LvlI9m20i3i8s | |||
| 7mgrKR//2ekWLUaAd7J//jN78OnBA/zbv3SPo7asLMpISQg5L1g6W2xsryAy | 30nhsWHyFLa6JOusCthvRHcSZ2bFfI0/wEMYvNc0YcfP4z2fIWpfLxeQF8Ca | |||
| VRDuf0NBbFUO31Kx33l9VZhd5h3QWbq5tsddA4SOwjoYGkHgVOSUp2H7IWe2 | 07wwhg5xuBVqg6QkDvBRH7EK+E2LTUN8WHCcdDiYyBimRfbmaZKLHdJNxAwa | |||
| 4IiPiU/Q1slNUNfHoa3nHgdraSr7AeloS+s4Mw4r/Y/Glf6HcEODcSXjctOg | NONKjAxWGC7tSuB12f/e5HN0PMwy/O8sTfDeVzWWa09BTFSU41DliLWGlx82 | |||
| AklIKEEBsahD6Hraed128ty2E7jf+gOLLFF8HhHcif46RHd5Vn7Knk8eRi7O | 4iBDDwrwnBxWXpX5clwvfGF5U7YfJ2AB8FfHdGmjDMKILctTNBdioHNf1iUZ | |||
| Hm97pUrW9ZyZglmeefNwfrInR2EFpOyzDG8O4kO+McoQH+G404glv4i+iulX | B+iIcYoemq03DYKLcgTfZIYNmLF8QJ+/yaOneEIctvLU4bMlYyJZgfm78JnY | |||
| OKpGOFaVJ89PS4wgMt+Hf+bppigV2f5mggdPTnG64vwrzz+XPRgrWlfUGNJz | H9KxPzgW9R+LYu1LArncXR2oH9Lz+ODErljAbZdIGt2p8Qph9vJpiZkBVFVK | |||
| GN9lcjeHs/huX2dGLCSFlFJk1Zp6LciDajGvWT8aL3sMqnLKWHnQlPyNakug | mVAmativD3VYDZ4zE0h/Oz5+qu4nkyhOqaa4meSmbYt8qSX2NZw0ucTWWiw/ | |||
| n8eWmEIIhswuUyl6phhVVCwsR/TzwcJ7Om0lfMVLxusFM7Ea4V7m91PXhlCX | XGeL45aSzyVO4yi4OmC132BlevRzRGrabTnSY2yM8qUjpbhvkr6WYAV6QpxP | |||
| ITWbclgMv2NE0ZbsHD7to0YgCFlCkukLAW+spsUBzPNyIRE4Ckkr462aBB6s | /U2c6sp1r2dwJETmaplYpUUh0kKeOOUfDOgypMfIjWfd3qedX2v7Zjts392m | |||
| hl8iR1z4Bi0WAbv4h4x3wjAiikTrtxuALaDBOGU6Q6W/szXN5bUXDk4WkQ4o | ryPTl9CrWDF7IhHkkDwQw//5ZPAgJCjonOIpIZzmkSqKqDI7jveiUpUv4xGG | |||
| D1FR5+bOjyRBozMkHLky+cucpHvYzFy1HwXwEwE50GiCTcsGWoSbojyFGMcw | HOXB9z/KOMyz5dht7n7iROsie0tpUjYL5xiRSzYtqdryZ74c2f5Pb58dnz07 | |||
| zrenv8Rcfylr3aAwD4WMwFVM51amo/XzQfK6dUoSSLVXtjvwkXjpB9jgIFIX | UMC27xGz0d04jXP0+hbqqtUtkZME64EKrtEeY0HjNFRecFqAL3ql+Z/rxIEF | |||
| xQeiKqYOKtu1AcE6BkPot4lBkTeLzQeMVd1RBMKYY5vvDs8xrGHmeEgEHveL | blarbbKPvNGtJOju8sfNgVDGYI7PPiJXEhKnPBGgvIqD9AdZUE7VG4z1w+VC | |||
| L0VE/6gXb8I6xnxeYE7VF87i82gIHHYjEF0MJFthgLLPT/1wcjDZfyDYolBZ | EhRgbYgkIEX9VE+B0gPexqLWfjoOO5vQ8cvbSKMJU7JbdMBQflelctvX+HGp | |||
| Xl5cdiEXT9meQVo5JOJA7a6tE0zNTxrurQrGy1LB+lTYvC231TBvHeOEnQKU | hwa26k/1mgwAdoBxoizxjE3Z5TItcc4rQKJ3krvIz09pfwElDnUmyQq3eakE | |||
| tqZKOMzBIWAjuBrpCHVQF+tylnPaYSjD6Pu3UMTqJuAAxTvRNNKyygE2gQBb | EMdDc9U6psAwubvSpzgzq8D8Z++FCXnC5LALY05mIVyJ+dwfgKI6hIzF1GWY | |||
| igc1Ej59Caf3o/14ZjiOndCmjujxRoEkrVWEjAdI9o3sm/jWKN7i2bQGQtuh | yM9Pf/wWM42/aqg4ejhyanEn9WiavL5zHHn+wyR7TeDHzu9rr3ZNdOIoKyOA | |||
| AiP9COd+puhIfoPRd3fjnUMUNxrA21zrgVxJ3rpQrUw50m18dWzhUVj1JaXl | bkdh1LIjyBiXZkeTdt0F21HynvP47drj67En2qNkOA2ixMn7VNljKfWaqUfR | |||
| wkxs+arA/cnxDZhm+kaM0QQXGvw7IXOlK9dLNcQDda5wiWhohmI8XX4hP48U | JFF7pBr+pnuuFozZAINBMagxqRn7NywTgeE1KTN3ioweQ1b4iAfLnJBdZkIg | |||
| vXhYltlvyEOgQ/ROGD4ZaFBVQkZioSNcvqRQTqGmMJIxALv0ePyxrbaU0qEt | lNkmgAxmK/nWIEa55zVcF34P95O83UFZDKmevv5dQRmSXE3vXQ3DMvRHKBwU | |||
| 7AD+TEow+CFE/QM9zkS0zuxq3m/1VhslontQvCg+y3E82q0/UPB/HML0I5Q6 | 9lSZA6AkNA5FTnZOFBEEVlxxoCwnNC+5J3C3OO2A8IBGLrIbqclCtVYq5D2v | |||
| NIsu6wVVvxlyHoPzfSnxdefAC0oiSKb8W+xzicZK6WRLRC3awEBq18AytRWp | F/aTBBxQCdIgFAaJKFjHBkIROdiwKh6dPwjFbiau8vVaQR+nBCL717hZTpgX | |||
| vu5MS+/yUMAb7ATOvwtTP4U8+7JPqWmpKbziAw8e1oOpZrsv3r3bGzl1l6TD | CXHtQgEBnv6OOzEEF5Ok6Ap+AgIEw3g+wHebuHTr5UyP0HGshNYP3HV4Kzv9 | |||
| Eh+7oTSiRebVPjgsPjC8k92qraa4v0jPbZHbiTsxIr5WCZ+jevYI48i5p199 | Qr2oZnoMtKMU3/LukLzymQ6aJz7jZgREAh/g75Le63Lrl11/fJv9MXtaeOXR | |||
| 0F/9qEplclrki90h1XGLx46xqOHdLt76iW901MvNwePPNP/FigB24nlZCVJl | l4TvD/C5UJByIF7d2ch/54/ZWdFt1k9g/Wf7MO4oTflJ/u11yxY9wXvZ//xP | |||
| IJenGPZexg7Feu1zyeSBSJawTdKErv/YbEuKcOg1/UPiNotv+LT08IeQ9CKt | dvfT3bv4f/1HD9h7690dZuMEAhg0nR06tmcQoR/Gv4NB7GQO96mWcFpfFuaW | |||
| cBYt0Bm3ScGdtIXiFnM/giLzLMAm44UNJyUHEVWeO+nJxPxIosYRV19+KgIr | eQN0nl6u3f7XkE9HXh30jGAWVWSTp+77IWO2YIePcU/Q1cmNc9f7o63hHjtt | |||
| Zig0sSxY4g4zRRr/oiTaU3I5boa/M4BLULcMoUFIDbuug/WhQoAclYemU3G/ | aSv7junoSus8M/Yq/be6lf6bcogG3UrG5KZJBZCSUJECZFEHF/as87zt9Knt | |||
| dTf5EK3mxepl2RHPaS38TKopSOpgLLuxy7Anh7z4KegGfL5nLpDamNokXaJF | zXSn9QKLNFEcj2D0hH8do7k8Lz9lTycPIhPngK+9AjLrec5NQS7vvBmcR/bg | |||
| lllf4ZGJL479CnyctLcpmZ1j2ECz8Dh/iOeVpOducBVc3+aTQIv2jMD6Oylj | LMyAFOOW050D+XAXmM2SUd9wrDVB8RfRqhj+hZ1qlNeq9ORRcAmRRPb7+Dfe | |||
| oKCxuu6G/Dm8lOmtkjC2lIze4sMhOYOpZRNT/hrJUhXlRnpbU/zaGYjCTbYH | bnJSke5vNnhQcorRFcdhef+5DMJo0XqiRpFewPwukrfZm8Vv+xI2QkEppLQi | |||
| Fde/4Us1ohJgpp6ToK2p55DlQM/4XVdlvVBWoHAfxfVcYoCaavx4kdkdHHJ0 | 41aJOlAt6jXzR2Nlj7HjB+fOA6fkNaougXYea2KaSzCkdpk61A+asIqMhemI | |||
| PAGRnEiyQHfycruBWlqckyWxVHVmlnDsHgrhp8fMAsxQyIvOhFIWw+723NGD | /j5Y20/SVrxXfGR8XrATa7KI+PvUTCrUaUhBqAiL4W+MyNuSTWFpH9UDQSkm | |||
| McVf6clwvjG7myvhz96wK/G2/dhaNkI5uIc9pH06wAMFDvOYI3jWiP/GxYTp | RJm+xvDaWl2cwCIvl+KAI5e04uqqSuDz1nAlIuLCGrR4BPTiHzK+CcO5UURa | |||
| Q0IbiX8Yvd/B0eOCoRlUYYiQ9+8eZd8ejM9LsHXXlfQUUrotIb3PteTtfL5u | v16T4QIcjEOnc2T6ezvDXZ574eTkEElA+VwVNW5uPSQRGsmQIHJl81c5Ufew | |||
| KfH3AXPCRfcBvLezSfay/FhgGnYU6Em4YhTHxdqFvsBt/4KtsAVYubdCtMhs | mrluP0rmT5TRgUoTXFpW0KIMKgpUiHIM83xz9nOMKJhi4w0S85DLCEzFdG9l | |||
| C3CJzdhHUMIhnaMJIWfAbzLNXClqyK5PPIOyhqA82DiKfThfmcR0gALA+Co9 | O1q/H0SvO7ckya/2zHYPFomPvocLTg2K3hMgMjVc280NKL9j0IN+ExkUebPc | |||
| EBKHOi2m+AzfmBCJ34KDRFX9ziBI3wr08pQQpKC6FXRKluhwPKQ1wCDVJ3Kb | vkdf1S1JIMw51vluMY5BLTPiISF4vC++MhHto56/Ccsa80WBsVVfk4vj0RTY | |||
| SXN6yjU3aKhM/PEthQAfs35X0b51QSUckkELwCf2YvE1Wwwtw/Ek7HOKObUF | 7UbpdHFG2RodlH0U7AeTe5PDu5JkFMrWsR1qiMlTtGcQ1g6hPpC7a4MGUwOU | |||
| qdKTKgJ2ef8W8Q0mFol0CXxKh4All0b1Mb1wIOCuFdrNAJFkFS4tkTFbflXO | unurglNnqRp+JpjhFltrGDePk4adZirtjJSwm4NdwIZw1dMR6qLON+U856jD | |||
| 1mCV2qwg9X6kTomDrUsz6SSIk1w2xrtbtyPeYqkKHWBZQISajN60l+TPaM13 | UIjRN4khj9V1CQTk70TVSMssB7AKQv5SPKmRoPaLO73v7UeZ4dh3Qpc6gucL | |||
| yDTpVwmwTSnnxev17ZOCAxX5M3Vj3+e3ZAUzCfL5bIMwHYawCmZdT4zg9Cqz | GG2tJsr4TMm+jn0d3Bu5WzyY14BnO1RjpGtw7idyjuxOqxp9he7OHopr9d9d | |||
| BRzDaEhq5Bw9kcCxjpXQc7BZRZ+C30lRCXTIzhtQs5ghp0iUPg07T/Aewkan | lvVAqCRvXahdlhipednA5bGCR17VFxSUCzuxY1UBYJTdG7DNtEZ00QQLGsw7 | |||
| YjG6v+xgS+Vv9if72E3u8mDnr7TXfyvO370/AnmYlXm4qc3+snNdnDfdFC+e | QYylJzcr1cMDPi9/1ntmyMXT5efy94jPi4FlgQWHDASSobfK5ZOJBk4lUCc2 | |||
| juW//+pj6D7rn8/SeCrisBEpgDPLTFe4WF3d4dJjBYwifIQXFN9nDnbhQ8Lp | g4SrmTSlU2AvDGUMpF/63PyxLb6UMqIduANeJCXp+MFD/QMNZxxaH+xp3mn1 | |||
| sETzYRLIEubGlLqAgRURe+MmXCKRCFqTVJrn4Tpxd51A4qFLJUkCrL6Jxowt | VeskoneQvMg9y248uqw/kO9/HLz0I6Q61Iou6iUVwxnwH5Pv+0Lc686BEZQ4 | |||
| EKN8wJC6vN/GVJ/BZrGi4rMSMqNq93oPHwzeswF2VY/v9uetsky+VEz+4G1O | kEwxuKjn4oyVSsqWYGC0S4KUsoFiagtUfRmaVuLloZ43qAkcfpd2AOTx7NM+ | |||
| uQv3tai4rxnFoS/I5BzOdOgZIDSl6DnKKjwfYSARaa53H4xgMOPs+Z7g6M0O | BaalxPCS5R0M1ktXzfafv317MHJqLUkXJ5a6oUqiReDXfo5YLC+8jd2qqqbp | |||
| dAfbXz8rZzTtWtCxfRC7RMUKdpECL4IxPvUNXcncrEzTzD0e4cvs99mT/sh8 | fxGb20G3E3dqSHyjFL5A7uwzjSPbnn56rz/9UZnK5KzIl/tDrOMGgx1dUcO3 | |||
| 6LlsY/1/62RU2UuGAAp36ZAvGO0bZdT1EJeoZgoW6CVIzUtiLrpMuT9vLteS | XYz1U99NqReag+E/aPiLGQHcxGlZSabKQChPk9l7ATsk642PJJMBIkHCNokS | |||
| tnJaiyG5TBJ7MIrmeUMLgI9/nf2YfbsPq7S7i2u1v5f9P2AgMWMuztLrgbXj | uv6w2Y4I4dBn+kLiJoVvWFj65IcQ8yKu8CE6oA/ciwVv0g6EXQz9SDKZByE2 | |||
| Clva5ekcbRuWct553kC49tsDIajmIjnvjzPfn/cGhZjXagbZn7xtNWxNB6lo | AS/s/S4hiKgQ3UnjJ0ZfEjaO+fXlpyKAcoaKE4uyJdYwg7DxDyWhrpLFcX0a | |||
| hL5FqVs6r2xzZ9QyaCZK3N3hugQnNZgkvusxBeHJ+/bH2NjSaLdx9x5HADnN | POdxSfItZ9BgRg1broPlooK/HFWLpltxp3XXmRCthsXqVdnhh2sBf1JGQUQH | |||
| LoB1TsA7o5eHsyjBxhv78CmjN7QEsCnABhAwL8eWE/oBigbIaJOvCJ9MfZLO | U9mPDYYDkfFipaAR8Pkb84DUyNQm5BKdsWz6GiUmfTeyKnA4aaFTMlTHsHpm | |||
| WU6QiIjyuZh3ZqrCjHs4h3VHq+t5CJST9XjoA+Vgdd0QRXfusBf577EpReYt | k+S8DM8rCc5dYyi4vsYnbhbtS4GleFLNQC5jNdwN9HT4KGNnJU5sqR69wYJD | |||
| UTCzN8/PsSmfHoofD2TJDJXd1sSQwfrbg96gQbERLTZ9heNKCYC9DakTOADo | qAZT1iaKPDcOlSQ3Ytsa4NfuQ+Rssn2uuBQOP6r+lJBs6hEK2pr6GlmcdWlS | |||
| MlAQJAmLV5FIWdTGdgRfpYZQ7EVwzEa/1BrN+LR+5XxvOIT/Tm3tkAOQaOHZ | elnWS8UbCu+RV88l6qepzY8PmY3BITPHQxuJQJIDupWN2w2U1eKerAgAqzO7 | |||
| lqr61BuOq+oJbiSN5vjIszjvBeIvH3sV4c6s58++zllvInwx/MBE9CZq+GMH | hHP3iRB+e8wuwA6FqOhcAG2p/6kROyoX0+QrFQzTrbncXBf/4TUbEm/aj62F | |||
| WBHsJzPc9GtI+Qn+WBUJRPNOqzfXcedeD3aMzIaN+TgaGHk7Sc8h5X7ewSqT | OxS5PWwfHZL8Dng4jKKOKbSG/LcuhmsfItqI/MPs/Q2Ohgt6ZuCEwT/ef3uU | |||
| WfGhQMpAdXTsiwbW9N9nS4jX1tm17QUKvnYhnfcqo4XUcA/d3PYCaX5i2l5H | 3b83npag6m4q6VukSF4CrJ9r6dt0sWkp7PceI8JF9x5stw+T7EX5scAg7CiA | |||
| KQXIpRKr41As+fCkJQ/uh2DuwHOOClDLA6hWcnCEn+9FI7rrl/cbOhkfnsBY | lXDxKM6LuQutwO1ewc6kBe5cy7YKYS/AI3G83lyQIZ6j4SBnMt9km7lo1EBt | |||
| zsSqRkOpJQp9a/P4p1EUiEsJWokj0QrNOAc+BEFMDDNUm4jdZpa3AoUl73XP | n3r8ZnVA+ZTjyPPhfIESgw1K+sVX8YEQNtRtMUVo+MUExvyGLEhk1W9NAukb | |||
| Mo0A00febw2TC7EzzkbMqxH7nmB/V7gCKxKgS6QlDyGmh5P9GMXl6Q/6h4GS | Sbw8owRSYN2ac0qK6LA3pDVpQcpP5DUT5PRobm5QT5l46S3lAB+zfuPSvnJB | |||
| YKXZn54Yxmwrt2oWm3phkv243GabJXdi7s0H0kVSwxr51+nYNV3M1mlaxBMj | hRwSPwtpTwFH58MORcsgPgmynaac2tJUaXwV5XV5+xbTG4wrkpotk5QO/kou | |||
| 3HrFQrIMBDi5E9JVMl0sUdRPUD/jayGsA0jioaf5abkJ3uk5+ekY19lWSDLm | kern9IJEwGsrsJ4hQZJ5OK34iILll+V8A1qpDQpSg0lqxzjYHjWTdoW4y9hP | |||
| BTfgNEw78bCJbGmSlj4ilO7cgyQ9Yob7xeaLIcibmQlKKUh6wbes8NZgyuzA | 3lt3G9gRumMpDx1AXMAENZm96WHJy2jNOmSbdFWS16aI92L1+h5NwYCK7Jm6 | |||
| tvdqo9LSA3AOpw95IvEEM6WHftY8/uKuIGLCK23HWYSNe/sSjKQlHqeqBoU5 | sd/zd7KCnQQCfbLFLB1OYJXUdRUZwehVoAuQw6hIquMcLZEA8Y410QvQWYWh | |||
| lA4TD3AbzW6KdeAJ4mS/9c0jcncx5+RgMiwrTKuMKewJcUK81/yiPtKTV1tS | gt1JXgk0yKYN8FkMkJMjSkfDxhcCxfbizSvRGN1f9rCT9LeHk0NsWXdxb++v | |||
| dw60iIkMcuSL7BhuR24bPk0SRwSERPtgWoSQLyER/I2T7F0RZjEaAZFiM5hJ | dNl/LaZv350APczLPLzUZn/ZuyqmTTfDh2dj+d9/9S50H/TP56k7FfOwMVEA | |||
| y17T7UF5RTiQx5fl3+DXtD962HEFumzNNiftIUMyCTQGZfVjupibhC5V1gxg | d5aBr/CwurrDo8dCGE3wEdRR/J6R7AKPhNthce7DJpAmzN0v9QAD4iL2302g | |||
| ShIXUXmGN7dSHT7JYjIJWw6E/BDagdCavfgosvWDb8Fg5NtwOqLb7bO8rS54 | RSIStCqpdOjDc+IWPgHQQ49KYgTU1tzOGfssRuGAIX55p42BRIPSYknFByVk | |||
| NGkWET8+3rWoTXyn6PQgvmt0+iYzQUthI/uifzL9jQqDbjcT/Ak8cnFxrU7k | R1Xv9RY+KLwfBsBbfXa3F7iKYPlCc/IHX3MKi3io1cV91igGfUE653CgQ4WA | |||
| DcjZgSx3v4kLMxyYR3P8Mz79EbTa9ieSPVXcRfB7ATvQNSAOlG0KUb64xkUj | YKCi5Sin8HSEfkRE0t6/O8qwtfrTA0mjNzfQ3dv9+Xk5p23Xuo7dk9gnoFdQ | |||
| YQygjanZ4is7at1MO1k6BhAemal7UV3NylbL3HoGAIZNF+Wdab3uwkiYTIEw | jDTvImjjM981NuOqxtCZ84Bn+CL7ffa4PzPveS7bWADcuBlV9oIzAAUYdcgW | |||
| PnORD/l60SHlmBEwzryk2ZGeAA76Cy6UCAp1NOIdEUxkq42IlMwnDfvDxSll | jO6NAvb6DJeodAoO6AVQzQsCMrpIcUWvr9qS3nVaiyGhTCJ70IoWeUMHgMO/ | |||
| dmRyi3+CjQNbqsuRgxlU9rL8h3SORGP0+yf7jwU/SAsQp5dQbbhEcPRDg+Qo | yv6Y3T+EU9rfx7M6PMj+F2hIDPSIu/Rq4Oy40pZuebpHu6alEHgeRRCevX9P | |||
| Zitq/tofl5AE0KAE14cClLayIWV5MwlExADnmP/hnDnUNN+MKPu002mv/24s | ELC5Vs7b44z+561Bgf21nEHuJ19b9VqTJBWO0Fcp9Urnle0gjVwG9URxuzs8 | |||
| SZ6ydCciSeR26hgIQjSbFiwKwblEgTykLHR6C5TfEUY1hQbA/rrAEjiJGafF | l2CkBp3Et1YmHzxZ316MjS1Odxs3D3KUH6fBBVDPKe/O8OXhIEpQ8sbefcrJ | |||
| pa1shsUm1E/L8/SYOPE1fEyCOJSMoy5WpNgpxRDm1NgObohDMWyv+K2hBlpa | G1oJ2BSgA0guL/uWExwC8gbIbJNVhCVTM6Yp0wmCElE4F8POjFyYcaPocO6o | |||
| UkgJ9PY3Ma8qJlVoI52DaU51lnSOlAgHXy3qDT4kaaA9NS8ieyTkXHkwLoSG | dj0NjnJSH4+9oxzUrmu86M4d9xz/PWSlSL8lgGe25nkcG/HpJfGjQJbAUNnt | |||
| GR/hO2Treb51TFo+jQshdZgdsXpjxs1noMzzy3kQE5pa5uRjW9A9f31KjZts | jAuZVH8r6E0yKHa7xc6yIK4UXNgrkbqBA/lcJhMEMcPiUySAFlWyHWWvUj8q | |||
| l4mKOnlRgZ920YtRwwjsK6fcVbhyydipvOXaDHmijKQDa0X9BYqce/0o1eac | NiPYZ6MrtVozjtavoO9Nh9K/U2U7xADEW/hhR3V9ag7H1fWUbSTd7Fjk2TTv | |||
| 4mpgbGFLsNBZFyaZKTIoZQ7SPPjEKUExNpypwCmc0nl4BQ+pGZsixEQtJy9s | JaZfPvIswn2wpj8bOx96G+GL4gc2ordRw4sdQEewS+Zs06+B/afsx6pIMjRv | |||
| r2EKdXqFBgoOtPxsA1uos5uOnhntD27PZjFE9oEE1JjW9UfT184nZKiDDRzr | dXoLnXfu+WDHidlwMR9FEyNzJ2l5pLjSe1hkMi/eF4ggqJaO/dDAmf7rqAnx | |||
| C/ulIxcMu8GPFMOnLQZvt/wCnRQBeSmPpoP0SWVaeItysFTIqWoxisMrDG3Y | 2Tp7tj1PwdcepPNmZXSQ6u+hl9ueJ81vTNtraKX5cSnF6jw0lXx405KB+z6Y | |||
| E8VrNKlC+3FzN/JeTePfeNhJiXw4Z9wdzhnei6S4yBAzakrOal+nbNHcpU+g | W4CoIwPU6gCqlRyc4edvohndduX9flLGiKdcLGecVaOh0BK5vrVD/VHkBuJK | |||
| 3FVVWRgEPoE2l7zBKCF5KjFxcag5muidlF03NyvsOFwsbkt8VfyUSQaWqRwv | glYcSXRCcw6BD2UgJooZsk1M3WbEtwKJJe817zLdBtMh77QG0YXAGucjxteI | |||
| ya+cZiPBi1z7kuvc2zDKmxGQH1GzvoGmhJwUplSFT7pgfTGsX9txLCNW1LV/ | bU/Qvys8gTUR0AVCngcf04PJYZzE5VEQ+sJAAbHS6E+PDGPUlRs5iw29MIJ/ | |||
| iyI0sELrkrKAFda+SacYe74cagJUmAWiyXbb73sWcIfohKSNKjOtP3DBeiex | XG2zS5M7Ne/mA+EiqWGN7Ot07houZu00reGJE9x6tUJyDJRvcqtEV4l0MUVR | |||
| 9bZjG6CLvrsM7r6LJl9dmnZ7ouEvhyQsmIM+ReNfR4sT6m/g7KREPQg6mluJ | O0NdxtdmsA4kEg+N5rfluuxOj/dPYlx3WzOSMS64BaNh1omFTahLk7TwETPp | |||
| DeusDcvW/2HfDscbuLyWWlgIE05kaAvIcJsTwHWw8EDtyrM1/ubx825byrLk | pj5H0ifMcFPafDmU8WZ2AoWyRBd8PwyvDKb4Dqx6r7dKLL30zeHoIe8jCjBT | |||
| wr+b+lro5qBlIUwckXqwfWWIcAbNLBoFfy2+ehRHxMa9Ai14eznfBEGfIkZs | eOg3zWdf3DaFmLKVdmdZhHt78wmMpCEfR6oGaTnUDRMqcBttbprqwBvEsX5r | |||
| zs/3rNkIVslucWi4ALeiG0wB1TZ70HHiGFawqVcN1+aLFzfOUoeMAoJtEBcz | mkdI76LNiVwyWCsMsowR7AkhQ7zT8KIO6aGsLcI7+1lEQwYy8iV2nGxHVhuO | |||
| yL65KpFFtTrhRRy4ODJf5rXorACpw9Wr6oGHc6KTp0iXOIIceHq8GwbkPLtd | JoEjSoNE9WBWBJcvJSL4FyfZ2yLsYjQDgsjmVCateU1vB4UVQR6PL8q/wc90 | |||
| ujjsNYHxMeYApHf+A8ru8+f/AGP/u/2DR5asRdrETOsGtgd+j3Yu5TxrsHto | PXqZ45rmsjPYnDSnDMEkYBgU1I9BY64jupRXc/pSEriIijO8tpWy8EkWQ0rY | |||
| t4IjFiwv9IA+cQLfBDK/5zAm0sh8++TxdxL5+fz5txeH73/7eXzy9k8PQTSd | YiBEidD+h1brxaFI1Q+mBaci35SmI6zdjuVVdclGkzYU8fDxrUVm4rtRp3L4 | |||
| zC8l+6S3KrEtk7VxbvoWcZ3+ydurh2Ekk5h+p0AQ0lRQzgiFRGdNkps3iJkT | tt7p67QELYSN1Iu+YPoblQXdrCV4ATxycWmtbuQ1ebMDQe5+gxjGNzBDs/sz | |||
| bIhWbHGvMJ5zcvfIkjRuCm4d34ksQKvhnsRnt2eLVxx2tYJONJsQeVX0Yg61 | Fv6Ystr2N5INVbxF8LvkOtAzQA4UbQpOvrjCRR1hnD4bI7TFT3bUHppusrQP | |||
| cdgTHb/EXvROnmg1ohizFkveuuCJ+ba1iZ/erybXSjuyshhWzLjJVpiUtYbb | oGxkRvFFdjUvWy1y68l/9Jouy1uje90GmTDZAsF/5hIfMvUiGeUYGTCOvKTR | |||
| tyvqOyPvyY6KBgOPJF5N6SXhwBS94OaoaJS2wwxHKf172SrMy08GnpqoUAKi | kR4BDpoLLhQICpA0ZjtiLpGtNSJsMh807E8Xt5SBkskq/hEuDlypLkdEZmDZ | |||
| iigkcUp4GTBgERm9amGALSaEMHwaoB+OwM2m5KMBuYuWq95ijoLiEHtDO9/S | q/IfeWgt+f3jw0eSPUgHEIeXkG24hHB0oYFyNGUraj3bn5cgBNCkJK0PCSjt | |||
| FEQdmhLDxBQx3tT90zaOz5RUhCRFFCi2h2MhKhFYhvsckX6V3ZJ8IOiOJG6w | kiPjV9ftXpWAwTkGgJgynJrGnDHPPu212usAHFOTxy/diwATuW07+oIwoU1L | |||
| /0Td8P743avTH5H/6+GTJ3RAUFIoo2Z/VLIjOjfIKw+EkAbiUsDk1d24LfCs | FgXyXBxBPqsstJMLIOBRlmqaHgB37ByL4MRtnJaXtnIhlttQQS3jqag49VV8 | |||
| JjSKIXt8+fxFtsjBiac1dYN0ZQeTbzkLhOro0eMnDygRhsc98TOyKMkj/T45 | jIc4FJCjNlnE3CnKYPbUCz43hKYYblj80VAELT0qpAb6mg+RvoFhFbpLU1DO | |||
| Ly5K8tWKoI6zw9OjkxMcDZmWcC/KLb+eOU87QpNl332bUVPe1piLkezHS0Qj | qdCSREmJ+eDrZb3FQZIO3jPzIVJJQtiVJ+OCc5hTJHyLbhXpO+ek9dN4DlKI | |||
| 8MsiiG0u0oHvc/QCzfWLMUbgGny7DAk2L/xsF1sUZvcf3M8EGpndf3J/D7+i | 2RHGN8bcfAzKjF8uApXQzjI6H6uD7umrM2oLZdtOVNQojCr8tFFfnDaMqX3l | |||
| bN3Og087+J87D/57R45VaWNS41kr2JkNnzijaJbpJe4S3OMZuJNLbCZ5wwtH | jNsaVy6ZO9W3XJkpTxScdOCsqOFAkXMbIQXdXJBnDfStYm6GQU8nY2RQ1ByI | |||
| 2f3c/GB+nw3x+4f3nf/hT/f3tJsohbqjxU87Zsba2al2XpTws3zRivl0wj0q | eXDEGWVjbDlWgVs4I5F4CYPUnJ4i0EQthy9ss2NydnqeBjwOGP18Czeos3eO | |||
| MaNFhj6s/E/cruwoqAbTdO3wz+R0W0DpAlySStM7eWZz0aQouf2Zs6qm0w6W | xoyuB7d/s1lEdkDK1ZjV9UfTOM+HZKijDUj2pV3pyAXdbnCRovu0xeDrFmCg | |||
| pvFjjCNLIgckOeeFWHhTPQlgxHEphyhItNSEAyz0pOR+ZXWq9TRLS0UQmoKw | kyogT+XRdhA7qUwPceENFhY55SyGb3h+oQ18Io+NhlXoPm5vh+Orkfxr5Z3U | |||
| ugT2j6IMHJ9hPofDVN3sIi3KJZ4MOAmDbTHQyG/BifEBvIQxh7VIHDHVOpDY | yAdR424havguEt8iXcxwKRHXvlBZu+kRD/UhlNtyKpsJgSPQ5ZIvGCYkoxIW | |||
| g5G4HkZzCE7acdDpb57dKsT67XdQRNTRVsNGfotN7NmYify6URjrh84JDcyw | Fzubo43eS4F2c3PCjh3GYrnET8WjTDJQTkW6JD85jUeCIbnxNde5V2MUOCMk | |||
| hVnrGGjHEPemw3KRRuE4Hn6Wul7oSkj5n8NtkwTcLigpVs1Y86InuhHZQUwV | f0S9AAeaHnJYmIIVPuyCBcZwfm3H3oyYUdf+K5qkgSVaFxQHrLD4TVrHWPFy | |||
| h74OuZEmOWKzSGi1zNBQRHpr2tR81msQNqfNlc7rusOep6vEvg3c92TcZad/ | rCFQgRaINtvtfu9JyDxEOyTthJlpAYILCjyRrVcf25C86NvN4O07b/L1hWnm | |||
| OnpGqZFyWrxCx4xRXmDbwaPHJ6/HcJG17mgwLD8UfrrMtWghDB7vJNoYmA04 | Jxz+YojCgkbogzT+c3Q4oQAHRCeF6oHQUeNK1Fhn1Vg2AI77qji+IH28saeF | |||
| RrvCTC3vKZy+KOiWfkeCHHHsuJ4juL8Iy+CbUMmS1qEG7rqpkdfcWEjaA1Bj | QOFEurbkGe6yA7gQFgb0jbB2eeB8Br3bFbQsufLvui4XejnoWCgtjlA9WL0y | |||
| B9LqQVZggzaAPHfiAr9dG+uMeJsKepjmPG9NMMtpMCs9svEdtkivnBdEq0q2 | SDiDWhbNglerlkZwiY17BVrw8XKxDXQ+wyyxBQ/v8bMxWyW7waThAtyKXjAF | |||
| 0BRbFcKGwHZtrMwC8bl3dRlHpK4ZmuYuiRm1fonfnv4ieEguN1lI9CefI2AZ | VLu0QceRYzjApl43XJsvdtw4S00y8gi2gVrMJPsKq7gWVeeED7Hr4sSszDPR | |||
| w6aUTFbLt84wh7ZEPDZ/J+8RKqKnegBsT8Qn5YaVT4XhS65JEdgtytT79y/b | eQFEh4dX1QODc6STt0hPOMo58Ph410zIeXS7obPJsWXZmD2Q3vwPeXafP/8H | |||
| PflWb8whg2FML+eIsTAQHIbaOmEshLvMb0N5gu9Pbaww7c8g8ZzxNF8x2R59 | Iv88vPfQgrVI25hZ3cDtwPVoX1QOtAa1hy4rmGJB8UIb6BNH8I0n83v2YyKM | |||
| nJTIIxsDPiqQCoWyKhRHyaqtUeEZ8Ck5yNSIhmvJJKTuxZnYIbGSRu2klDNS | zP3Hj74T38/nz78+P37360/j0zd/fgCU6WR/KdonrVsJdpmUjanpY8R1+qdv | |||
| 6whZGrKfpaORzxUoEoxNxNZqIooYhYMl2C8k6bmp+jYVWfkVWKm53SEq9CFY | Lh+EmUxi+J0Cs5BmkuaMyZBorkl08xoyc5IcohVb3DuM95wMPlIkjaGCN8d3 | |||
| FhenRSydd+7+2IejpB79qTiWtl7bUMxr9eWG3Fl7ua1Zt3eEDMi27obc+1lb | Jgu51fBOYrVb0eL5hj2twBLNHURcFX2YnW3s90TTL1EXvZknTI0gxqzCkrcu | |||
| KOJgvWEttHyfCjgXW3FK/PPi0BeTNzEoBB52iQMgXApGwnFWxRnCkpXEXEjt | 2GK+K25iqferybXSjpQsTizmzMlWEJW1htu3L+qbIu9IjYomA0MSrqa0lXCg | |||
| Adv6IFOPJ/5cYnPozctiMw7162yrR73qRLt9LBCXAIK2WnvuEgIb/HL8Kn5N | iZ5z51XUSdthhKMUB75sNc/LbwYKTWQoIaWKMCRxS/gY0GUR6byqYIAqJoAw | |||
| wq+77VWhEO3l748Eji3hsyPnMfC8RIRmKD6tctuiN/A7ECCCGfxJfH0dglR9 | LAzQEsfUzaZkyYDYRat17zBHgXGIuqF9dWkLoo5NiV5iihivayxqm9NnCipC | |||
| SKRlG2TFBurJj9eK5et+3S3jleGB+RRPMDlgTacBDuv5XN4A1qEfqx1Gfmks | lCIMFNvFMRGVmFmG9xxT/Sp7JVke6I1UbLDHDx4/JqFAoaCMMhWpUEcYbSBS | |||
| NHDoK2j/DlvHA3xo86T92DW8MgUbnKG1lKGQMimuWvDVsd4MUUqs7VsX4+5z | /jrlF4gZATtWd+O2QPlMOSgG4PHF0+fZMgfbnQ7SDWKU3Zvc59gP8qCHjx7f | |||
| RANIz+VSeukSVbtWkXLzjXywB+HJkKF11+w4+zb956K7MpBI2J4tN5AtF6O6 | pfAXinjCZGT6kSH95ZgW5yXZZ0Xgwdnx2cnpKc6G1El4F4mVP89Ipx3lkGXf | |||
| SMN/ZWo8U4JeJ7FBCmKE9BK7bwnyNYYZtGJwuDQJ40uBBr4PpvNNKCcWFRwB | 3c+ozW9rVMSI4ONzoRn4s5BEbS7NgfU5+oBG+EUBo5Qa/LpMCW4s/G2f+xTe | |||
| 7aTUpS2pIYwpPq5MfaIRHTLVhXe95cybodhPezpijo3QXFPQJFFlrUONlxKJ | uXsnk4zI7M7jOwe4jLJ1e3c/7eH/3Lv7X3siTKWPSb0C8pWUmS3LmVG0zfQV | |||
| ispqQw7UFEdyvBxPNwbYmNNte8/xqApRajveFSRbEUGh1G7jDqjQ3ucqhws0 | dwE28RxsyBW2lLzui/CH3PxhcYfV7zvHd5z/4493DrSnKPm4o+NPG2fGTNkp | |||
| MxvpwI4+kjHDoq6dbocNih2VCab81mqZNDM+YkBRuyqFDtqeiuLNgnSvWmVf | U16W8Ld82YrSdMqtKpHiSL2vsQEt7elJ4Aim99rxb2Rq20TSJRgilYZ18szG | |||
| UstJInoxv3TrhNJvsZES8qiguvd2bEslI+cDy3kWE+kGTJqj0WkSJzqE/MFE | oIk/chc0ZzlMp40sTf/HOH8s8RcQ7UwL0etmKgBgxnENh/BF1M8E+iu0puS2 | |||
| Hvs25KCiwLABA1THMDYxrij56WMUMWerzwnf6XW0iNyKXlqR98M1PWHAST2N | ZXXK7DQ6S9UPGnuwLARukGYXOBZdPnjDSN1sGC3LFQoE3ITBthio2rdgunjP | |||
| Pjkb+mTHeVQZALlRgUBsmXF3H7ixwHxPf1on7qY5aJNJkEijTYJJ1tiRHS4R | XQKUw8wjdpVqAUhst3iHW7miNNKOPU1/86BWwclv10GuUEeXDfv5LbexPWM2 | |||
| XvQaLio8w3AuBvqvU1ov+jRhA+boLhjQsgY+P9N/MQJk1xgXaQnk0DD3f8MB | 8utmYZQeEg/qjmHFstY50JUhyE2HdSKNpuH4tLPU4EIDQsr+HN6bxMt2TtGw | |||
| RudRryyYsgnw8MMeGbRHsVE6bhs4OZAffiQTB4+hwNizDdL7GCtXJzEZxwzr | as4MF+3PrdAO5lKxw+uY+2mS+TWPiFbLCw0ypNehTa1nvQFic9peaVrXHbY+ | |||
| g6tpJ7YOemkYr6W8i/GwBBUo7pE8FUPNMTaCO1GxMsPTOoSQxwsY7MJ/qQJ5 | XSdqbYC+J50uO/vzyROKiZSz4iWaY5zdxckEv/3226HV6GgmTDzkcbrItVQh | |||
| lY1XmnXK6TebfM0nIJ6EVbyMGN6MLd2FOsu4iRQZHfC01YKWlKgYLloV1MPx | zBxmNCaoGNgKEJ1dYfaVLxTuXeRnSxeRpIs4tlWnmNJfhDPwTajkPOtQ+HbV | |||
| sc6iOKP2DiaDHINDmT1JYd2kXh89fomJiEuKENAQxnbZtgIEVb3aTAA8qTR3 | 1IhpbrQi7QOo7gJp8yDbv0W5L+NOXMC0a2OGEd9RSRmmDc9b479y6r9KxTR+ | |||
| N1Rp1dWrelFfgAmDAVNVPihIqwVCaq7hBKgXuK5ah9QaLEaSZao9vh5rSsaB | w1bmlYuCoFRJ/5lhu0K4DdivjTlZAD331i0nD6k1huq4S9xErT/fN2c/SxIk | |||
| ImTinhcrMbrqOI9ZLyQjdRYTZJ1lvqud4mW4087wq8H8LBgsnjyH+qWfEVUo | F5ksxeGTLzBLGT2lFEJWbbfOMHK2wiRsXidfECqcpyIAbE7EgnLLnKdCjyVX | |||
| tyoeyfx7uORd+wSz34COdkccoH0EPmK51O3i1j4pVcpdhlkqzdBtw+wVZJGb | okiuLRLUu3cv2gNZq1fgELUwhpRzhFIYQA1DRZ2gFMJb5tdQk+BbVBvNS3sz | |||
| 38Je6oiUNuQVksniIxVErCip8iPiITjjwqPbxmfTp5rJ3A59zU7LJcxLQ0Df | 5FT8PJ7la8bXo7VJWTwCMOBIAUco1FIhNUoobYPMziSckklMTWi4gEx86J6a | |||
| dIzxHLmbR5fdMjpe5MEOxjcAc3HeiLDCD0qxe7ALWkY5yz5gf1f2s0LcBgil | CRASy2dUNUphIrV4kIkh+0m6GfnggGZ/sVbYWi5EPiKDV+C1FyL03FR6mzKs | |||
| fMAxZN8T6yO6S+gfMpAZM5JtK+a+ak7+hRUbebIlDiQli9BekitGBpkjg4xG | /BIU09xeEKX54B6LK9IiYM5bd3/sp6CkRvyZ2JK2RtvAymvJ5ZYsWPu4rVO3 | |||
| NoPNysdscHGEp4bdh+ExJsmo5CLsucjFgpXFsXztCt/eSIZ0MCcgDc+HaTDn | b4SQx67uhtz+WVso4mS9Li1IfJ8KkImt2CF+vNjZxXhNnAgCg13gBCgXBX3f | |||
| +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 | |||
| RRyXYF/c9oFgtV5nOwHl6h+9E4SewjtwnSMZOE4aykm59S48Y2/bONsd0IiY | lg4Nfq4bMwB/mzCVwhSSB90JxyBeXnD7iVAT7JlcO/GdsLNsUNu+RsXGf6Jm | |||
| SH8NT5HnCrQRM/FMed6mxSWg9ritABaFEHXhU/eU1Hx3XTOBRah/8Ngs/y3H | 30oTMAmNyIDpJG+rQvR28rYvqsoB2ma0SqtA9lVCUlnDJ+g/31NOxvuQzgK6 | |||
| wTjzVSeu/1vcxS5s6uw1HLT4ntd5oJfp3+WcEWS8/BDEdwcjdCDmPvLrec0E | SsFvzd/DAAf+3fjvAzMd36gBGxV+5zO3UdZvo+0mi93xwG2XP/R6/ORN9oL9 | |||
| Mm2OxZbE8refM1ON6pmownXnhRI4E/MZk5uSmJREDsvFOXmo+sDXr4liGfH4 | d/NO3fhvhxft1jOom2v01d3//lU7Rf9NJpN/8n3V07/idX9bvMLdLduduoJq | |||
| aLh1i01Ye7DnJHwqt0S8LXj/n3dCkfKpVJK27pDxHszIsH/ALTrf6Tmi6xIb | 3S8lBvMj9tvAmyq6xzJyDaXKtxTVsua7LP+hxdpGDKo3KDDoS87sm25dxLFV | |||
| 1FymNTx/ptcb00q0NIkVse1s4b2lrYjeZLuig+jHHcL2Tjt0CUGyUvV9i1jj | MFF41qAlMYqkV/IjZybBjqKI8GFuQR9NpHDPQ8r+wTjlgFJEq/Wm88140rfc | |||
| +dOuz/Hw0+P4NBr/O81LWInVxtO7sp9hLjw7hXs4STY3XYxDSgpTRRV8H4gt | /jNUPor54HCppDwItW9khWBfKkqUACUm/vSY7iWjSGOuhNWDVIhSSnWq+6Ce | |||
| 9r9H3wv3qvtLix0VMM79DcKs4e9i9tdkbzAVax3Ovv6n6kbbPKWQFU7y04yW | Py3n7W60QniNJhNMXhE1XOHIwnmTAHNj2FysliGUNq7zAsVnLT3gCfalL8qP | |||
| qakXXrQZtUwTDfJSNFrmGkYLQ81wrBo/eD94119kMv5qvDqNx0azWrbyHAaj | sedBA3+GtzrFg1FkkjjxFQ/RBeGWnI44wPaYXqhRpsFhVIfjsliwDiKFoZHu | |||
| ox6/AhsgJwi/FIe0ayS4KwW1wgigCswuZAEvuvFz9DzkKbsMY6SaZnXbKiJJ | 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 | ||||
| i44BAA== | ||||
| --> | --> | |||
| </rfc> | </rfc> | |||
| End of changes. 125 change blocks. | ||||
| 1504 lines changed or deleted | 1020 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. | ||||