<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.36 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ediint-rfc4130bis-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title>AS2 Specification Modernization</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ediint-rfc4130bis-00"/>
    <author fullname="Debra Petta">
      <organization>Drummond Group, LLC</organization>
      <address>
        <email>debrap@drummondgroup.com</email>
      </address>
    </author>
    <date year="2026" month="May" day="14"/>
    <keyword>AS2</keyword>
    <keyword>EDIINT</keyword>
    <keyword>B2B</keyword>
    <abstract>
      <?line 65?>

<t>This document provides an applicability statement (RFC 2026, Section 3.2)
describing how to securely exchange structured business data over HTTP.
Structured business data may be XML; Electronic Data Interchange (EDI)
in either the American National Standards Committee (ANSI) X12 format or
the UN Electronic Data Interchange for Administration, Commerce, and
Transport (UN/EDIFACT) format; or other structured data formats. The data
is packaged using standard MIME structures. Authentication and data
confidentiality are obtained by using Cryptographic Message Syntax with
S/MIME security body parts (see <xref target="https-tls-reqs"/>).
Authenticated acknowledgements make use of multipart/signed
Message Disposition Notification (MDN) responses to the original HTTP message.
This applicability statement is informally referred to as "AS2" because
it is the second applicability statement, produced after "AS1" (RFC 3335).
This document obsoletes RFC 4130 and stands on its own without reference to AS1
or SMTP, except where required for IANA registry updates.</t>
      <t>This document also updates IANA registries originally created by RFC
3335 and RFC 4130.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://DrummondGroup.github.io/draft-ietf-ediint-rfc4130bis/draft-ietf-ediint-rfc4130bis.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-ediint-rfc4130bis/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/DrummondGroup/draft-ietf-ediint-rfc4130bis"/>.</t>
    </note>
  </front>
  <middle>
    <?line 86?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document is a revision ("bis") of RFC 4130, which defined the
Applicability Statement 2 (AS2) protocol for secure and reliable
transport of business data over HTTP. It obsoletes RFC 4130. The purpose
of this revision is to modernize the specification, clarify ambiguities,
and incorporate implementation experience gathered since the publication
of RFC 4130. Subsequent versions of this draft will refine these updates
based on discussion and consensus in the IETF community. This revision
also adheres to the principle of backward compatibility. Implementations
conformant with RFC 4130 remain valid under this specification, and no
breaking changes are introduced. In addition, this document updates
existing IANA registrations from RFC 3335 and RFC 4130. The specific
IANA actions are described in <xref target="iana-considerations"/>.</t>
      <t>Note to readers: Some contributors have suggested that this work could
eventually be split into two documents: a minimal RFC4130bis for errata and
clarifications, and a separate AS2 v2 specification with a clean
modern baseline. This document currently attempts to balance both
objectives within a single text, but further discussion may refine
the scope.</t>
      <section anchor="applicable-rfcs">
        <name>Applicable RFCs</name>
        <t>Previous work on Internet EDI focused on specifying MIME content types
for EDI data. <xref target="RFC1767"/> expands on this to specify a comprehensive set
of data security features, specifically data confidentiality, data
integrity/authenticity, non-repudiation of origin, and non-repudiation
of receipt over HTTP. This document recognizes contemporary RFCs and
avoids re-inventing mechanisms wherever possible. Although this
document focuses on EDI data, any other data types describable in a
MIME format are also supported.</t>
        <t>Internet MIME-based EDI can be accomplished by using and complying with
the following RFCs:</t>
        <artwork><![CDATA[
  o  RFC 2616 Hyper Text Transfer Protocol (baseline: HTTP/1.1)
  o  RFC 1767 EDI Content Type
  o  RFC 3023 XML Media Types
  o  RFC 1847 Security Multiparts for MIME
  o  RFC 3462 Multipart/Report
  o  RFC 2045 to 2049 MIME RFCs
  o  RFC 8098 Message Disposition Notification (updates RFC 3798)
  o  RFC 5751 S/MIME v3.2 Specification (obsoletes RFC 3851)
  o  RFC 8551 S/MIME v4.0 (obsoletes RFC 5751)
  o  RFC 5652 Cryptographic Message Syntax (CMS) (obsoletes RFC 3852)
]]></artwork>
        <t>This specification references S/MIME Version 4.0 <xref target="RFC8551"/> as the
baseline for algorithm requirements and security message formats.
S/MIME 4.0 introduces AuthEnvelopedData, which provides authenticated
encryption for algorithms such as AES-GCM and AES-CCM. For backward
compatibility with implementations that have not yet migrated to
S/MIME 4.0, this specification also permits the use of EnvelopedData
from S/MIME 3.2 <xref target="RFC5751"/> when using algorithms such as AES-CBC that
require separate integrity protection. The choice between
AuthEnvelopedData and EnvelopedData is determined by the content
encryption algorithm selected (see <xref target="encryption-algorithms"/>
for details).</t>
        <t>Our intent here is to define clearly and precisely how these are used
together, and what is required by user agents to be compliant with this
document. Implementers should note that HTTP/2 and HTTP/3 MAY be used
as transports, but are not required for interoperability.</t>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
BCP 14 <xref target="RFC2119"/> and <xref target="RFC8174"/> when, and only when, they appear in all
capitals, as shown here.</t>
      </section>
      <section anchor="backward-compatibility-and-interoperability">
        <name>Backward Compatibility and Interoperability</name>
        <t>A central design principle of this specification is "backward
compatibility" with RFC 4130 and with the underlying RFCs it references.
This specification does not redefine or override backward-compatibility
rules established in those RFCs. Implementations MUST rely on the
mechanisms provided in underlying standards.</t>
        <t>Consistent with the Robustness Principle ("be conservative in what you send and liberal in what you receive"),
this document clarifies requirements and aligns terminology but does not introduce breaking changes.
Implementations that conformed to RFC 4130 remain conformant to this specification. Any deviations
are limited to clarifications intended to improve interoperability.</t>
        <t>This specification establishes S/MIME Version 4.0 <xref target="RFC8551"/> as the
baseline for conformant implementations. Implementations MUST support
S/MIME 4.0 message formats (including AuthEnvelopedData) and the
algorithm requirements specified in <xref target="algorithm-requirements"/>.
Implementations SHOULD also support S/MIME Version 3.2 <xref target="RFC5751"/> for
backward compatibility with legacy trading partners that have not yet
migrated to S/MIME 4.0. When both partners support S/MIME 4.0,
implementations SHOULD use AuthEnvelopedData with authenticated
encryption algorithms (AES-GCM, AES-CCM) for improved security.
When interoperating with S/MIME 3.2 systems, implementations SHOULD use
EnvelopedData with algorithms such as AES-CBC that require separate
integrity protection via digital signatures.</t>
        <t>This specification defines requirements for modern AS2 deployments
using contemporary cryptographic algorithms. It does not redefine or
extend the use of weak algorithms such as 3DES or SHA-1. When both
partners support this version of AS2, only modern algorithms are in
scope.</t>
        <t>When interoperability with RFC 4130 systems is required, implementers
SHOULD apply the clarifications provided in <xref target="legacy-interoperability-non-normative"/>
(Legacy Interoperability). <xref target="legacy-interoperability-non-normative"/> is non-normative and does not alter the
algorithm requirements defined in <xref target="algorithm-requirements"/>, but records expected
behavior when communicating with legacy systems.</t>
        <section anchor="legacy-interoperability-non-normative">
          <name>Legacy Interoperability (Non-Normative)</name>
          <t>This section provides the conditions for interoperability with
   legacy AS2 implementations conforming to <xref target="RFC4130"/>. These provisions
   apply only when a modern AS2 implementation communicates with a
   partner that has not migrated to this specification. In such cases,
   both parties are effectively operating under <xref target="RFC4130"/>, not this
   document.</t>
          <t>These notes are provided to reduce ambiguity and ensure consistent
   behavior across implementations. They do not alter the algorithm
   requirements specified in <xref target="algorithm-requirements"/>, nor do they extend the use of
   deprecated algorithms.</t>
          <t>Examples of legacy considerations include:</t>
          <artwork><![CDATA[
     o  **Message Integrity Checks (MICs):** Implementations may continue
        to accept SHA-1 for MIC calculations when required by legacy
        partners. SHA-1 SHOULD NOT be generated by conformant modern
        implementations, but SHA-1 values SHOULD continue to be used to
        maintain backward compatibility.

     o  **Encryption Algorithms:** Implementations may accept inbound
        messages encrypted with 3DES from legacy partners. However, 3DES
        SHOULD NOT be generated by conformant implementations. AES (128-bit
        or stronger) remains the normative requirement in Section 7.2.

        Note: NIST withdrew the 3DES specification on 1 January 2024, and
        disallowed the two-key variant in 2017. Any residual use of 3DES is
        for backward compatibility only and SHOULD NOT be generated by
        conformant implementations.

     o  **Multiple-Recipient Encryption:** RFC 4130 did not clearly
        specify expected behavior for multiple-recipient support. Modern
        implementations SHOULD support recoverable encryption by including
        a copy of the content-encryption key (CEK) for each recipient,
        and SHOULD include one for the originator when feasible. Legacy
        implementations may omit this; modern systems should tolerate it.

     o  **Error Handling:** When encountering unsupported algorithms or
        malformed cryptographic structures in legacy exchanges,
        implementations SHOULD generate a clear error condition (e.g.,
        an unsigned MDN reporting "unsupported-mic-algorithm"). Silent
        fallback to weaker algorithms is NOT RECOMMENDED.

     o  **Profile Selection:** Implementations may provide administrators
        the ability to select profiles (e.g., "AS2-1.2 legacy mode" versus
        "AS2-1.3 modern mode") for specific trading partner agreements,
        ensuring predictable behavior without runtime handshakes.
]]></artwork>
          <t>These clarifications are provided for reference and consistency
   across vendors. They are non-normative and are not intended to
   redefine <xref target="RFC4130"/> or to weaken the algorithm requirements of this
   specification. Refer to <xref target="backward-compatibility-and-interoperability"/>
   for discussion of backward compatibility principles, and Section 7
   for normative algorithm requirements.</t>
        </section>
      </section>
      <section anchor="rationale">
        <name>Rationale</name>
        <t>The updates in this specification reflect community consensus to:</t>
        <artwork><![CDATA[
     o  Preserve backward compatibility with RFC 4130 and the underlying
        RFCs it references.
     o  Provide explicit guidance on which protocol versions form the
        interoperability baseline for certification and testing.
     o  Incorporate de facto updates already widely deployed (e.g., RFC 8098
        for MDNs, migration from SHA-1 to SHA-2 wherever possible).
     o  Document stronger security requirements while allowing
        backward-compatible fallback to enable phased adoption.
     o  Avoid unnecessary disruption by permitting, but not requiring,
        newer transport features such as HTTP/2, and by clarifying rather
        than redefining MDN behavior.
]]></artwork>
        <t>This approach reduces ambiguity, simplifies certification, and ensures
interoperability across implementations.</t>
      </section>
      <section anchor="terms">
        <name>Terms</name>
        <sourcecode type="text"><![CDATA[
   AS2:     Applicability Statement 2 (this document) and [RFC4130]; see RFC 2026
            [RFC2026], Section 3.2

   EDI:     Electronic Data Interchange

   EC:      Electronic Commerce (often referred to as Business to Business, B2B).

   B2B:     Business to Business

   Receipt: The functional message that is sent from a receiver to a
            sender to acknowledge that an EDI/EC interchange has been
            received. This message may be either synchronous or asynchronous
            in nature.

   Signed Receipt: A receipt with a digital signature.

   Synchronous Receipt: A receipt returned to the sender over the same
            TCP/IP connection as the sender's original message.

   Asynchronous Receipt: A receipt returned to the sender over a different
            TCP/IP connection than the sender's original message.

   Message Disposition Notification (MDN): The Internet messaging format
            used to convey a receipt. This term is used interchangeably
            with receipt. An MDN is a receipt.

   Non-repudiation of receipt (NRR): A "legal event" that occurs when
            the original sender of an signed EDI/EC interchange has
            verified the signed receipt coming back from the receiver.
            The receipt contains data identifying the original message
            for which it is a receipt, including the message-ID and a
            cryptographic hash (MIC). The original sender must retain
            suitable records providing evidence concerning the message
            content, its message-ID, and its hash value. The original
            sender verifies that the retained hash value is the same as
            the digest of the original message, as reported in the
            signed receipt. NRR is not considered a technical message,
            but instead is thought of as an outcome of possessing
            relevant evidence.

   S/MIME:  A format and protocol for adding cryptographic signature
            and/or encryption services to Internet MIME messages.

   Cryptographic Message Syntax (CMS): An encapsulation syntax used to
            digitally sign, digest, authenticate, or encrypt arbitrary
            messages.

   SHA-1:   A secure, one-way hash algorithm used in conjunction with
            digital signature. This algorithm is retained for backward
            compatibility but is deprecated in this specification.
            Implementations MUST support SHA-256 or stronger where possible,
            and SHOULD prefer these algorithms in production environments
            unless legacy partners cannot yet migrate to SHA-256 or stronger.

   MD5:     A secure, one-way hash algorithm used in conjunction with
            digital signature. This algorithm is obsolete and MUST NOT be generated
            by conformant implementations.

   MIC:     The Message Integrity Check (MIC) is a cryptographic method used
            to verify that a message has not been altered or tampered with during
            transmission or storage, ensuring the data is trustworthy and complete.
            It works by generating a unique hash value from the message's contents,
            which is then transmitted with the message. The recipient recalculates
            the hash on the received message and compares it to the provided MIC;
            if they don't match, the message is discarded, indicating it was modified.

   User Agent (UA): The application that handles and processes the AS2 request.
]]></sourcecode>
      </section>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <section anchor="overall-operation">
        <name>Overall Operation</name>
        <t>An HTTP POST operation <xref target="RFC2616"/> is used to send appropriately packaged EDI,
   XML, or other business data. The Request-URI (<xref target="RFC2616"/>, Section 10.5)
   identifies a process for unpacking and handling the message data and
   for generating a reply for the client that contains a message
   disposition acknowledgement (MDN), either signed or unsigned. The
   MDN is either returned in the HTTP response message body or by a new
   HTTP POST operation to a URL for the original sender.</t>
        <t>This request/reply transactional interchange can provide secure,
   reliable, and authenticated transport for EDI or other business data
   using HTTP as a transfer protocol. HTTPS is RECOMMENDED as the default
   transport for modern implementations (see <xref target="https-tls-reqs"/>).</t>
        <t>The security protocols and structures used also support auditable
   records of these document data transmissions, acknowledgements, and
   authentication.</t>
        <t>The message formats and processing requirements described below maintain
   strict backward compatibility (see <xref target="backward-compatibility-and-interoperability"/>).</t>
      </section>
      <section anchor="purpose-of-a-security-guideline-for-mime-edi">
        <name>Purpose of a Security Guideline for MIME EDI</name>
        <t>The purpose of these specifications is to ensure interoperability
   between B2B EC user agents, invoking some or all of the commonly
   expected security features.  This document is not limited to
   strict EDI use; it applies to any electronic commerce application for
   which business data needs to be exchanged securely over the Internet.</t>
      </section>
      <section anchor="definitions">
        <name>Definitions</name>
        <section anchor="the-secure-transmission-loop">
          <name>The Secure Transmission Loop</name>
          <t>This document's focus is on the formats and protocols for exchanging
   EDI/EC content securely in the Internet's HTTP environment.</t>
          <t>In the "secure transmission loop" for EDI/EC, one organization sends
   a signed, encrypted and compressed EDI/EC interchange to another organization
   and requests a signed receipt, and later the receiving organization sends
   this signed receipt back to the sending organization. In other words, the
   following transpires:</t>
          <artwork><![CDATA[
     o  The organization sending EDI/EC data signs, encrypts and compresses
        the data using S/MIME. In addition, the message will request that
        a signed receipt be returned to the sender. To support NRR,
        the original sender retains records of the message, message-ID,
        and digest (MIC) value.

     o  The receiving organization decompresses and decrypts the message and
        verifies the signature, resulting in verified integrity of the data and
        authenticity of the sender.

     o  The receiving organization then returns a signed receipt using
        the HTTP reply body or a separate HTTP POST operation to the
        sending organization in the form of a signed message
        disposition notification.  This signed receipt will contain the
        hash of the received message, allowing the original sender to
        have evidence that the received message was authenticated
        and/or decrypted properly by the receiver.
]]></artwork>
          <t>The above describes functionality that, if implemented, will satisfy
   all security requirements and implement non-repudiation of receipt
   for the exchange.  This specification, however, leaves full
   flexibility for users to decide the degree to which they want to
   deploy those security features with their trading partners.</t>
        </section>
        <section anchor="definition-of-receipts">
          <name>Definition of Receipts</name>
          <t>The term used for both the functional activity and the message for
   acknowledging delivery of an EDI/EC interchange is "receipt" or
   "signed receipt". The first term is used if the acknowledgment is
   for an interchange resulting in a receipt that is NOT signed. The
   second term is used if the acknowledgement is for an interchange
   resulting in a receipt that IS signed.</t>
          <t>The term non-repudiation of receipt (NRR) is often used in
   combination with receipts. NRR refers to a legal event that occurs
   only when the original sender of an interchange has verified the
   signed receipt coming back from the recipient of the message, and has
   verified that the returned MIC value inside the MDN matches the
   previously recorded value for the original message.</t>
          <t>NRR is best established when both the original message and the
   receipt make use of digital signatures. See the Security
   Considerations section for some cautions regarding NRR.
   For information on how to format and process receipts in AS2, refer
   to refer to Section 8.</t>
        </section>
      </section>
      <section anchor="assumptions">
        <name>Assumptions</name>
        <section anchor="ediec-process-assumptions">
          <name>EDI/EC Process Assumptions</name>
          <artwork><![CDATA[
  o  Encrypted object is an EDI/EC Interchange.

     This specification assumes that a typical EDI/EC interchange (i.e., the payload)
     is the lowest-level object that will be subject to security services.

     Specifically, in EDI ANSI X12, this means that anything between and
     including, segments ISA and IEA is secured. In EDIFACT, this means
     that anything between, and including, segments UNA/UNB and UNZ is
     secured. In other words, the EDI/EC interchanges including envelope
     segments remain intact and unreadable during fully secured transport.

  o  EDI envelope headers are encrypted.

     Congruent with the above statement, EDI envelope headers are NOT
     visible in the MIME package.

     In order to optimize routing from existing commercial EDI networks
    (called Value Added Networks or VANs) to the Internet, it was previously
    useful to make some envelope information visible. Since the EDI/EC message exchanges
    are routed over the public Internet and not over VANs, this
    specification provides no support for this optimization.

  o  X12.58 and UN/EDIFACT Security Considerations

    The most common EDI standards bodies, ANSI X12 and EDIFACT, have
    defined internal provisions for security. X12.58 is the security
    mechanism for ANSI X12, and AUTACK provides security for EDIFACT.
    This specification does NOT dictate use or non-use of these security
    standards. They are both fully compatible, though possibly
    redundant, with this specification.
]]></artwork>
        </section>
        <section anchor="flexibility-assumptions">
          <name>Flexibility Assumptions</name>
          <artwork><![CDATA[
  o  Encrypted or Unencrypted Data

    This specification allows for EDI/EC message exchange in which the
    EDI/EC data can be either unprotected or protected by means of
    encryption.

  o  Signed or Unsigned Data

    This specification allows for EDI/EC message exchange with or without
    digital signature of the original EDI transmission.

  o  Compressed or Uncompressed Data

    This specification allows for optional compression and MAY be applied alone
    or in combination with signing and/or encryption, as defined in [RFC3274].
    It is supported by AS2-Version: 1.1 and higher.

  o  Optional Use of Receipt

    This specification allows for EDI/EC message transmission with or
    without a request for receipt notification.  A signed receipt
    notification is requested; however, a MIC value is REQUIRED as part
    of the returned receipt, except when a severe error condition
    prevents computation of the digest value. In the exceptional case, a
    signed receipt should be returned with an error message that
    effectively explains why the required MIC value is absent.

  o  Use of Synchronous or Asynchronous Receipts

    In addition to a receipt request, this specification allows for the
    designation of the type of receipt that should be returned. It
    supports synchronous or asynchronous receipts in the MDN format
    specified in {{structure-and-processing-of-an-mdn-message}} of this document.

  o  Security Formatting

    This specification relies on the guidelines set forth in RFC
    5751/5652  [RFC5751] / [RFC5652] "S/MIME Version 3.2 Message Specification;
    Cryptographic Message Syntax" as well as RFC 8551 [RFC8551] "Secure/Multipurpose Internet
    Mail Extensions (S/MIME) Version 4.0" for modern implementations.

  o  Hash Function, Message Digest Choices

    When a signature is used, implementations MUST support SHA-256 and SHOULD
    support SHA-384 or stronger. SHA-1 MAY be supported for incoming messages
    for backward compatibility, but SHOULD NOT be generated for outgoing messages
    unless it is strictly required for interoperability. MD5 is obsolete
    and MUST NOT be generated by conformant implementations.

  o  Encryption Algorithms

    For content encryption, implementations MUST support AES-128-CBC and
    AES-256-CBC. Implementations are RECOMMENDED to support authenticated
    encryption modes such as AES-GCM and AES-CCM, which use AuthEnvelopedData
    (S/MIME 4.0). When using AES-GCM or AES-CCM, implementations MUST use
    AuthEnvelopedData. When using AES-CBC or other non-authenticated modes,
    implementations MUST use EnvelopedData with separate integrity protection
    via digital signatures. Triple-DES (3DES) and RC2 are deprecated and SHOULD NOT
    be generated by conformant implementations, though they SHOULD be accepted
    for backward compatibility with legacy systems. A single content encryption
    algorithm MUST be used for all recipients of a given message; it is not
    permitted to encrypt the same message with AES-CBC for some recipients and
    AES-GCM for others.

  o  Key Management Algorithms

    For key transport, implementations MUST support RSA with a minimum key
    length of 2048 bits. Implementations MAY support key agreement algorithms such
    as Diffie-Hellman or Elliptic Curve Diffie-Hellman (ECDH) as specified
    in [RFC5753]. When using elliptic curves, implementations SHOULD support
    NIST P-256 (secp256r1) or stronger curves.

  o  Permutation Summary

    The optional use of compression, as defined in [RFC3274] was introduced in AS2-Version 1.1.
    Compression can be applied to the message payload before signing and/or encryption,
    reducing transmission size and improving efficiency. Most modern AS2 implementations
    support compression, and it can be used by itself or in combination with signing and encryption.

    The following summary therefore extends the original AS2 security permutations to include
    the additional possibilities created by the use of compression, resulting in a total of
    twenty-four security permutations.
]]></artwork>
          <t>Without Compression (12 permutations)</t>
          <ol spacing="normal" type="1"><li>
              <t>Sender sends un-encrypted data and does NOT request a receipt.</t>
            </li>
            <li>
              <t>Sender sends un-encrypted data and requests an unsigned receipt.
Receiver sends back the unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends un-encrypted data and requests a signed receipt.
Receiver sends back the signed receipt.</t>
            </li>
            <li>
              <t>Sender sends encrypted data and does NOT request a receipt.</t>
            </li>
            <li>
              <t>Sender sends encrypted data and requests an unsigned receipt.
Receiver sends back the unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends encrypted data and requests a signed receipt.
Receiver sends back the signed receipt.</t>
            </li>
            <li>
              <t>Sender sends signed data and does NOT request a signed or
unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends signed data and requests an unsigned receipt.
Receiver sends back the unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends signed data and requests a signed receipt.
Receiver sends back the signed receipt.</t>
            </li>
            <li>
              <t>Sender sends encrypted and signed data and does NOT request a
signed or unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends encrypted and signed data and requests an unsigned
receipt.  Receiver sends back the unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends encrypted and signed data and requests a signed
receipt.  Receiver sends back the signed receipt.</t>
            </li>
          </ol>
          <t>With Compression (12 permutations)</t>
          <ol spacing="normal" type="1" start="13"><li>
              <t>Sender sends compressed data (not encrypted or signed) and does NOT request a receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed data and requests an unsigned receipt. Receiver sends back the unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed data and requests a signed receipt. Receiver sends back the signed receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed and encrypted data and does NOT request a receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed and encrypted data and requests an unsigned receipt. Receiver sends back the unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed and encrypted data and requests a signed receipt. Receiver sends back the signed receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed and signed data and does NOT request a signed or unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed and signed data and requests an unsigned receipt. Receiver sends back the unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed and signed data and requests a signed receipt. Receiver sends back the signed receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed, encrypted, and signed data and does NOT request a signed or unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed, encrypted, and signed data and requests an unsigned receipt. Receiver sends back the unsigned receipt.</t>
            </li>
            <li>
              <t>Sender sends compressed, encrypted, and signed data and requests a signed receipt. Receiver sends back the signed receipt.</t>
            </li>
          </ol>
          <t><strong>Key Notes</strong></t>
          <artwork><![CDATA[
     o  Compression MAY be applied alone or in combination with signing and/or encryption, as defined in [RFC3274] and is supported
        by AS2-Version 1.1 and higher.

     o  Users may choose any of these twenty-four possibilities, but only the final example (24), when compression, signing, encryption,
        and a signed receipt are all used, offers the full suite of security and efficiency features described in
        Section 2.3.1, “The Secure Transmission Loop.”

     o  As with the original permutations, the receipts may be either synchronous or asynchronous, and the choice does not change the nature of
        the secure transmission loop in support of NRR.
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="referenced-rfcs-and-their-contributions">
      <name>Referenced RFCs and Their Contributions</name>
      <section anchor="rfc-2616-http-v11">
        <name>RFC 2616 HTTP v1.1</name>
        <t><xref target="RFC2616"/> specifies how data is transferred using HTTP.</t>
      </section>
      <section anchor="rfc-1847-mime-security-multiparts">
        <name>RFC 1847 MIME Security Multiparts</name>
        <t><xref target="RFC1847"/> defines security multipart for MIME:
   multipart/encrypted and multipart/signed.</t>
      </section>
      <section anchor="rfc-3462-multipartreport">
        <name>RFC 3462 Multipart/Report</name>
        <t><xref target="RFC3462"/> defines the use of the multipart/report content type,
   something that the MDN RFC 3798 builds upon.</t>
      </section>
      <section anchor="rfc-1767-edi-content">
        <name>RFC 1767 EDI Content</name>
        <t><xref target="RFC1767"/> defines the use of content type "application" for ANSI X12
   (application/EDI-X12), EDIFACT (application/EDIFACT), and mutually
   defined EDI (application/EDI-Consent).</t>
      </section>
      <section anchor="rfc-2045-2046-and-2049-mime">
        <name>RFC 2045, 2046, and 2049 MIME</name>
        <t><xref target="RFC2045"/>, <xref target="RFC2046"/>, and <xref target="RFC2049"/> are the basic MIME standards, upon
   which all MIME related RFCs build, including this one. Key contributions
   include definitions of "content type", "sub-type", and "multipart", as
   well as encoding guidelines, which establish 7-bit US-ASCII as the
   canonical character set to be used in Internet messaging.</t>
      </section>
      <section anchor="rfc-3798-message-disposition-notification">
        <name>RFC 3798 Message Disposition Notification</name>
        <t><xref target="RFC3798"/> defines how an MDN is requested, and the format and
   syntax of the MDN. The MDN is the basis upon which receipts and
   signed receipts are defined in this specification.</t>
      </section>
      <section anchor="rfc-5751-and-5652-smime-version-32-message-specifications-and-cryptographic-message-syntax-cms">
        <name>RFC 5751 and 5652 S/MIME Version 3.2 Message Specifications and Cryptographic Message Syntax (CMS)</name>
        <t><xref target="RFC5751"/> and <xref target="RFC5652"/> describe how S/MIME carries CMS Objects.</t>
      </section>
      <section anchor="rfc-3023-xml-media-types">
        <name>RFC 3023 XML Media Types</name>
        <t><xref target="RFC3023"/> defines the use of content type "application" for XML
   (application/xml).</t>
      </section>
      <section anchor="rfc-3274-compressed-data-content-type-for-cryptographic-message-syntax-cms">
        <name>RFC 3274 Compressed Data Content Type for Cryptographic Message Syntax (CMS)</name>
        <t><xref target="RFC3274"/> defines a mechanism for compressing data within the Cryptographic Message Syntax (CMS),
   which is the foundation for Secure/Multipurpose Internet Mail Extensions (S/MIME).
   It specifies a CompressedData content type that allows data to be compressed prior to being
   signed or encrypted. This reduces the size of transmitted messages and improves efficiency without
   altering the security services provided by signing or encryption.
   AS2-Version 1.1 incorporated the compression capability described in RFC 3274, enabling trading partners
   to optionally apply compression to message payloads before signing and/or encrypting.
   Most modern AS2 implementations support this feature to reduce bandwidth usage and improve transmission
   performance, particularly for large payloads.</t>
      </section>
    </section>
    <section anchor="structure-of-an-as2-message">
      <name>Structure of an AS2 Message</name>
      <section anchor="introduction-1">
        <name>Introduction</name>
        <t>The basic structure of an AS2 message consists of MIME format inside
   an HTTP message with a few additional specific AS2 headers. The
   structures below are described hierarchically in terms of which RFCs
   are applied to form the specific structure. For details on how to
   code in compliance with all RFCs involved, refer to the specific RFCs.
   Any difference between AS2 implementations and RFCs are mentioned
   specifically in the sections below.</t>
      </section>
      <section anchor="structure-of-an-internet-edi-mime-message">
        <name>Structure of an Internet EDI MIME Message</name>
        <sourcecode type="text"><![CDATA[
   No encryption, no signature, no compression
      - RFC2616/2045
        - RFC1767/RFC3023 (application/EDIxxxx or /xml)

   No encryption, signature, no compression
      - RFC2616/2045
        - RFC1847 (multipart/signed)
          - RFC1767/RFC3023 (application/EDIxxxx or /xml)
          - RFC5751 (application/pkcs7-signature)

   Encryption, no signature, no compression
      - RFC2616/2045
        - RFC5751 (application/pkcs7-mime)
          - RFC1767/RFC3023  (application/EDIxxxx or /xml) (encrypted)

   Encryption, signature, no compression
      - RFC2616/2045
        - RFC5751 (application/pkcs7-mime)
          - RFC1847 (multipart/signed)(encrypted)
            - RFC1767/RFC3023  (application/EDIxxxx or /xml) (encrypted)
            - RFC5751 (application/pkcs7-signature)(encrypted)

   No encryption, no signature (with optional compression)
      - RFC2616/2045
        - RFC3274 (application/pkcs7-mime; CompressedData) [optional]
          - RFC1767/RFC3023 (application/EDIxxxx or /xml)

   No encryption, signature (compression may occur before or after signing)
      - RFC2616/2045
        - [optional RFC3274 (CompressedData) if compress-before-sign]
          - RFC1847 (multipart/signed)
            - [optional RFC3274 (CompressedData) if compress-after-sign]
              - RFC1767/RFC3023 (application/EDIxxxx or /xml)
              - RFC5751 (application/pkcs7-signature)

   Encryption, no signature (with optional compression)
       - RFC2616/2045
         - RFC5751 (application/pkcs7-mime)
           - [optional RFC3274 (CompressedData)]
             - RFC1767/RFC3023 (application/EDIxxxx or /xml) (encrypted)

   Encryption, signature (compression may occur before or after signing)
      - RFC2616/2045
        - RFC5751 (application/pkcs7-mime)
          - [optional RFC3274 (CompressedData) if compress-before-sign]
            - RFC1847 (multipart/signed) (encrypted)
              - [optional RFC3274 (CompressedData) if compress-after-sign]
              - RFC1767/RFC3023 (application/EDIxxxx or /xml) (encrypted)
              - RFC5751 (application/pkcs7-signature) (encrypted)

   MDN over HTTP, no signature
      - RFC2616/2045
        - RFC3798 (message/disposition-notification)

   MDN over HTTP, signature
      - RFC2616/2045
        - RFC1847 (multipart/signed)
         - RFC3798 (message/disposition-notification)
         - RFC5751 (application/pkcs7-signature)
]]></sourcecode>
        <t><strong>Key Notes</strong></t>
        <artwork><![CDATA[
     o  RFC 3274 (CompressedData) is the normative reference for compression.

     o  Compression MAY be combined with signing and/or encryption in either order,
        but the choice affects what the digital signature covers.

     o  Many implementations compress before signing and encrypting to maximize size
        reduction, but compression after signing and before encrypting MUST also be supported.

     o  Although all MIME content types SHOULD be supported, the following
        MIME content types MUST be supported:

            Content-type: multipart/signed
            Content-Type: multipart/report
            Content-type: message/disposition-notification
            Content-Type: application/PKCS7-signature
            Content-Type: application/PKCS7-mime
            Content-Type: application/EDI-X12
            Content-Type: application/EDIFACT
            Content-Type: application/edi-consent
            Content-Type: application/XML
]]></artwork>
      </section>
    </section>
    <section anchor="http-considerations">
      <name>HTTP Considerations</name>
      <t>This specification permits but does not require the use of HTTP/2 or
HTTP/3 as transport protocols. Interoperability testing and
certification are scoped to HTTP/1.1 unless otherwise agreed upon between
trading partners.</t>
      <section anchor="sending-edi-in-http-post-requests">
        <name>Sending EDI in HTTP POST Requests</name>
        <t>The request line will have the form: "POST Request-URI HTTP/1.1",
   with spaces and followed by a CRLF. The Request URI is typically
   exchanged out of band, as part of setting up a bilateral trading
   partner agreement. Applications SHOULD be prepared to deal with an
   initial reply containing a status indicating a need for
   authentication of the usual types used for authorizing access to the
   Request-URI (<xref target="RFC2616"/>, Section 10.4.2 and elsewhere).</t>
        <t>The request line is followed by entity headers specifying content
   length (<xref target="RFC2616"/>, Section 14.14) and content type (<xref target="RFC2616"/>, Section 14.18).
   The Host request header (<xref target="RFC2616"/>, Sections 9 and 14.23) is also included.</t>
        <t>When using Transport Layer Security (TLS), the request-URI MUST
   indicate the appropriate scheme value, HTTPS. Implementations MUST
   support TLS 1.2 or higher and SHOULD follow the guidance in <xref target="https-tls-reqs"/>.
   Encrypted message bodies MAY be used in addition to TLS when required
   by business policy.</t>
        <t>The receiving AS2 system MAY disconnect from the sending AS2 system
   before completing the reception of the entire entity if it determines
   that the entity being sent is too large to process.</t>
        <t>For HTTP version 1.1, TCP persistent connections are the default,
   (<xref target="RFC2616"/> Sections 8.1.2, 8.2, and 19.7.1). A number of other differences
   exist because HTTP does not conform to MIME <xref target="RFC2616"/> as used in SMTP
   transport.  Relevant differences are summarized below.</t>
      </section>
      <section anchor="unused-mime-headers-and-operations">
        <name>Unused MIME Headers and Operations</name>
        <section anchor="content-transfer-encoding-not-used-in-http-transport">
          <name>Content-Transfer-Encoding Not Used in HTTP Transport</name>
          <t>HTTP can handle binary data and so there is no need to use the
   content transfer encodings of MIME <xref target="RFC2616"/>. This difference is discussed
   in <xref target="RFC2616"/>, Section 19.4.5. However, a content transfer encoding value
   of binary or 8-bit is permissible but not required. The absence of
   this header MUST NOT result in transaction failure. Content transfer
   encoding of MIME bodyparts within the AS2 message body is also
   allowed.</t>
        </section>
        <section anchor="message-bodies">
          <name>Message Bodies</name>
          <t>In <xref target="RFC2616"/>, Section 3.7.2, it is explicitly noted that multiparts MUST
   have null epilogues.</t>
          <t>For HTTP transport, large files SHOULD be handled correctly by the TCP layer.
   In addition, <xref target="RFC2616"/>, Sections 3.5 and 3.6 describe options for compressing or
   chunking entities to be transferred, and Section 8.1.2.2 describes a pipelining
   option that is useful for segmenting large amounts of data.
   These clarifications are consistent with existing AS2 practice and maintain full
   backward compatibility (see <xref target="backward-compatibility-and-interoperability"/>).</t>
        </section>
      </section>
      <section anchor="modification-of-mime-or-other-headers-or-parameters-used">
        <name>Modification of MIME or Other Headers or Parameters Used</name>
        <section anchor="content-length">
          <name>Content-Length</name>
          <t>The use of the content-length header MUST follow the guidelines of
   <xref target="RFC2616"/>, specifically Sections 4.4 and 14.13.</t>
        </section>
        <section anchor="final-recipient-and-original-recipient">
          <name>Final Recipient and Original Recipient</name>
          <t>The final and original recipient values SHOULD be the same value.
   These values MUST NOT be aliases or mailing lists.</t>
        </section>
        <section anchor="message-id-and-original-message-id">
          <name>Message-Id and Original-Message-Id</name>
          <t>The <tt>Message-Id</tt> and <tt>Original-Message-Id</tt> headers identify a message
   uniquely and are formatted as defined in <xref target="RFC5322"/>, Section 3.6.4:</t>
          <artwork><![CDATA[
      "<" id-left "@" id-right ">"
]]></artwork>
          <t>The length of a <tt>Message-Id</tt> value MUST NOT exceed 998 characters.
   For maximum interoperability, the length SHOULD be 255 characters or less.</t>
          <t>The <tt>Message-Id</tt> value MUST be globally unique, and the <tt>id-right</tt>
   portion SHOULD be something unique to the sending host environment
   (for example, a fully qualified domain name).</t>
          <t>Implementations that generate <tt>Message-Id</tt> values MUST NOT include
   spaces or control characters. Implementations SHOULD remove spaces
   rather than substitute another character when constructing identifiers
   from other message attributes such as <tt>AS2-From</tt> or <tt>AS2-To</tt>.</t>
          <t>Receivers are not required to accept malformed identifiers. If a
   message is received with a <tt>Message-Id</tt> that contains spaces or
   control characters, the implementation SHOULD treat it as
   syntactically invalid and SHOULD return an MDN with a disposition of
   <tt>processed/error</tt> and a human-readable explanation such as
   "invalid-message-id" (see <xref target="RFC8098"/>). If an implementation chooses
   to proceed despite the malformed identifier, it MUST NOT propagate or
   generate a new message using that malformed value.</t>
          <t>When sending a message, the <tt>Message-Id</tt> field value MUST be enclosed
   in angle brackets (“&lt;” and “&gt;”). The brackets are not part of the
   actual identifier value. For backward compatibility, receiving
   implementations SHOULD NOT reject a message that omits angle brackets.</t>
          <t>When creating the <tt>Original-Message-Id</tt> header in an MDN, always use
   the exact syntax as received on the original message; do not strip or
   add angle brackets.</t>
          <t>See <xref target="RFC5322"/>, Section 3.6.4.</t>
        </section>
        <section anchor="host-header">
          <name>Host Header</name>
          <t>The host request header field MUST be included in the POST request
   made when sending business data. This field is intended to allow one
   server IP address to service multiple hostnames, and potentially to
   conserve IP addresses. See <xref target="RFC2616"/>, Sections 14.23 and 19.5.1.</t>
        </section>
      </section>
      <section anchor="http-response-status-codes">
        <name>HTTP Response Status Codes</name>
        <t>Implementations MUST use standard HTTP response codes to signal the
   outcome of the message transfer.  The meaning of the HTTP status code is
   limited to the success or failure of the transport operation itself,
   not the semantic processing of the AS2 message content. For
   example, the status code 401, together with the WWW-Authenticate
   header, is used to challenge the client to repeat the request with an
   Authorization header. Other explicit status codes are documented in
   <xref target="RFC2616"/>, Section 6.1.1 and throughout Section 10.</t>
        <t>Receiving implementations MAY send an interim 102 (Processing)
   response <xref target="RFC4918"/> under HTTP/1.1 to indicate that the inbound
   message has been fully received and that processing is underway. The
   102 response can help prevent sender-side network timeouts for large
   synchronous transfers by signaling progress while decryption,
   signature verification, or storage continues.</t>
        <t>Use of 102 (Processing) is OPTIONAL.  It has been deprecated in later
   HTTP specifications and <strong>MUST NOT</strong> be used with HTTP/2 or HTTP/3,
   where interim responses have different semantics.  Implementations
   that do not receive a 102 response MUST NOT assume that a failure has
   occurred solely because no interim status was returned. They SHOULD
   continue waiting for the final status response for at least the duration
   of their configured HTTP read timeout or any timeout agreed upon between
   trading partners.</t>
        <t>To minimize the risk of network timeouts during lengthy message
   processing, receivers SHOULD return an appropriate transfer-layer
   response as quickly as possible after receiving the full message
   content. For asynchronous message exchanges, the preferred response is
   <tt>204 No Content</tt>, which indicates that the message has been received
   successfully and that an asynchronous MDN will follow once processing has
   completed. This convention is maintained for interoperability with
   existing AS2 products and certification profiles.</t>
        <t>Some implementations MAY instead use <tt>202 Accepted</tt> to indicate
   successful receipt and deferred processing; however, <tt>204 No Content</tt>
   remains the recommended and most widely deployed response for asynchronous workflows.</t>
        <t>Implementations MAY close the connection immediately after sending this
   response if persistent connections are not required by configuration.</t>
        <t>After processing completes, the receiver MUST return a final HTTP
   status code indicating the success or failure of the message transfer.
   The sender MUST use this final response to determine whether retry is appropriate.</t>
        <t>Retry <strong>MUST NOT</strong> be attempted when:</t>
        <artwork><![CDATA[
     o  the final HTTP response indicates successful receipt (e.g., `200 OK` or
        `204 No Content` for asynchronous transfers, or `202 Accepted` for
        implementations that use deferred processing semantics) **and** a
        valid MDN has been received confirming the message disposition; or
     o  a permanent-failure status code is returned (4xx other than 408), or
]]></artwork>
        <t>Retry <strong>MAY</strong> be attempted when:</t>
        <artwork><![CDATA[
     o  the HTTP connection fails before the final status is received,
     o  a transient error such as 408 (Request Timeout) or 5xx (Server Error)
        occurs, or
     o  no response is received within the configured timeout.
]]></artwork>
        <t>Implementations SHOULD refer to Section 5.5 for additional guidance on
   retry logic, back-off behavior, and use of partial-transfer recovery.
   The 102 (Processing) status code, if used, MUST NOT be treated as a
   trigger for retry.</t>
      </section>
      <section anchor="http-error-recovery-and-reliability">
        <name>HTTP Error Recovery and Reliability</name>
        <t>When an AS2 message transfer fails due to a transient transport-layer
   condition (for example, an HTTP 408 Request Timeout, 425 Too Early,
   500 Internal Server Error, 503 Service Unavailable or network interruption
   before the final response), the sending system SHOULD attempt an automatic retry.</t>
        <t>Each retry attempt MUST reuse the same Message-ID value so that the
   receiving system can identify duplicate transmissions and prevent
   double-processing.  A receiving system detecting a duplicate
   Message-ID MUST NOT treat the message as new and SHOULD return the
   previously generated MDN, if available.</t>
        <t>Implementations SHOULD permit configuration of retry behavior rather
   than enforcing fixed intervals or limits.  The following guidelines
   are RECOMMENDED but not required:</t>
        <artwork><![CDATA[
     o  **Retry intervals** SHOULD increase exponentially (e.g., 5 min,
        10 min, 20 min, 40 min, …) to reduce congestion.
     o  **Retry duration** SHOULD be configurable based on business
        requirements; some environments may continue for several days, while
        others may terminate after one or two attempts.
     o  **Maximum attempts** SHOULD be limited to prevent indefinite
        retries when persistent errors occur.
]]></artwork>
        <t>Implementations SHOULD NOT retry when:</t>
        <artwork><![CDATA[
     o  A final 2xx response and/or valid MDN has been received;
     o  The HTTP response indicates a permanent failure (e.g., 400, 401,
        403, 404);
     o  The partner has explicitly rejected the message by sending a signed
        MDN with a "failed" disposition.
]]></artwork>
        <t>The HTTP 102 (Processing) interim status MAY be used under
   HTTP/1.1 to indicate progress on long-running synchronous operations.
   It MUST NOT be used as a signal to initiate or suppress retries.
   Implementations MUST ignore 102 responses when determining whether a
   retry is required.  The 102 response MUST NOT be used with HTTP/2 or
   HTTP/3.</t>
        <t>Implementations MAY also support <strong>AS2 Restart</strong>, which allows a
   partially uploaded message to resume from the point of interruption
   rather than retransmitting the entire payload.  This optional feature
   is defined in <xref target="I-D.draft-harding-as2-restart-02"/>.  Implementations supporting
   Restart MUST ensure message integrity through signature or checksum
   validation of all resumed segments.</t>
        <t>Additional guidance for retry management, error classification, and
   duplicate detection is described in <xref target="I-D.draft-duker-as2-reliability-16"/>.
   While both of these drafts are expired, they remain widely referenced
   in AS2 interoperability testing and provide a useful operational baseline
   for error-recovery behavior.</t>
        <t>The objective of error recovery is reliability, not speed.  Systems
   SHOULD favor successful delivery over strict timing, provided that
   duplicate protection and security requirements are preserved.</t>
      </section>
    </section>
    <section anchor="additional-as2-specific-http-headers">
      <name>Additional AS2-Specific HTTP Headers</name>
      <t>The following headers are to be included in all AS2 messages and all
AS2 MDNs. <xref target="RFC3335"/>.</t>
      <section anchor="as2-version-header">
        <name>AS2 Version Header</name>
        <t>To promote backward compatibility, AS2 includes a version header. The
   major version digit indicates wire-level compatibility; minor version
   digits designate feature sets, clarifications, or extensions that
   remain compatible within the same major version. Thus, all values in
   the "1.x" range are compatible with AS2-Version 1.0, while a potential
   future "2.0" version would indicate a non-backward-compatible revision.</t>
        <t>Receiving systems MUST NOT fail due to the absence of the AS2-Version
   header. Its absence MUST be assumed to be equivalent to the default
   AS2-Version value of 1.0.</t>
        <sourcecode type="text"><![CDATA[
   AS2-Version: 1.0  - All implementations of this specification MUST
                       support and advertise "AS2-Version: 1.0".
                       Versions in the range "1.0" through "1.9" MAY be
                       used. All implementations MUST interpret any value
                       in that range as conforming to this specification,
                       with no differences in baseline behavior. In other
                       words, only the major version digit ("1") defines
                       compatibility for implementations that do not
                       support additional, non-AS2-specified
                       functionality.

                       Implementations MAY use "1.1" through "1.9" to
                       signal extensions of this specification. Any such
                       extensions MUST be fully transparent to
                       implementations that recognize only
                       "AS2-Version: 1.0".

   AS2-Version: 1.1  - Designates those implementations that MUST support
                       compression as defined by RFC 3274.

   AS2-Version: 1.2  - Indicates those implementations that include an
                       EDIINT-Features header as defined in RFC 6017. The
                       values in an EDIINT-Features header specify the
                       features supported by the AS2 implementation.
                       Examples may include CEM, AS2-Reliability and
                       multiple-attachments, however others may also be
                       included. A receiving implementation MUST NOT fail
                       if it does not support or understand any of the
                       supported values contained within an
                       EDIINT-Features header.

   AS2-Version: 1.3  - Indicates those implementations that support the
                       modernization defined by this specification,
                       including updated algorithm requirements (e.g.,
                       SHA-256 for MIC/signatures; AES as the encryption
                       baseline per RFC 8551), alignment with MDN
                       handling as specified in RFC 8098, and support for
                       multiple-recipient encryption as described in
                       Section 7.2 of this specification.

                       When both partners are configured for AS2 version
                       1.3, weak algorithms (e.g., SHA-1, 3DES, RC2, MD5)
                       MUST NOT be generated by conformant implementations.
                       When interoperating with a legacy partner that operates
                       at AS2 version 1.2 or lower, implementations SHOULD
                       apply the legacy interoperability clarifications described
                       in {{backward-compatibility-and-interoperability}}.1 (non-normative).

                       Future minor versions (1.x) may designate
                       additional extensions or clarifications that remain
                       backward-compatible with AS2 version 1.0. A major
                       version update (2.0 or higher) would indicate a
                       non-backward-compatible revision and may come later.
]]></sourcecode>
      </section>
      <section anchor="as2-product-header">
        <name>AS2 Product header</name>
        <t>The <tt>AS2-Product</tt> header value identifies the AS2 product and version
   used by the sender.  This information enables interoperability testing,
   certification, and troubleshooting by allowing trading partners to
   detect known product-specific behaviors or version-related quirks.</t>
        <t>The <tt>AS2-Product</tt> header value is OPTIONAL for AS2-Version 1.x systems
   but MUST be included in messages generated by implementations
   declaring <strong>AS2-Version: 1.3</strong> (or later).</t>
        <t>The header field value MUST follow the format:</t>
        <sourcecode type="text"><![CDATA[
     * <product-name>: lowercase alphanumeric and hyphen characters (a–z,
        0–9, "-") without spaces.
     * <major.minor[.patch]>: version string consistent with the product’s
        release version, with one or more numeric components separated by dots.

   Examples:

      AS2-Product: biztalk:2025.1
      AS2-Product: example.com-connect:4.2.3
]]></sourcecode>
        <t>Implementations <strong>MUST NOT</strong> use arbitrary identifiers or vendor aliases
   that do not reflect the actual product in use.  The value is static and
   determined at build time.  If a product supports multiple AS2 variants,
   the version portion MAY include an implementation-specific suffix
   (e.g., "1.2-drummond").</t>
        <t>Implementations MAY use the <tt>AS2-Product</tt> value for automated
   interoperability tuning or to apply compatibility workarounds for known
   product versions.  However, this field is not intended for
   feature-negotiation purposes; supported feature tokens belong in the
   <tt>EDIINT-Features</tt> header, as defined in RFC 6017.</t>
      </section>
      <section anchor="as2-system-identifiers">
        <name>AS2 System Identifiers</name>
        <t>To aid the receiving system in identifying the sending system,
   AS2-From and AS2-To headers are used.</t>
        <artwork><![CDATA[
      AS2-From: < AS2-name >
      AS2-To: < AS2-name >
]]></artwork>
        <t>These AS2 headers contain textual values, as described below,
   identifying the sender/receiver of a data exchange. Their values may
   be company specific, such as Data Universal Numbering System (DUNS)
   numbers, or they may be simply identification strings agreed upon
   between the trading partners.</t>
        <artwork><![CDATA[
  AS2-text = "!" /           ; printable ASCII characters
             %d35-91 /       ; except double-quote (%d34)
             %d93-126        ; or backslash (%d92)

  AS2-qtext = AS2-text / SP  ; allow space only in quoted text

  AS2-quoted-pair = "\" DQUOTE /  ; \" or
                    "\" "\"       ; \\

  AS2-quoted-name = DQUOTE 1*128( AS2-qtext /
                                  AS2-quoted-pair) DQUOTE

  AS2-atomic-name = 1*128AS2-text

  AS2-name = AS2-atomic-name / AS2-quoted-name
]]></artwork>
        <t>The AS2-From header value and the AS2-To header value:</t>
        <artwork><![CDATA[
     o  MUST each be an AS2-name,
     o  MUST each be comprised of from 1 to 128 printable ASCII characters, and
     o  MUST NOT be folded
     o  The value in each of these headers is **case-sensitive**.
]]></artwork>
        <t>The string definitions given above are in ABNF format <xref target="RFC2234"/>.</t>
        <t>The AS2-quoted-name SHOULD be used only if the AS2-name does not
   conform to AS2-atomic-name. This explicitly includes situations where
   embedded spaces are part of the AS2-name.</t>
        <t>The AS2-To and AS2-From header fields MUST be present in all AS2
   messages and AS2 MDNs whether they are synchronous or asynchronous in nature.</t>
        <t>The AS2-name for the AS2-To header in a response or MDN MUST match
   the AS2-name of the AS2-From header in the corresponding request
   message. Likewise, the AS2-name for the AS2-From header in a
   response or MDN MUST match the AS2-name of the AS2-To header in the
   corresponding AS2 request message.</t>
        <t>The sending system may choose to limit the possible AS2-To/AS2-From
   textual values but MUST not exceed them. The receiving system MUST
   make no restrictions on the textual values and SHOULD handle all
   possible implementations. However, implementers must be aware that
   older AS2 products may not adhere to this convention. Trading
   partner agreements should be made to ensure that older products can
   support the system identifiers that are used.</t>
        <t>There is no required response to a client request containing invalid
   or unknown AS2-From or AS2-To header values. The receiving AS2
   system MAY return an unsigned MDN with an explanation of the error,
   such as an MDN error disposition value of "unknown-trading-relationship",
   if the sending system requested an MDN.</t>
      </section>
    </section>
    <section anchor="algorithm-requirements">
      <name>Algorithm Requirements</name>
      <t>This section defines the normative requirements for cryptographic
   algorithms used in AS2. These requirements apply to all conformant
   implementations. Guidance on interoperability with legacy AS2 systems
   that continue to use older algorithms is provided separately in
   Section 1.2.1.</t>
      <section anchor="hash-algorithms">
        <name>Hash Algorithms</name>
        <t>Implementations MUST support SHA-256 for message integrity check (MIC)
   calculations and digital signatures. Implementations SHOULD support
   SHA-384 or stronger algorithms. SHA-1 and MD5 are deprecated due to
   known weaknesses and SHOULD NOT be generated by conformant implementations.</t>
        <t>See Section 1.2.1 for clarifications on handling legacy algorithms when
   interoperating with RFC 4130 systems.</t>
      </section>
      <section anchor="encryption-algorithms">
        <name>Encryption Algorithms</name>
        <t>Implementations MUST support AES encryption algorithms as defined in
   S/MIME Version 4.0 <xref target="RFC8551"/>. At a minimum, AES-128-CBC and AES-256-CBC
   MUST be supported. Implementations are also RECOMMENDED to support
   AES-128-GCM and AES-256-GCM. Support for AES-CCM is also RECOMMENDED
   for environments requiring authenticated encryption.</t>
        <t>Triple DES (3DES) and RC2 are deprecated and SHOULD NOT be generated by
   conformant implementations.</t>
        <section anchor="envelopeddata-vs-authenvelopeddata">
          <name>EnvelopedData vs AuthEnvelopedData</name>
          <t>The choice between EnvelopedData and AuthEnvelopedData depends on the
   content encryption algorithm selected:</t>
          <artwork><![CDATA[
     o  **AuthEnvelopedData** MUST be used when employing authenticated
        encryption algorithms such as AES-GCM or AES-CCM. These algorithms
        provide both confidentiality and integrity protection in a single
        cryptographic operation. AuthEnvelopedData was introduced in
        S/MIME 4.0 [RFC8551] specifically to support these modes.

     o  **EnvelopedData** MUST be used when employing non-authenticated
        encryption algorithms such as AES-CBC or when maintaining backward
        compatibility with S/MIME 3.2 implementations [RFC5751]. When using
        EnvelopedData, integrity protection MUST be provided separately
        through digital signatures (multipart/signed).
]]></artwork>
          <t>Implementations MUST NOT mix content encryption algorithms for
   different recipients of the same message. A single content encryption
   algorithm MUST be selected and used for all recipients. For example,
   if a message is encrypted with AES-128-GCM, all recipient information
   MUST use AES-128-GCM; it is not permitted to encrypt the content-
   encryption key with AES-CBC for some recipients and AES-GCM for
   others.</t>
        </section>
        <section anchor="multiple-recipient-encryption">
          <name>Multiple-Recipient Encryption</name>
          <t>To support recoverable decryption and regulatory requirements,
   implementations SHOULD support multiple-recipient encryption of the
   content-encryption key (CEK), consistent with <xref target="RFC8551"/> Section 3.3.
   A copy of the CEK encrypted for the originator SHOULD also be included in
   the EnvelopedData, and the same principle applies to AuthEnvelopedData
   when using AES-CCM or AES-GCM.</t>
          <t>See Section 1.2.1 for guidance on handling 3DES and other weak algorithms
   when interoperating with legacy AS2 systems.</t>
        </section>
      </section>
    </section>
    <section anchor="structure-and-processing-of-an-mdn-message">
      <name>Structure and Processing of an MDN Message</name>
      <t>This document aligns MDN behavior with RFC 8098, clarifying semantics
for interoperability. It does not redefine the MDN format.
Implementations MUST be able to parse historic MDN forms as described in
RFC 3798 for backward compatibility.</t>
      <section anchor="introduction-2">
        <name>Introduction</name>
        <t>In order to support non-repudiation of receipt, a signed receipt,
   based on digitally signing a message disposition notification, is to
   be implemented by a receiving trading partner's UA. The message
   disposition notification, specified by RFC 3798, is digitally signed
   by a receiving trading partner as part of a multipart/signed MIME
   message.</t>
        <t>The requirements in this section update but do not alter the compatibility
   of MDN formats with existing AS2 implementations (see <xref target="backward-compatibility-and-interoperability"/>).
   This ensures interoperability with both RFC 3798 and RFC 8098 implementations.</t>
        <t>The following support for signed receipts is REQUIRED:</t>
        <artwork><![CDATA[
  1. The ability to create a multipart/report; where the
     report-type = disposition-notification.

  2. The ability to calculate a message integrity check (MIC) on the
     received message. The calculated MIC value will be returned to
     the sender of the message inside the signed receipt.

  3. The ability to create a multipart/signed content with the
     message disposition notification as the first body part, and
     the signature as the second body part.

  4. The ability to return the signed receipt to the sending trading
     partner.

  5. The ability to return either a synchronous or an asynchronous
     receipt as the sending party requests.
]]></artwork>
        <t>The signed receipt is used to notify a sending trading partner that
   requested the signed receipt that:</t>
        <artwork><![CDATA[
  1. The receiving trading partner acknowledges receipt of the sent
     EC Interchange.

  2. If the sent message was signed, then the receiving trading
     partner has authenticated the sender of the EC Interchange.

  3. If the sent message was signed, then the receiving trading
     partner has verified the integrity of the sent EC Interchange.
]]></artwork>
        <t>Regardless of whether the EDI/EC Interchange was sent in S/MIME
   format, the receiving trading partner's UA MUST provide the following
   basic processing:</t>
        <artwork><![CDATA[
  1. If the sent EDI/EC Interchange is encrypted, then the encrypted
     symmetric key and initialization vector (if applicable) is
     decrypted using the receiver's private key.

  2. The decrypted symmetric encryption key is then used to decrypt
     the EDI/EC Interchange.

  3. The receiving trading partner authenticates signatures in a
     message using the sender's public key. The authentication
     algorithm performs the following:

     a. The message integrity check (MIC or Message Digest), is
        decrypted using the sender's public key.

     b. A MIC on the signed contents (the MIME header and encoded
        EDI object, as per RFC 1767) in the message received is
        calculated using the same one-way hash function that the
        sending trading partner used.

     c. The MIC extracted from the message that was sent and the MIC
        calculated using the same one-way hash function that the
        sending trading partner used are compared for equality.

  4. The receiving trading partner formats the MDN and sets the
     calculated MIC into the "Received-content-MIC" extension field.

  5. The receiving trading partner creates a multipart/signed MIME
     message according to RFC 1847.

  6. The MDN is the first part of the multipart/signed message, and
     the digital signature is created over this MDN, including its
     MIME headers.

  7. The second part of the multipart/signed message contains the
     digital signature. The "protocol" option specified in the
     second part of the multipart/signed is as follows:

           S/MIME: protocol = "application/pkcs7-signature"

  8. The signature information is formatted according to S/MIME
     specifications.
]]></artwork>
        <t>The EC Interchange and the RFC 1767 MIME EDI content header can
   actually be part of a multi-part MIME content-type. When the EDI
   Interchange is part of a multi-part MIME content-type, the MIC MUST
   be calculated across the entire multi-part content, including the
   MIME headers contained within the multi-part MIME content.</t>
        <t>The signed MDN, when received by the sender of the EDI Interchange,
   can be used by the sender as follows:</t>
        <artwork><![CDATA[
    o  As an acknowledgement that the EDI Interchange sent was
       delivered and acknowledged by the receiving trading partner.
       The receiver does this by returning the original-message-id
       of the sent message in the MDN portion of the signed receipt.

    o  As an acknowledgement that the integrity of the EDI
       Interchange was verified by the receiving trading partner.
       The receiver does this by returning the calculated MIC of the
       received EC Interchange (and 1767 MIME headers) in the
       "Received-content-MIC" field of the signed MDN.

    o  As an acknowledgement that the receiving trading partner has
       authenticated the sender of the EDI Interchange.

    o  As a non-repudiation of receipt when the signed MDN is
       successfully verified by the sender with the receiving
       trading partner's public key and the returned MIC value
       inside the MDN is the same as the digest of the original
       message.
]]></artwork>
      </section>
      <section anchor="synchronous-and-asynchronous-mdns">
        <name>Synchronous and Asynchronous MDNs</name>
        <t>The AS2-MDN exists in two varieties: synchronous and asynchronous.</t>
        <t>The synchronous AS2-MDN is sent as an HTTP response to an HTTP POST
   or as an HTTPS response to an HTTPS POST. This form of AS2-MDN is
   called synchronous because the AS2-MDN is returned to the originator
   of the POST on the same TCP/IP connection.</t>
        <t>The synchronous response MUST indicate transfer-layer success or
   failure, such as <tt>200 OK</tt> or <tt>202 Accepted</tt>.  The format of this
   response MAY be identical to that used when no AS2-MDN is requested.</t>
        <t>The asynchronous AS2-MDN is sent on a separate HTTP or HTTPS
   TCP/IP connection. Logically, the asynchronous AS2-MDN is a response
   to an AS2 message. However, at the transfer-protocol layer, assuming
   that no HTTP pipelining is utilized, the asynchronous AS2-MDN is
   delivered on a unique TCP/IP connection, distinct from that used to
   deliver the original AS2 message.</t>
        <t>When handling an asynchronous request, the receiving system <strong>SHOULD</strong>
   return a transfer-layer response (typically <tt>202 Accepted</tt> or <tt>204 No Content</tt>)
   as soon as the last byte of the inbound message has been received, without waiting
   for decryption, signature verification, or message persistence.  This
   minimizes the risk of network timeouts and ensures that the sender can
   begin awaiting the asynchronous MDN promptly. The asynchronous MDN MUST be
   transmitted as an independent HTTP message, separate from the original
   connection used to submit the AS2 message.</t>
        <t>Implementations <strong>MAY</strong> use persistent (keep-alive) HTTP connections.
   Closing the TCP connection immediately after sending the response is
   <strong>RECOMMENDED</strong> for simplicity, but not required.  Some application
   servers and frameworks manage connection lifecycles automatically and
   may keep the socket open.  The AS2 specification does not mandate that
   the AS2 layer explicitly close the connection.</t>
        <t>The following diagram illustrates the synchronous versus asynchronous
   varieties of AS2-MDN delivery using HTTP:</t>
        <sourcecode type="text"><![CDATA[
   Synchronous AS2-MDN

   {Peer1} ----( connect )----> {Peer2}
   {Peer1} -----( send )------> {Peer2}   HTTP Request {AS2-Message}
   {Peer1} <---( receive )----- {Peer2}   HTTP Response {AS2-MDN}

   Asynchronous AS2-MDN

   {Peer1} ----( connect )----> {Peer2}
   {Peer1} -----( send )------> {Peer2}   HTTP Request {AS2-Message}
   {Peer1} <---( receive )----- {Peer2}   HTTP Response (e.g., "200 OK" or "204 No Content")
   {Peer1}*<---( connect )----- {Peer2}
   {Peer1} <--- ( send )------- {Peer2}   HTTP Request {AS2-MDN}
   {Peer1} ----( receive )----> {Peer2}   HTTP Response
]]></sourcecode>
        <ul spacing="normal">
          <li>
            <t>Note: An AS2-MDN may be directed to a host different from that of
   the sender of the AS2 message. It may also utilize a transfer protocol
   different from that used to send the original AS2 message.</t>
          </li>
        </ul>
        <t>The advantage of the synchronous MDN is that it provides the
   sender of the AS2 message with a verifiable confirmation of
   delivery within a single synchronous logic flow. However, if the
   message is large, the time required to process it and return the
   AS2-MDN on the same connection may exceed the maximum configured
   time permitted for maintaining an open connection.</t>
        <t>The advantage of the asynchronous MDN is that it provides for the
   rapid return of a transfer-layer acknowledgment from the receiver,
   confirming receipt of data, while allowing full processing to occur
   later. This reduces connection duration and timeout risk.  However,
   the asynchronous AS2-MDN MUST include sufficient identifying
   information (for example, <tt>Original-Message-ID</tt> and <tt>Final-Recipient</tt>)
   so that the message originator can correlate the MDN with its original
   message and update the processing status accordingly.</t>
        <t>Synchronous and asynchronous HTTP or HTTPS MDNs are both valid under
   this specification.  Implementations MUST support receiving both
   types and SHOULD support sending both.</t>
      </section>
      <section anchor="requesting-a-signed-receipt">
        <name>Requesting a Signed Receipt</name>
        <t>Message disposition notifications are requested as per RFC 3798. A
   request that the receiving user agent issue a message disposition
   notification is made by placing the following header into the message
   to be sent:</t>
        <artwork><![CDATA[
    MDN-request-header = "Disposition-notification-to"
                        ":"  mail-address
]]></artwork>
        <t>The following example is for requesting an MDN:</t>
        <artwork><![CDATA[
    Disposition-notification-to: xxx@example.com
]]></artwork>
        <t>The "Disposition-notification-to" header field is retained for compatibility
   with the MDN specification <xref target="RFC3798"/>, but its value is not used by AS2 implementations
   to determine where to return the MDN. Its presence just indicates that an MDN receipt is
   to be returned to the originator. In AS2, the field value may be an email address, a URL,
   a fully qualified domain name, an AS2 identifier, or any other implementation-specific string.
   Implementations MUST NOT reject a message based on the syntax of this field. This document
   relaxes the original requirement from RFC 4130, which mandated an email address, in order to
   reflect current AS2 practice while maintaining backward compatibility (see <xref target="backward-compatibility-and-interoperability"/>).</t>
        <t>When requesting MDN-based receipts, the originator supplies
   additional extension headers that precede the message body.  These
   header "tags" are as follows:</t>
        <t>A Message-ID header is added to support message reconciliation, so
   that an Original-Message-Id value can be returned in the body part of
   MDN. Other headers, especially "Subject" and "Date", SHOULD be
   supplied; the values of these headers are often mentioned in the
   human-readable portion of a MDN to aid in identifying the original
   message.</t>
        <t>MDNs will be returned in the HTTP response when requested, unless an
   asynchronous MDN is requested.</t>
        <t>To request an asynchronous message disposition notification, the
   following header is placed into the message that is sent:</t>
        <artwork><![CDATA[
    Receipt-Delivery-Option: return-URL
]]></artwork>
        <t>This is an example requesting that the MDN be asynchronous:</t>
        <artwork><![CDATA[
    Receipt-Delivery-Option: http://www.example.com/Path
]]></artwork>
        <t>Receipt-delivery-option syntax allows the return-url to use some schemes
   other than HTTP using the POST method.</t>
        <t>The "receipt-delivery-option: return-url" string indicates the URL to
   use for an asynchronous MDN. This header is NOT present if the
   receipt is to be synchronous. The email value in Disposition-
   notification-to is not used in this specification because it was
   limited to RFC 2822 addresses (now replaced by <xref target="RFC5322"/>); the extension
   header "Receipt-delivery-option" has been introduced to provide a
   URL for the MDN return by several transfer options.</t>
        <t>The receipt-delivery-option's value MUST be a URL indicating the
   delivery transport destination for the receipt.</t>
        <t>An example request for an asynchronous MDN via an HTTP transport:</t>
        <artwork><![CDATA[
    Receipt-delivery-option: http://www.example.com
]]></artwork>
        <t>An example request for an asynchronous MDN via an HTTP/S transport:</t>
        <artwork><![CDATA[
    Receipt-delivery-option: https://www.example.com
]]></artwork>
        <t>Finally, the header, Disposition-notification-options, identifies
   characteristics of message disposition notification as in <xref target="RFC3798"/>. The
   most important of these options is for indicating the signing options
   for the MDN, as in the following example:</t>
        <artwork><![CDATA[
    Disposition-notification-options:
         signed-receipt-protocol=optional,pkcs7-signature;
         signed-receipt-micalg=optional,sha-256,sha1
]]></artwork>
        <t>For signing options, consider the disposition-notification-options
   syntax:</t>
        <artwork><![CDATA[
    Disposition-notification-options =
             "Disposition-Notification-Options" ":"
              disposition-notification-parameters
where
         disposition-notification-parameters =
                           parameter *(";" parameter)

where
         parameter = attribute "=" importance ", " 1#value"

where
         importance = "required" | "optional"
]]></artwork>
        <t>So the Disposition-notification-options string could be:</t>
        <artwork><![CDATA[
    signed-receipt-protocol=optional, <protocol symbol>;
    signed-receipt-micalg=optional, <micalg1>, <micalg2>,...;
]]></artwork>
        <t>The currently used value for &lt;protocol symbol&gt; is "pkcs7-signature"
   for the S/MIME detached signature format.</t>
        <t>The currently supported values for MIC algorithm &lt;micalg&gt; values are:</t>
        <artwork><![CDATA[
     Algorithm   Value Used
     ---------    ---------
      SHA-256      sha-256
      SHA-384      sha-384
      SHA-512      sha-512
      SHA-1        sha-1 or sha1 (should *only* be used in legacy deployments that
                                  cannot support SHA-256 or greater)
]]></artwork>
        <t>The semantics of the "signed-receipt-protocol" and the "signed-receipt-micalg"
   parameters are as follows:</t>
        <ol spacing="normal" type="1"><li>
            <t>The "signed-receipt-protocol" parameter is used to request a
signed receipt from the recipient trading partner. The "signed-receipt-protocol"
parameter also specifies the format in which the signed receipt SHOULD be returned
to the requester.  </t>
            <t>
The "signed-receipt-micalg" parameter identifies one or more message
integrity check (MIC) algorithms, in order of preference, that the
requester supports for signing the returned receipt. Although multiple
values MAY be listed to indicate fallback options, only a single MIC
algorithm is used in the returned MDN because the "Received-content-MIC"
field conveys exactly one digest value.  </t>
            <t>
Recipients MUST select the first algorithm in the list that they also
support and MUST compute the Received-content-MIC using that algorithm.
Senders SHOULD list the strongest algorithm first. Modern
implementations SHOULD include only a single value unless multiple
values are needed to support phased migration away from weaker
algorithms. Implementations MUST accept messages that contain multiple
values and MUST ignore unsupported values.  </t>
            <t>
When a sender lists multiple algorithms, recipients MUST NOT fall back
to an algorithm that is not explicitly listed by the sender.
Trading partners typically pre-configure acceptable MIC algorithms
through bilateral agreement, and runtime negotiation is not needed.
If none of the algorithms listed is supported, the recipient SHOULD
reject the message and MAY return an unsigned MDN indicating
"unsupported-mic-algorithm" rather than silently selecting a weaker
algorithm.  When the header is absent (e.g., unsigned messages), an
implementation MUST use a locally configured default algorithm; SHA-256
SHOULD be preferred, but SHA-1 MAY be used when required for legacy partners.</t>
          </li>
        </ol>
        <t><strong>The following algorithm requirements apply to all implementations:</strong></t>
        <artwork><![CDATA[
     o  Implementations **MUST** support SHA-256.

     o  Implementations **SHOULD** support SHA-384 or stronger.

     o  SHA-1 **MAY** be accepted only when required for interoperability
        with legacy partners and SHOULD NOT be generated for modern
        implementations once both parties support stronger algorithms.

     o  MD5 is obsolete and MUST NOT be generated.

  See Section 10 for additional algorithm requirements
  and deprecation timelines.

  Both the "signed-receipt-protocol" and the "signed-receipt-micalg"
  option parameters are REQUIRED when requesting a signed receipt.

  The lack of the presence of the "Receipt-Delivery-Option"
  indicates that a receipt is synchronous in nature. The presence
  of the "Receipt-Delivery-Option: return-url" indicates that an
  asynchronous receipt is requested and SHOULD be sent to the
  "return-url".
]]></artwork>
        <ol spacing="normal" type="1"><li>
            <t>The "importance" attribute of "Optional" is defined in RFC 3798,
Section 2.2, and has the following meaning:  </t>
            <t>
Parameters with an importance of "Optional" permit a UA that does
not understand the particular options parameter to still generate
an MDN in response to a request for a MDN.  </t>
            <t>
A UA that does not understand the "signed-receipt-protocol"
parameter or the "signed-receipt-micalg" will obviously not return
a signed receipt.  </t>
            <t>
The importance of "Optional" is used for the signed receipt
parameters because it is RECOMMENDED that an MDN be returned to
the requesting trading partner even if the recipient could not
sign it.  </t>
            <t>
The returned MDN will contain information on the disposition of
the message and on why the MDN could not be signed. See the
Disposition field in <xref target="structure-and-processing-of-an-mdn-message"/>.5
for more information.  </t>
            <t>
Within an EDI trading relationship, if a signed receipt is
expected and is not returned, then the validity of the transaction
is up to the trading partners to resolve.  </t>
            <t>
In general, if a signed receipt is required in the trading
relationship and is not received, the transaction will likely
be considered invalid.</t>
          </li>
        </ol>
        <section anchor="signed-receipt-considerations">
          <name>Signed Receipt Considerations</name>
          <t>The method used to request a receipt or a signed receipt is defined
   in RFC 3798, "An Extensible Message Format for Message Disposition
   Notifications".</t>
          <t>The "rules" are as follows:</t>
          <ol spacing="normal" type="1"><li>
              <t>When a receipt is requested, explicitly specifying that the
receipt be signed, then the receipt MUST be returned with a
signature.</t>
            </li>
            <li>
              <t>When a receipt is requested, explicitly specifying that the
receipt be signed, but the recipient cannot support either the
requested protocol format or the requested MIC algorithms, then
either a signed or unsigned receipt SHOULD be returned.</t>
            </li>
            <li>
              <t>When a signature is not explicitly requested, or if the signed
receipt request parameter is not recognized by the UA, then no
receipt, an unsigned receipt, or a signed receipt MAY be returned
by the recipient.</t>
            </li>
          </ol>
          <t>NOTE: For Internet EDI, it is RECOMMENDED that when a signature is
   not explicitly requested, or if parameters are not recognized, the UA
   send back, at a minimum, an unsigned receipt. If, however, a signed
   receipt was always returned as a policy, whether requested or not,
   then any false unsigned receipts can be repudiated.</t>
          <t>When a request for a signed receipt is made, but there is an error in
   processing the contents of the message, a signed receipt MUST still
   be returned. The request for a signed receipt SHALL still be
   honored, though the transaction itself may not be valid. The reason
   why the contents could not be processed MUST be set in the
   "disposition-field".</t>
          <t>When a signed receipt request is made, the "Received-content-MIC"
   MUST always be returned to the requester (except when corruption
   prevents computation of the digest in accordance with the following
   specification). The "Received-content-MIC" MUST be calculated as
   follows:</t>
          <artwork><![CDATA[
     o  For any signed messages, the MIC to be returned is calculated
        on the RFC1767/RFC3023 MIME header and content.
        Canonicalization on the MIME headers MUST be performed before
        the MIC is calculated, since the sender requesting the signed
        receipt was also REQUIRED to canonicalize.

     o  For encrypted, unsigned messages, the MIC to be returned is
        calculated on the decrypted RFC 1767/RFC3023 MIME header and
        content. The content after decryption MUST be canonicalized
        before the MIC is calculated.

     o  For unsigned, unencrypted messages, the MIC MUST be calculated
        over the message contents without the outer MIME or any other RFC
        5322 headers, since these may sometimes be altered or reordered by
        intermediary user agents or proxies.
]]></artwork>
        </section>
      </section>
      <section anchor="mdn-format-and-values">
        <name>MDN Format and Values</name>
        <t>This section defines the format of the AS2 Message Disposition
   Notification (AS2-MDN).</t>
        <section anchor="as2-mdn-general-formats">
          <name>AS2-MDN General Formats</name>
          <sourcecode type="abnf"><![CDATA[
AS2-MDN = AS2-sync-MDN | AS2-async-http-MDN

AS2-sync-MDN =
   Status-Line
   *(( general-header | response-header | entity-header )
     CRLF )
   CRLF
   AS2-MDN-body

Status-Line =
   HTTP-Version SP Status-Code SP Reason-Phrase CRLF

AS2-async-http-MDN =
   Request-Line
   *(( general-header | request-header | entity-header )
     CRLF )
   CRLF
   AS2-MDN-body

Request-Line =
   Method SP Request-URI SP HTTP-Version CRLF

AS2-MDN-body =
   AS2-signed-MDN-body | AS2-unsigned-MDN-body
]]></sourcecode>
        </section>
        <section anchor="as2-mdn-construction">
          <name>AS2-MDN Construction</name>
          <t>The AS2-MDN-body is formatted as a MIME multipart/report with a
   report-type of "disposition-notification". When the message is
   unsigned, the transfer-layer ("outermost") entity-headers of the
   AS2-MDN contain the content-type header that specifies a content-type
   of "multipart/report" and parameters indicating the report-type, and
   the value of the outermost multipart boundary.</t>
          <t>When the AS2-MDN is signed, the transfer-layer ("outermost") entity-
   headers of the AS2-MDN contain a content-type header that specifies a
   content-type of "multipart/signed" and parameters indicating the
   algorithm used to compute the message digest, the signature-
   formatting protocol (e.g., pkcs7-signature), and the value of the
   outermost multipart boundary. The first part of the MIME
   multipart/signed message is an embedded MIME multipart/report of type
   "disposition-notification". The second part of the multipart/signed
   message contains a MIME application/pkcs7-signature message.</t>
          <t>The first part of the MIME multipart/report is a "human-readable"
   portion containing a general description of the message
   disposition. The second part of the MIME multipart/report is a
   "machine-readable" portion that is defined as:</t>
          <sourcecode type="abnf"><![CDATA[
AS2-disposition-notification-content =
    reporting-ua-field CRLF
    mdn-gateway-field CRLF
    final-recipient-field CRLF
    original-message-id-field CRLF
    AS2-disposition-field CRLF
    *( failure-field CRLF )
    *( error-field CRLF )
    *( warning-field CRLF )
    *( extension-field CRLF )
    AS2-received-content-MIC-field CRLF
]]></sourcecode>
        </section>
        <section anchor="as2-mdn-fields">
          <name>AS2-MDN Fields</name>
          <t>The rules for constructing the AS2-disposition-notification content
   are identical to the disposition-notification-content rules provided
   in <xref target="algorithm-requirements"/> of RFC 3798 <xref target="RFC3798"/>, except that the RFC 3798 disposition-
   field has been replaced with the AS2-disposition-field and that the
   AS2-received-content-MIC field has been added. The differences
   between the RFC 3798 disposition-field and the AS2-disposition-field
   are described below. Where there are differences between this
   document and RFC 3798, those entity names have been changed by
   pre-pending "AS2-". Entities that do not differ from RFC 3798 are not
   necessarily further defined in this document; refer to RFC 3798,
   Section 7, "Collected Grammar", for the original grammar.</t>
          <sourcecode type="abnf"><![CDATA[
AS2-disposition-field =
    "Disposition" ":" disposition-mode ";"
    AS2-disposition-type "/" AS2-disposition-modifier

disposition-mode =
    action-mode "/" sending-mode

action-mode =
    "manual-action" | "automatic-action"

sending-mode =
    "MDN-sent-manually" | "MDN-sent-automatically"

AS2-disposition-type =
    "processed" | "failed"

AS2-disposition-modifier =
    ( "error" | "warning" ) | AS2-disposition-modifier-extension

AS2-disposition-modifier-extension =
    "error: authentication-failed" |
    "error: decompression-failed" |
    "error: decryption-failed" |
    "error: duplicate-filename" |
    "error: illegal-filename" |
    "error: insufficient-message-security" |
    "error: integrity-check-failed" |
    "error: invalid-message-id" |
    "error: unexpected-processing-error" |
    "error: unknown-trading-relationship" |
    "warning: " AS2-MDN-warning-description |
    "failure: " AS2-MDN-failure-description

AS2-MDN-warning-description = *( TEXT )

AS2-MDN-failure-description = *( TEXT )

AS2-received-content-MIC-field =
    "Received-content-MIC" ":" encoded-message-digest ","
    digest-alg-id CRLF

encoded-message-digest =
    1*( 'A'-'Z' | 'a'-'z' | '0'-'9' | '/' | '+' | '=' )
    ; i.e., base64(message-digest)

digest-alg-id = "sha-256" | "sha-384" | "sha-512" | "sha-1" | "sha1"
                 ; The "sha1" is a legacy representation of the "sha-1"
                 ; defined hash in the IANA Textual Names Registry.
                 ; It should be maintained for backwards compatibility;
                 ; sha1 | sha-1 should only be used by legacy deployments
                 ; that cannot support sha-256 or greater
]]></sourcecode>
          <t>To improve error reporting and interoperability, this specification
   introduces additional standardized disposition modifiers beyond those
   defined in <xref target="RFC4130"/> and <xref target="RFC8098"/>.</t>
          <t>These modifiers are used to indicate specific failure conditions that
   cannot be adequately represented by the existing error codes and may
   not be compatible with earlier implementations of AS2.
   Implementations MUST include a human-readable explanation in the MDN
   <tt>Explanation</tt> field when returning these modifiers.</t>
          <t>Future modifiers may be registered through the IANA registry for
   AS2 Disposition Values and Modifiers (see <xref target="iana-considerations"/>).</t>
          <t>The "Received-content-MIC" extension field is set when the integrity
   of the received message is verified. The MIC value is the base64-encoded
   message-digest computed over the received message using a hash
   function. This field is required for signed receipts but optional
   for unsigned receipts. For details defining the specific content
   over which the message digest is to be computed, see <xref target="structure-and-processing-of-an-mdn-message"/>.3.1
   of this document.</t>
          <t>For signed messages, the algorithm used to calculate the MIC MUST be
   the same as that used on the message that was signed. If the message
   is not signed, then the SHA-256 algorithm SHOULD be used. SHA-1 MAY be
   used only for legacy interoperability (see <xref target="backward-compatibility-and-interoperability"/>.1). This field
   is set only when the content of the message is processed
   successfully. This field is used in conjunction with the recipient's
   signature on the MDN so that the sender can verify non-repudiation of
   receipt.</t>
          <t>AS2-MDN field names (e.g., "Disposition:", "Final-Recipient:") are
   case insensitive (cf. RFC 3798, Section 3.1.1). AS2-MDN action-
   modes, sending-modes, AS2-disposition-types, and AS2-disposition-
   modifier values, which are defined above, and user-supplied *( TEXT )
   values are also case-insensitive. AS2 implementations MUST NOT make
   assumptions regarding the values supplied for AS2-MDN-warning-
   description or AS2-MDN-failure-description, or for the values of any
   (optional) error, warning, or failure fields.</t>
        </section>
        <section anchor="as2-mdn-field-requirements">
          <name>AS2-MDN Field Requirements</name>
          <t>The following fields have clarified requirements for interoperability:</t>
          <artwork><![CDATA[
     o  **Final-Recipient** — This field **MUST** always be present in an MDN
         and MUST identify the AS2-To value of the original message.

     o  **Original-Message-ID** — This field is **REQUIRED** and MUST exactly
         match the `Message-ID` of the original message as transmitted.
        `Message-ID` in the MDN itself is optional.

     o  **Disposition-Notification-To** — Implementations **MAY** include this
         field using an email address, URL, hostname, or other identifier as
         appropriate to the system.  However, as specified in [RFC4130], receiving
         applications **MUST** ignore this field and **MUST NOT** reject a message
         due to syntax or address format violations. The field is retained for
         compatibility with prior implementations.
]]></artwork>
        </section>
        <section anchor="additional-as2-mdn-programming-notes">
          <name>Additional AS2-MDN Programming Notes</name>
          <artwork><![CDATA[
     o  For HTTP transactions, Original-Recipient and Final-Recipient
        SHOULD not be different.  The value in Original-Message-ID SHOULD
        match the original Message-ID header value.

     o  Refer to RFC 3798 for the formatting of the MDN, except for the
        specific deviations mentioned above.

     o  Refer to RFC 3462 and RFC 3798 for the formatting of the content-
        type entity-headers for the MDN.

     o  Use an action-mode of "automatic-action" when the disposition
        described by the disposition type was a result of an automatic
        action rather than that of an explicit instruction by the user for
        this message.

     o  Use an action-mode of "manual-action" when the disposition
        described by the disposition type was a result of an explicit
        instruction by the user rather than some sort of automatically
        performed action.

     o  Use a sending-mode of "MDN-sent-automatically" when the MDN is
        sent because the UA had previously been configured to do so.

     o  Use a sending-mode of "MDN-sent-manually" when the user explicitly
        gave permission for this particular MDN to be sent.

     o  The sending-mode "MDN-sent-manually" is meaningful ONLY with
        "manual-action", not with "automatic-action".

     o  The "failed" disposition type MUST NOT be used for the situation
        in which there is some problem in processing the message other
        than interpreting the request for an MDN. The "processed" or
        other disposition type with appropriate disposition modifiers is
        to be used in such situations.
]]></artwork>
        </section>
      </section>
      <section anchor="disposition-mode-type-and-modifier">
        <name>Disposition Mode, Type, and Modifier</name>
        <section anchor="disposition-mode-overview">
          <name>Disposition Mode Overview</name>
          <t>This section provides a brief overview of how "processed", "error",
   "failure", and "warning" are used.</t>
        </section>
        <section anchor="successful-processing-status-indication">
          <name>Successful Processing Status Indication</name>
          <t>When the request for a receipt or signed receipt, and the received
   message contents are successfully processed by the receiving EDI UA,
   a receipt or MDN SHOULD be returned with the disposition-type set to
   "processed". When the MDN is sent automatically by the EDI UA, and
   there is no explicit way for a user to control the sending of the
   MDN, then the first part of the "disposition-mode" SHOULD be set to
   "automatic-action". When the MDN is being sent under user-
   configurable control, then the first part of the "disposition-mode"
   SHOULD be set to "manual-action". Since a request for a signed
   receipt should always be honored, the user MUST not be allowed to
   configure the UA to disallow sending of a signed receipt when the sender
   requests one.</t>
          <t>The second part of the disposition-mode is set to "MDN-sent-manually"
   if the user gave explicit permission for the MDN to be sent. Again,
   the user MUST not be allowed to explicitly refuse to send a signed
   receipt when the sender requests one. The second part of the
   "disposition-mode" is set to "MDN-sent-automatically" whenever the
   EDI UA sends the MDN automatically, regardless of whether the sending
   was under the control of a user, administrator, or the software.</t>
          <t>Because EDI content is generally handled automatically by the EDI UA,
   a request for a receipt or signed receipt will generally return the
   following in the "disposition-field":</t>
          <artwork><![CDATA[
   Disposition: automatic-action/MDN-sent-automatically; processed
]]></artwork>
          <t>Note that this specification does not restrict the use of the
   "disposition-mode" just to automatic actions. Manual actions are
   valid as long as it is kept in mind that a request for a signed
   receipt MUST be honored.</t>
        </section>
        <section anchor="unsuccessful-processed-content">
          <name>Unsuccessful Processed Content</name>
          <t>The request for a signed receipt requires the use of two
   "disposition-notification-options", which specify the protocol format
   of the returned signed receipt, and the MIC algorithm used to
   calculate the MIC over the message content. The "disposition-field"
   values that should be used if the message content is being rejected
   or ignored (for instance, if the EDI UA determines that a signed
   receipt cannot be returned because it does not support the requested
   protocol format, the EDI UA chooses not to process the message
   contents itself) MUST be specified in the MDN "disposition-field" as
   follows:</t>
          <artwork><![CDATA[
   Disposition: "disposition-mode";  failed/Failure: unsupported format
]]></artwork>
          <t>The "failed" AS2-disposition-type MUST be used when a failure occurs
   that prevents the proper generation of an MDN. For example, this
   disposition-type would apply if the sender of the message requested
   the application of an unsupported message-integrity-check (MIC)
   algorithm.</t>
          <t>The "failure:" AS2-disposition-modifier-extension SHOULD be used with
   an implementation-defined description of the failure. Further
   information about the failure may be contained in a failure-field.</t>
          <t>The syntax of the "failed" disposition-type is general, allowing the
   sending of any textual information along with the "failed"
   disposition-type. Implementations MUST support any printable textual
   characters after the Failure disposition-type. For use in Internet
   EDI, the following "failed" values are pre-defined and MUST be
   supported:</t>
          <artwork><![CDATA[
   "Failure: unsupported format"
   "Failure: unsupported MIC-algorithms"
]]></artwork>
        </section>
        <section anchor="unsuccessful-non-content-processing">
          <name>Unsuccessful Non-Content Processing</name>
          <t>When errors occur in processing the received message (other than
   content), the "disposition-field" MUST be set to the "processed"
   value for disposition-type and the "error" value for disposition-
   modifier.</t>
          <t>The "error" AS2-disposition-modifier with the "processed"
   disposition-type MUST be used to indicate that an error of some sort
   occurred that prevented successful processing of the message.
   Further information may be contained in an error-field.</t>
          <t>An "error:" AS2-disposition-modifier-extension SHOULD be used to
   combine the indication of an error with a predefined description of a
   specific, well-known error. Further information about the error may
   be contained in an error field.</t>
          <t>For Internet EDI use, the following "error" AS2-disposition-modifier
   values are defined:</t>
          <sourcecode type="text"><![CDATA[
   o "Error: authentication-failed"         - the receiver could not
                                              authenticate the sender.

   o "Error: decompression-failed"          - the receiver could not
                                              decompress the message
                                              contents.

   o "Error: decryption-failed"             - the receiver could not
                                              decrypt the message
                                              contents.
   o "Error: duplicate-filename"            - the message payload contained
                                              a filename already received
                                              by the backend server.

   o "Error: illegal-filename"              - the message payload contained
                                              a filename that could nor be
                                              processed by the backend server.

   o "Error: insufficient-message-security" - the content of the message
                                              was not appropriately enveloped
                                              according to the agreed-upon
                                              message security.

   o "Error: integrity-check-failed"        - the receiver could not
                                              verify content integrity.

   o "Error: invalid-message-id"            - the receiver could not
                                              parse the value of the
                                              Message-ID header because it
                                              was not syntactically correct.

   o "Error: unexpected-processing-error"   - a catch-all for any
                                              additional processing
                                              errors.

   o "Error: unknown-trading-relationship"   - the receiver could not
                                              correlate the AS2-To/AS2-From
                                              header values to values known
                                              to the system.
]]></sourcecode>
          <t>An example of how the "disposition-field" would look when errors
   other than those in content processing are detected is as follows:</t>
          <artwork><![CDATA[
   Disposition: "disposition-mode"; processed/Error: decryption-failed
]]></artwork>
        </section>
        <section anchor="processing-warnings">
          <name>Processing Warnings</name>
          <t>Situations arise in EDI when, even if a trading partner cannot be
   authenticated correctly, the trading partners still agree to continue
   processing the EDI transactions. Transaction reconciliation is done
   between the trading partners at a later time. In the content
   processing warning situations as described above, the "disposition-
   field" MUST be set to the "processed" disposition-type value, and the
   "warning" to the "disposition-modifier" value.</t>
          <t>The "warning" AS2-disposition-modifier MUST be used with the
   "processed" disposition-type to indicate that the message was
   successfully processed but that an exceptional condition occurred.
   Further information may be contained in a warning-field.</t>
          <t>A "warning:" AS2-disposition-modifier-extension SHOULD be used to
   combine the indication of a warning with an implementation-defined
   description of the warning.  Further information about the warning
   may be contained in a warning-field.</t>
          <t>For use in Internet EDI, the following "warning"
   disposition-modifier-extension value is defined:</t>
          <artwork><![CDATA[
   "Warning: authentication-failed, processing continued"
]]></artwork>
          <t>An example of how the "disposition-field" would look when warning
   other than those for content processing are detected is as follows:</t>
          <t>Example:</t>
          <artwork><![CDATA[
   Disposition: "disposition-mode"; processed/warning:
     authentication-failed, processing continued
]]></artwork>
        </section>
        <section anchor="backward-compatibility-with-disposition-type-modifier-and-extension">
          <name>Backward Compatibility with Disposition Type, Modifier, and Extension</name>
          <t>The following set of examples represents typical constructions of the
   Disposition field that have been in use by AS2 implementations.  This
   is NOT an exhaustive list of possible constructions. However, AS2
   implementations MUST accept constructions of this type to be backward
   compatible with earlier AS2 versions.</t>
          <artwork><![CDATA[
  Disposition: automatic-action/MDN-sent-automatically; processed

  Disposition: automatic-action/MDN-sent-automatically;
    processed/error: authentication-failed

  Disposition: automatic-action/MDN-sent-automatically;
    processed/warning: duplicate-document

  Disposition: automatic-action/MDN-sent-automatically;
    failed/failure: sender-equals-receiver
]]></artwork>
          <t>The following set of examples represents allowable constructions of
   the Disposition field that combine the historic constructions above
   with optional RFC 3798 error, warning, and failure fields. AS2
   implementations MAY produce these constructions. However, AS2
   servers are not required to recognize or process optional error,
   warning, or failure fields at this time. Note that the use of the
   multiple error fields in the second example below provides for the
   indication of multiple error conditions.</t>
          <artwork><![CDATA[
     Disposition: automatic-action/MDN-sent-automatically; processed

     Disposition: automatic-action/MDN-sent-automatically;
       processed/error: decryption-failed
     Error: The signature did not decrypt into a valid PKCS#1 Type-2 block.
     Error: The length of the decrypted key does not equal the octet length of the modulus.

     Disposition: automatic-action/MDN-sent-automatically;
       processed/warning: duplicate-document
     Warning: An identical message already exists at the destination server.

     Disposition: automatic-action/MDN-sent-automatically;
          failed/failure: sender-equals-receiver
     Failure: The AS2-To name is identical to the AS2-From name.
]]></artwork>
          <t>The following set of examples represents allowable constructions of
   the Disposition field that employ pure RFC 3798 Disposition-modifiers
   with optional error, warning, and failure fields. These examples are
   provided as informational only. These constructions are not
   guaranteed to be backward compatible with AS2 implementations prior
   to version 1.1.</t>
          <artwork><![CDATA[
     Disposition: automatic-action/MDN-sent-automatically; processed

     Disposition: automatic-action/MDN-sent-automatically; processed/error
     Error: authentication-failed
     Error: The signature did not decrypt into a valid PKCS#1 Type-2 block.
     Error: The length of the decrypted key does not equal the octet length of the modulus.

     Disposition: automatic-action/MDN-sent-automatically; processed/warning
     Warning: duplicate-document

     Disposition: automatic-action/MDN-sent-automatically; failed
     Failure: sender-equals-receiver
]]></artwork>
        </section>
      </section>
      <section anchor="receipt-reply-considerations-in-an-http-post">
        <name>Receipt Reply Considerations in an HTTP POST</name>
        <t>The details of the response to the POST command vary depending upon
   whether a receipt has been requested.</t>
        <t>With no extended header requesting a receipt, and with no errors
   accessing the request-URI specified processing, the status line in
   the Response to the POST request SHOULD be in the 200 range. Status
   codes in the 200 range SHOULD also be used when an entity is returned
   (a signed receipt in a multipart/signed content type or an unsigned
   receipt in a multipart/report). Even when the disposition of the
   data was an error condition at the authentication, decryption or
   other higher level, the HTTP status code SHOULD indicate success at
   the HTTP level.</t>
        <t>The HTTP server application may respond with an unsolicited
   multipart/report as a message body that the HTTP client might not
   have solicited, but the client may discard this. Applications SHOULD
   avoid emitting unsolicited receipt replies because bandwidth or
   processing limitations might have led administrators to suspend
   asking for acknowledgements.</t>
        <t>Message Disposition Notifications, when used in the HTTP reply context,
   follow the same semantics as those defined in <xref target="RFC3798"/>. For example, the
   disposition field is a required element in the machine-readable
   second part of a multipart/report for a MDN. The final-recipient-
   field (<xref target="RFC3798"/>, Section 3.1) value SHOULD be derived from the entity
   headers of the request.</t>
        <t>In an MDN, the first part of the multipart/report (the human-readable
   portion) SHOULD include items such as the subject, the date, and other
   information when those fields are present in entity header fields
   following the POST request. An application MUST report the Message-
   ID of the request in the second part of the multipart/report (the
   machine-readable portion). Also, an MDN SHOULD have its own unique
   Message-ID HTTP header. The HTTP reply SHOULD normally omit the
   third optional part of the multipart/report (this was historically
   used to return the original message or its headers within the SMTP context).</t>
      </section>
    </section>
    <section anchor="public-key-certificate-handling">
      <name>Public Key Certificate Handling</name>
      <t>The initial exchange and certification of public keys are essential
   steps in establishing a secure trading partnership.  This process MAY
   occur manually during partner onboarding or automatically through
   supported mechanisms such as the <strong>AS2 GET</strong> method (see <xref target="certificate-exchange-and-renewal"/>).
   Implementations MUST maintain a database of public keys used for encryption
   and signature verification, together with the mapping between the EDI
   trading partner identifier and its associated RFC 5322 <xref target="RFC5322"/> email
   address and HTTP URL/URI. The exact procedures for establishing and
   configuring secure AS2 messaging can vary among trading partners and
   software implementations.</t>
      <t>X.509 certificates are REQUIRED. It is RECOMMENDED that trading
   partners self-certify each other if an agreed-upon certification
   authority is not used. This applicability statement does NOT require
   the use of a certification authority (CA) and the use of a CA
   is therefore OPTIONAL. Certificates MAY be self-signed.</t>
      <t>It is RECOMMENDED that when trading partners are using S/MIME they
   also exchange public key certificates, considering the advice provided in
   <xref target="RFC3850"/>.</t>
      <t>The message formats useful for certificate exchange are found in <xref target="RFC5751"/>
   and <xref target="RFC5652"/>.</t>
      <section anchor="certificate-roles-and-requirements">
        <name>Certificate Roles and Requirements</name>
        <t>While TLS certificates and AS2 message-signing certificates both use the
   X.509 standard, they serve distinct purposes and MUST be managed
   separately:</t>
        <artwork><![CDATA[
     o  **TLS Certificates** are used solely to secure the HTTPS transport
        channel. They establish session-level confidentiality and integrity and
        SHOULD be issued by a trusted certification authority (CA) in production
        environments. For public-facing servers, TLS certificates SHOULD comply
        with the CA/Browser Forum Baseline Requirements
       (https://cabforum.org/baseline-requirements-documents/). Self-signed
        TLS certificates MAY be used for testing or by explicit agreement
        between trading partners, provided they include a **Subject Alternative
        Name (SAN)** extension containing the DNS name and/or IP address. The
        SAN extension MUST be marked as non-critical.

     o  **AS2 Certificates** are used for signing and encrypting AS2 messages
        and MUST NOT be the same as the TLS certificate. Separation ensures that
        a compromise of the transport layer does not affect message-level
        security, and vice versa. Using the same certificate for both purposes
        creates security dependencies and operational risks that MUST be avoided.
        AS2 certificates MAY be CA-issued or self-signed, depending on
        organizational policy and trading-partner agreements.

        AS2 certificates MUST use a key length of at least **2048 bits for RSA
        keys**.  For elliptic-curve certificates, the selected curve MUST provide
        equivalent or stronger security (e.g., P-256 or higher).
]]></artwork>
        <t>Although short certificate lifetimes are now common in the TLS ecosystem
   due to CA/Browser Forum requirements and industry regulations, AS2 certificates
   generally do not require the same frequency of renewal. AS2 systems handle far fewer
   encrypted transactions than high-volume web servers, and certificate
   rollover can be operationally complex.  Implementations SHOULD allow
   independent lifetime policies for AS2 and TLS certificates.</t>
      </section>
      <section anchor="certificate-exchange-and-renewal">
        <name>Certificate Exchange and Renewal</name>
        <t>Automated certificate management significantly reduces operational risk.
   Implementations SHOULD support <strong>Certificate Exchange Messaging (CEM)</strong>
          <xref target="I-D.draft-meadors-certificate-exchange-14"/> to enable secure, automated
   exchange of AS2 certificates between trading partners. When CEM is not
   available, manual exchange processes MUST ensure integrity and authentication
   of keys prior to activation.</t>
        <t>The <strong>AS2 GET</strong> method MAY be used for initial retrieval of partner
   certificates. Implementations using AS2 GET MUST ensure that certificate
   retrieval is authenticated (to verify the requester's identity) and
   authorized (to ensure only legitimate trading partners can access
   certificates). While certificates themselves are digitally signed by their
   issuer and thus tamper-evident, authentication and authorization are
   required to prevent unauthorized parties from obtaining certificates and
   using them to identify legitimate trading partners or map relationships.
   For self-signed certificates, additional out-of-band verification (such as
   fingerprint confirmation via secure channel) is REQUIRED to establish
   initial trust before use in production.</t>
      </section>
      <section anchor="operational-guidance">
        <name>Operational Guidance</name>
        <artwork><![CDATA[
     o  TLS and AS2 certificates MUST be managed separately and MUST NOT be
        the same certificate.
     o  CEM SHOULD be supported to reduce manual errors and configuration drift.
     o  Self-signed certificates SHOULD include SAN extensions for clarity and
        validation consistency.
     o  Implementations SHOULD support configurable expiration and notification
        mechanisms for certificate renewal.
     o  Administrators MUST NOT reuse TLS certificates as AS2 certificates to
        maintain separation of security domains.
]]></artwork>
        <t>For security and algorithm lifecycle considerations, see <xref target="algorithm-requirements"/> and
   Section 10.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This entire document is concerned with secure transport of business data,
   covering confidentiality, authentication, and non-repudiation.</t>
      <t>Cryptographic algorithms used for signatures, MIC calculations, and
   encryption are subject to modernization and deprecation guidance.
   The definitive algorithm requirements (for hash functions and
   encryption) are specified in <xref target="algorithm-requirements"/>.
   This section provides security rationale and additional guidance.</t>
      <t>Legacy algorithms such as SHA-1, MD5, 3DES, and RC2 are deprecated
   due to known weaknesses. Implementations SHOULD NOT generate these
   algorithms in modern implementations. However, legacy use cases may still be
   encountered when interoperating with older systems conforming to
   <xref target="RFC4130"/>. See Section 1.2.1 for clarifications on legacy interoperability.</t>
      <t>Modern implementations are expected to support strong algorithms such
   as SHA-256 or stronger for MIC calculations, and AES (128-bit or
   greater) for encryption. Implementations SHOULD also support advanced
   AES modes such as AES-GCM and AES-CCM for improved efficiency and
   authenticated encryption. See <xref target="RFC8551"/> for details.</t>
      <t>Implementations must ensure robust handling of all cryptographic
   failures. Administrators are encouraged to monitor IETF and NIST
   publications for algorithm lifecycle updates and to update deployed
   systems accordingly. These compatibility allowances are described in
   more detail in Section 1.2 and Section 1.2.1.</t>
      <t>When processing certificates, failures such as expired, revoked, or
   untrusted certificates MUST result in immediate and noticeable error
   reporting. See <xref target="RFC3280"/> and <xref target="RFC8551"/> for guidance on certificate
   path validation. For guidance on certificate management, key exchange,
   and renewal, including use of Certificate Exchange Messaging (CEM) and
   AS2 GET, see <xref target="public-key-certificate-handling"/> and <xref target="certificate-exchange-and-renewal"/>.</t>
      <section anchor="https-tls-reqs">
        <name>HTTPS and TLS Requirements</name>
        <t><strong>Consensus Update:</strong>
   Implementations <strong>MUST</strong> support TLS 1.2 or higher and <strong>SHOULD</strong> support TLS 1.3.
   TLS 1.3 is strongly encouraged as the default where platform support allows, but TLS 1.2
   remains the mandatory baseline to ensure interoperability with older environments (e.g., legacy JVMs).
   Products SHOULD allow administrators to configure which TLS versions are enabled, so that TLS 1.3 can be
   mandated by policy where required. Future revisions of this specification are expected to mandate TLS 1.3
   as the minimum required version once deployment is widespread.</t>
        <t>Administrators SHOULD use only cipher suites listed as “Recommended (Y)” in the
   <eref target="https://www.iana.org/assignments/tls-parameters">IANA TLS Parameters</eref> registry.
   Implementations SHOULD provide configurable cipher selection rather than hardcoding cipher lists.</t>
        <t>New implementations of AS2 <strong>SHOULD</strong> use HTTPS as the default transport
   protocol to provide confidentiality and integrity in transit. Plain HTTP
   remains permitted to support message-level encryption and backward
   compatibility with existing deployments.</t>
        <t>This guidance promotes strong encryption, aligns with current best practices,
   and ensures that AS2 remains interoperable with existing deployments while
   allowing administrators to phase out weaker protocols and cipher suites over time.</t>
        <t><strong>Future Considerations</strong>
   Per BCP 195/RFC 7525bis, new IETF protocols and major revisions are expected to mandate TLS 1.3.
   AS2-bis is a backward-compatible revision, and therefore specifies MUST support of TLS 1.2 and SHOULD
   support of TLS 1.3 to preserve interoperability with existing implementations. At the same time, implementers
   are strongly encouraged to deploy TLS 1.3 as the default for all new products and configurations.
   Future versions of AS2 (for example, a potential AS2-Version 1.3 or subsequent update) are expected to raise
   the baseline to MUST support TLS 1.3 or higher, and may deprecate TLS 1.2 once widespread deployment
   makes this feasible. Implementers are encouraged to prepare for a future revision of this specification
   that will mandate TLS 1.3 as the minimum required version.</t>
      </section>
      <section anchor="tls-server-certificates">
        <name>TLS Server Certificates</name>
        <t>The following certificate types MUST be supported for TLS server
   certificates:</t>
        <artwork><![CDATA[
  o  with URL in the Distinguished Name Common Name attribute

  o  without URL in the Distinguished Name Common Name attribute

  o  self-signed (self-issued)

  o  issued by a certification authority (CA)
]]></artwork>
        <t>The URL, which matches the source server identity, SHOULD be carried
   in the certificate. However, it is not required that DNS checks or
   reverse lookups to vouch for the accuracy of the URL or server value.</t>
        <t>The complete certification chain MUST be included in all
   certificates.  All certificate verifications MUST "chain to root" or
   to an accepted trust anchor. Additionally, the certificate hash
   SHOULD match the hash recomputed by the receiver.</t>
        <t>Because server certificates are exchanged, and also trust is
   established during the configuration of the trading partner
   relationship, runtime validation (including hostname matching and
   certificate path validation) SHOULD be performed unless an out-of-band
   trust model has been explicitly agreed upon by trading partners.
   If a self-signed TLS certificate is used, it SHOULD contain a Subject Alternative Name (SAN)
   extension that includes the DNS name and/or IP address of the sender.
   If included, this certificate extension MUST be marked as non-critical.</t>
        <t><strong>Note:</strong> Although not restricted by this specification, self-signed TLS certificates should
   be used with great care, especially in production environments.</t>
      </section>
      <section anchor="nrr-cautions">
        <name>NRR Cautions</name>
        <t>This specification seeks to provide multiple mechanisms that can be
   combined in accordance with local policies to achieve a wide range of
   security needs as determined by threat and risk analyses of the
   business peers. It is required that all these mechanisms be
   implemented by AS2 software so that the software has capabilities
   that promote strong interoperability, no matter what policies are
   adopted.</t>
        <t>One strong cluster of mechanisms (the secure transmission loop) can
   provide good support for meeting the evidentiary needs of non-
   repudiation of receipt by the original sender and by a third party
   supplied with all stated evidence. However, this specification does
   not itself define non-repudiation of receipt nor enumerate its
   essential properties because NRR is a business analysis and/or legal
   requirement, and not relevantly defined by a technical applicability
   statement.</t>
        <t>Some analyses observe that non-repudiation of receipt presupposes
   that non-repudiation of the sender of the original message is
   obtained, and further that non-repudiation should be implemented by
   means of digital signature on the original message. To satisfy
   strict NRR evidence, authentication and integrity MUST be provided by
   some mechanism, and the RECOMMENDED mechanism is digital signatures
   on both the original message and the receipt message.</t>
        <t>Given that this specification has selected several mechanisms that
   can be combined in several ways, it is important to realize that if a
   digital signature is omitted from the original message, in order to
   satisfy the preceding analysis of NRR requirements, some
   authentication mechanism MUST accompany the request for a signed
   receipt and its included Received-content-MIC value. This
   authentication might come from using client-side SSL, authentication
   via IPsec, or HTTP authentication (while using SSL). In any case,
   records of the message content, its security basis, and the digest
   value need to be retained for the NRR process.</t>
        <t>Therefore, if NRR is one of the goals of the policy that is adopted,
   by using the mechanisms of the secure transmission loop mentioned
   above and by retaining appropriate records of authentication at the
   original message sender site, strong evidentiary requirements
   proposed for NRR can be fulfilled.</t>
        <t>Other ways of proceeding may fall short of fulfilling the most
   stringent sets of evidence required for NRR to obtain, but may
   nevertheless be part of a commercial trading agreement and, as such,
   are good enough for the parties involved. However, if MDNs are
   returned unsigned, evidentiary requirements for NRR are weak; some
   authentication of the identity of the receiver is needed.</t>
        <t>If TLS is used for transport, the guidance in <xref target="https-tls-reqs"/> applies.</t>
      </section>
      <section anchor="replay-remark">
        <name>Replay Remark</name>
        <t>Because business data documents normally contain transaction ids,
   replays (such as resends of not-yet-acknowledged messages) are
   discarded as part of the normal process of duplicate detection.
   Detection of duplicates by Message-Id or by business transaction
   identifiers is recommended.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to update the following registries:</t>
      <artwork><![CDATA[
     o  MDN Disposition Modifier Names
        https://www.iana.org/assignments/mdn/mdn.xhtml#disposition-modifier

     o  Message Disposition Notification Parameters
        https://www.iana.org/assignments/mdn/mdn.xhtml#parameters
]]></artwork>
      <section anchor="registration">
        <name>Registration</name>
        <t>RFC 4130 originally defined an extension to the Message Disposition Notification (MDN)
   protocol for a disposition-modifier in the Disposition field of a body of
   content-type "message/disposition-notification".</t>
        <t>This document updates that definition, and IANA is requested to replace RFC 4130 with this
   document as the reference for the MDN Disposition Modifier Names registry.</t>
        <section anchor="disposition-modifier-warning">
          <name>Disposition Modifier 'warning'</name>
          <sourcecode type="text"><![CDATA[
   Parameter-name:  warning
   Semantics: See (#as2-mdn-fields) and
   (#processing-warnings) in this document.
]]></sourcecode>
        </section>
      </section>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Carl Hage, Karen Rosenfeld, Chuck Fenton, Russ Housley, Marc Blanchet,
   Erik Wrammer, and many others provided valuable suggestions during both
   the initial review of RFC 4130 that improved that applicability statement
   and this bis specification. The authors would also like to thank the past
   and current vendors who have participated in the Drummond AS2 interoperability
   testing. Their contributions have ultimately led to great improvement in the
   clarity of this document.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC4130">
          <front>
            <title>MIME-Based Secure Peer-to-Peer Business Data Interchange Using HTTP, Applicability Statement 2 (AS2)</title>
            <author fullname="D. Moberg" initials="D." surname="Moberg"/>
            <author fullname="R. Drummond" initials="R." surname="Drummond"/>
            <date month="July" year="2005"/>
            <abstract>
              <t>This document provides an applicability statement (RFC 2026, Section 3.2) that describes how to exchange structured business data securely using the HTTP transfer protocol, instead of SMTP; the applicability statement for SMTP is found in RFC 3335. Structured business data may be XML; Electronic Data Interchange (EDI) in either the American National Standards Committee (ANSI) X12 format or the UN Electronic Data Interchange for Administration, Commerce, and Transport (UN/EDIFACT) format; or other structured data formats. The data is packaged using standard MIME structures. Authentication and data confidentiality are obtained by using Cryptographic Message Syntax with S/MIME security body parts. Authenticated acknowledgements make use of multipart/signed Message Disposition Notification (MDN) responses to the original HTTP message. This applicability statement is informally referred to as "AS2" because it is the second applicability statement, produced after "AS1", RFC 3335. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4130"/>
          <seriesInfo name="DOI" value="10.17487/RFC4130"/>
        </reference>
        <reference anchor="RFC2045">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2045"/>
          <seriesInfo name="DOI" value="10.17487/RFC2045"/>
        </reference>
        <reference anchor="RFC2046">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This second document defines the general structure of the MIME media typing system and defines an initial set of media types. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2046"/>
          <seriesInfo name="DOI" value="10.17487/RFC2046"/>
        </reference>
        <reference anchor="RFC2049">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This set of documents, collectively called the Multipurpose Internet Mail Extensions, or MIME, redefines the format of messages. This fifth and final document describes MIME conformance criteria as well as providing some illustrative examples of MIME message formats, acknowledgements, and the bibliography. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2049"/>
          <seriesInfo name="DOI" value="10.17487/RFC2049"/>
        </reference>
        <reference anchor="RFC1767">
          <front>
            <title>MIME Encapsulation of EDI Objects</title>
            <author fullname="D. Crocker" initials="D." surname="Crocker"/>
            <date month="March" year="1995"/>
            <abstract>
              <t>Since there are many different EDI specifications, the current document defines three distinct categories as three different MIME content-types. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1767"/>
          <seriesInfo name="DOI" value="10.17487/RFC1767"/>
        </reference>
        <reference anchor="RFC2616">
          <front>
            <title>Hypertext Transfer Protocol -- HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="J. Gettys" initials="J." surname="Gettys"/>
            <author fullname="J. Mogul" initials="J." surname="Mogul"/>
            <author fullname="H. Frystyk" initials="H." surname="Frystyk"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <author fullname="P. Leach" initials="P." surname="Leach"/>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification defines the protocol referred to as "HTTP/1.1", and is an update to RFC 2068. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2616"/>
          <seriesInfo name="DOI" value="10.17487/RFC2616"/>
        </reference>
        <reference anchor="RFC3335">
          <front>
            <title>MIME-based Secure Peer-to-Peer Business Data Interchange over the Internet</title>
            <author fullname="T. Harding" initials="T." surname="Harding"/>
            <author fullname="R. Drummond" initials="R." surname="Drummond"/>
            <author fullname="C. Shih" initials="C." surname="Shih"/>
            <date month="September" year="2002"/>
          </front>
          <seriesInfo name="RFC" value="3335"/>
          <seriesInfo name="DOI" value="10.17487/RFC3335"/>
        </reference>
        <reference anchor="RFC3798">
          <front>
            <title>Message Disposition Notification</title>
            <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
            <author fullname="G. Vaudreuil" initials="G." role="editor" surname="Vaudreuil"/>
            <date month="May" year="2004"/>
            <abstract>
              <t>This memo defines a MIME content-type that may be used by a mail user agent (MUA) or electronic mail gateway to report the disposition of a message after it has been successfully delivered to a recipient. This content-type is intended to be machine-processable. Additional message headers are also defined to permit Message Disposition Notifications (MDNs) to be requested by the sender of a message. The purpose is to extend Internet Mail to support functionality often found in other messaging systems, such as X.400 and the proprietary "LAN-based" systems, and often referred to as "read receipts," "acknowledgements", or "receipt notifications." The intention is to do this while respecting privacy concerns, which have often been expressed when such functions have been discussed in the past. Because many messages are sent between the Internet and other messaging systems (such as X.400 or the proprietary "LAN-based" systems), the MDN protocol is designed to be useful in a multi-protocol messaging environment. To this end, the protocol described in this memo provides for the carriage of "foreign" addresses, in addition to those normally used in Internet Mail. Additional attributes may also be defined to support "tunneling" of foreign notifications through Internet Mail. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3798"/>
          <seriesInfo name="DOI" value="10.17487/RFC3798"/>
        </reference>
        <reference anchor="RFC8098">
          <front>
            <title>Message Disposition Notification</title>
            <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
            <author fullname="A. Melnikov" initials="A." role="editor" surname="Melnikov"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>This memo defines a MIME content type that may be used by a Mail User Agent (MUA) or electronic mail gateway to report the disposition of a message after it has been successfully delivered to a recipient. This content type is intended to be machine processable. Additional message header fields are also defined to permit Message Disposition Notifications (MDNs) to be requested by the sender of a message. The purpose is to extend Internet Mail to support functionality often found in other messaging systems, such as X.400 and the proprietary "LAN-based" systems, and are often referred to as "read receipts," "acknowledgements," or "receipt notifications." The intention is to do this while respecting privacy concerns, which have often been expressed when such functions have been discussed in the past.</t>
              <t>Because many messages are sent between the Internet and other messaging systems (such as X.400 or the proprietary "LAN-based" systems), the MDN protocol is designed to be useful in a multiprotocol messaging environment. To this end, the protocol described in this memo provides for the carriage of "foreign" addresses, in addition to those normally used in Internet Mail. Additional attributes may also be defined to support "tunneling" of foreign notifications through Internet Mail.</t>
              <t>This document is an Internet Standard. It obsoletes RFC 3798 and updates RFC 2046 (message/partial media type handling) and RFC 3461 (Original-Recipient header field generation requirement).</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="85"/>
          <seriesInfo name="RFC" value="8098"/>
          <seriesInfo name="DOI" value="10.17487/RFC8098"/>
        </reference>
        <reference anchor="RFC1847">
          <front>
            <title>Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted</title>
            <author fullname="J. Galvin" initials="J." surname="Galvin"/>
            <author fullname="S. Murphy" initials="S." surname="Murphy"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <date month="October" year="1995"/>
            <abstract>
              <t>This document defines a framework within which security services may be applied to MIME body parts. [STANDARDS-TRACK] This memo defines a new Simple Mail Transfer Protocol (SMTP) [1] reply code, 521, which one may use to indicate that an Internet host does not accept incoming mail. This memo defines an Experimental Protocol for the Internet community. This memo defines an extension to the SMTP service whereby an interrupted SMTP transaction can be restarted at a later time without having to repeat all of the commands and message content sent prior to the interruption. This memo defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1847"/>
          <seriesInfo name="DOI" value="10.17487/RFC1847"/>
        </reference>
        <reference anchor="RFC5751">
          <front>
            <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Message Specification</title>
            <author fullname="B. Ramsdell" initials="B." surname="Ramsdell"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>This document defines Secure/Multipurpose Internet Mail Extensions (S/MIME) version 3.2. S/MIME provides a consistent way to send and receive secure MIME data. Digital signatures provide authentication, message integrity, and non-repudiation with proof of origin. Encryption provides data confidentiality. Compression can be used to reduce data size. This document obsoletes RFC 3851. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5751"/>
          <seriesInfo name="DOI" value="10.17487/RFC5751"/>
        </reference>
        <reference anchor="RFC5652">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="70"/>
          <seriesInfo name="RFC" value="5652"/>
          <seriesInfo name="DOI" value="10.17487/RFC5652"/>
        </reference>
        <reference anchor="RFC3462">
          <front>
            <title>The Multipart/Report Content Type for the Reporting of Mail System Administrative Messages</title>
            <author fullname="G. Vaudreuil" initials="G." surname="Vaudreuil"/>
            <date month="January" year="2003"/>
            <abstract>
              <t>The Multipart/Report Multipurpose Internet Mail Extensions (MIME) content-type is a general "family" or "container" type for electronic mail reports of any kind. Although this memo defines only the use of the Multipart/Report content-type with respect to delivery status reports, mail processing programs will benefit if a single content-type is used to for all kinds of reports. This document is part of a four document set describing the delivery status report service. This collection includes the Simple Mail Transfer Protocol (SMTP) extensions to request delivery status reports, a MIME content for the reporting of delivery reports, an enumeration of extended status codes, and a multipart container for the delivery report, the original message, and a human-friendly summary of the failure. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3462"/>
          <seriesInfo name="DOI" value="10.17487/RFC3462"/>
        </reference>
        <reference anchor="RFC3023">
          <front>
            <title>XML Media Types</title>
            <author fullname="M. Murata" initials="M." surname="Murata"/>
            <author fullname="S. St. Laurent" initials="S." surname="St. Laurent"/>
            <author fullname="D. Kohn" initials="D." surname="Kohn"/>
            <date month="January" year="2001"/>
            <abstract>
              <t>This document standardizes five new media types -- text/xml, application/xml, text/xml-external-parsed-entity, application/xml- external-parsed-entity, and application/xml-dtd -- for use in exchanging network entities that are related to the Extensible Markup Language (XML). This document also standardizes a convention (using the suffix '+xml') for naming media types outside of these five types when those media types represent XML MIME (Multipurpose Internet Mail Extensions) entities. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3023"/>
          <seriesInfo name="DOI" value="10.17487/RFC3023"/>
        </reference>
        <reference anchor="RFC2026">
          <front>
            <title>The Internet Standards Process -- Revision 3</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="October" year="1996"/>
            <abstract>
              <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="9"/>
          <seriesInfo name="RFC" value="2026"/>
          <seriesInfo name="DOI" value="10.17487/RFC2026"/>
        </reference>
        <reference anchor="RFC3850">
          <front>
            <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.1 Certificate Handling</title>
            <author fullname="B. Ramsdell" initials="B." role="editor" surname="Ramsdell"/>
            <date month="July" year="2004"/>
            <abstract>
              <t>This document specifies conventions for X.509 certificate usage by Secure/Multipurpose Internet Mail Extensions (S/MIME) agents. S/MIME provides a method to send and receive secure MIME messages, and certificates are an integral part of S/MIME agent processing. S/MIME agents validate certificates as described in RFC 3280, the Internet X.509 Public Key Infrastructure Certificate and CRL Profile. S/MIME agents must meet the certificate processing requirements in this document as well as those in RFC 3280. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3850"/>
          <seriesInfo name="DOI" value="10.17487/RFC3850"/>
        </reference>
        <reference anchor="RFC2234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="November" year="1997"/>
            <abstract>
              <t>In the early days of the Arpanet, each specification contained its own definition of ABNF. This included the email specifications, RFC733 and then RFC822 which have come to be the common citations for defining ABNF. The current document separates out that definition, to permit selective reference. Predictably, it also provides some modifications and enhancements. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2234"/>
          <seriesInfo name="DOI" value="10.17487/RFC2234"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <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 protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC3274">
          <front>
            <title>Compressed Data Content Type for Cryptographic Message Syntax (CMS)</title>
            <author fullname="P. Gutmann" initials="P." surname="Gutmann"/>
            <date month="June" year="2002"/>
            <abstract>
              <t>This document defines a format for using compressed data as a Cryptographic Message Syntax (CMS) content type. Compressing data before transmission provides a number of advantages, including the elimination of data redundancy which could help an attacker, speeding up processing by reducing the amount of data to be processed by later steps (such as signing or encryption), and reducing overall message size. Although there have been proposals for adding compression at other levels (for example at the MIME or SSL level), these don't address the problem of compression of CMS content unless the compression is supplied by an external means (for example by intermixing MIME and CMS). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3274"/>
          <seriesInfo name="DOI" value="10.17487/RFC3274"/>
        </reference>
        <reference anchor="RFC3280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <author fullname="W. Ford" initials="W." surname="Ford"/>
            <author fullname="D. Solo" initials="D." surname="Solo"/>
            <date month="April" year="2002"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 Certificate Revocation List (CRL) for use in the Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3280"/>
          <seriesInfo name="DOI" value="10.17487/RFC3280"/>
        </reference>
        <reference anchor="RFC8551">
          <front>
            <title>Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 4.0 Message Specification</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="B. Ramsdell" initials="B." surname="Ramsdell"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="April" year="2019"/>
            <abstract>
              <t>This document defines Secure/Multipurpose Internet Mail Extensions (S/MIME) version 4.0. S/MIME provides a consistent way to send and receive secure MIME data. Digital signatures provide authentication, message integrity, and non-repudiation with proof of origin. Encryption provides data confidentiality. Compression can be used to reduce data size. This document obsoletes RFC 5751.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8551"/>
          <seriesInfo name="DOI" value="10.17487/RFC8551"/>
        </reference>
        <reference anchor="RFC5322">
          <front>
            <title>Internet Message Format</title>
            <author fullname="P. Resnick" initials="P." role="editor" surname="Resnick"/>
            <date month="October" year="2008"/>
            <abstract>
              <t>This document specifies the Internet Message Format (IMF), a syntax for text messages that are sent between computer users, within the framework of "electronic mail" messages. This specification is a revision of Request For Comments (RFC) 2822, which itself superseded Request For Comments (RFC) 822, "Standard for the Format of ARPA Internet Text Messages", updating it to reflect current practice and incorporating incremental changes that were specified in other RFCs. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5322"/>
          <seriesInfo name="DOI" value="10.17487/RFC5322"/>
        </reference>
        <reference anchor="RFC6017">
          <front>
            <title>Electronic Data Interchange - Internet Integration (EDIINT) Features Header Field</title>
            <author fullname="K. Meadors" initials="K." role="editor" surname="Meadors"/>
            <date month="September" year="2010"/>
            <abstract>
              <t>With the maturity of the Electronic Data Interchange - Internet Integration (EDIINT) standards of AS1, AS2, and AS3, applications and additional features are being built upon the basic secure transport functionality. These features are not necessarily supported by all EDIINT applications and could cause potential problems with implementations. The EDIINT-Features header field provides a means to resolve these problems and support new functionality. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6017"/>
          <seriesInfo name="DOI" value="10.17487/RFC6017"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC2246">
          <front>
            <title>The TLS Protocol Version 1.0</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks"/>
            <author fullname="C. Allen" initials="C." surname="Allen"/>
            <date month="January" year="1999"/>
            <abstract>
              <t>This document specifies Version 1.0 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications privacy over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2246"/>
          <seriesInfo name="DOI" value="10.17487/RFC2246"/>
        </reference>
        <reference anchor="RFC4918">
          <front>
            <title>HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)</title>
            <author fullname="L. Dusseault" initials="L." role="editor" surname="Dusseault"/>
            <date month="June" year="2007"/>
            <abstract>
              <t>Web Distributed Authoring and Versioning (WebDAV) consists of a set of methods, headers, and content-types ancillary to HTTP/1.1 for the management of resource properties, creation and management of resource collections, URL namespace manipulation, and resource locking (collision avoidance).</t>
              <t>RFC 2518 was published in February 1999, and this specification obsoletes RFC 2518 with minor revisions mostly due to interoperability experience. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4918"/>
          <seriesInfo name="DOI" value="10.17487/RFC4918"/>
        </reference>
        <reference anchor="RFC5753">
          <front>
            <title>Use of Elliptic Curve Cryptography (ECC) Algorithms in Cryptographic Message Syntax (CMS)</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>This document describes how to use Elliptic Curve Cryptography (ECC) public key algorithms in the Cryptographic Message Syntax (CMS). The ECC algorithms support the creation of digital signatures and the exchange of keys to encrypt or authenticate content. The definition of the algorithm processing is based on the NIST FIPS 186-3 for digital signature, NIST SP800-56A and SEC1 for key agreement, RFC 3370 and RFC 3565 for key wrap and content encryption, NIST FIPS 180-3 for message digest, SEC1 for key derivation, and RFC 2104 and RFC 4231 for message authentication code standards. This document obsoletes RFC 3278. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5753"/>
          <seriesInfo name="DOI" value="10.17487/RFC5753"/>
        </reference>
        <reference anchor="I-D.draft-duker-as2-reliability-16">
          <front>
            <title>Operational Reliability for EDIINT AS2</title>
            <author fullname="John Duker" initials="J." surname="Duker">
              <organization>Procter &amp; Gamble</organization>
            </author>
            <author fullname="dale.moberg@gmail.com" initials="" surname="dale.moberg@gmail.com">
              <organization>Orion Health</organization>
            </author>
            <date day="21" month="October" year="2014"/>
            <abstract>
              <t>One goal of this document is to define approaches to achieve a "once
and only once" delivery of messages. The EDIINT AS2 protocol is
implemented by a number of software tools on a variety of platforms
with varying capabilities and with varying network service quality.
Although the AS2 protocol defines a unique "Message-ID", current
implementations of AS2 do not provide a standard method to prevent
the same message (re-transmitted by the initial sender) from reaching
back-end business applications at the initial receiver.

A second goal is to reduce retransmissions and failures when AS2 is used
in a synchronous mode for transmitting MDNs.  There can be a large
latency between receipt of the POSTed entity body and the MDN response
caused by the operations of decompressing, decrypting, and signature
checks. Uncoordinated timeout policies and intermediate devices dropping
connections have interfered with reliable data exchange. The use of an
HTTP 102(Processing) status code is described to mitigate these
difficulties. Use of these reliability features is indicated by
presence of the "AS2-Reliability" value in the EDIINT-Features header.

Intended Status

The intent of this document is to be placed on the RFC track as an
Informational RFC.

Feedback Instructions:
NOTE TO RFC EDITOR:  This section should be removed by the RFC editor
prior to publication.

If you want to provide feedback on this draft, follow these
guidelines:

-Send feedback via e-mail to the ietf-ediint list for discussion,
with "AS2 Reliability" in the Subject field. To enter or follow the
discussion, you need to subscribe to ietf-ediint@imc.org.

-Be specific as to what section you are referring to, preferably
quoting the portion that needs modification, after which you state
your comments.

-If you are recommending some text to be replaced with your suggested
text, again, quote the section to be replaced, and be clear on the
section in question.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-duker-as2-reliability-16"/>
        </reference>
        <reference anchor="I-D.draft-harding-as2-restart-02">
          <front>
            <title>AS2 Restart for Very Large Messages</title>
            <author fullname="Terry Harding" initials="T." surname="Harding">
         </author>
            <date day="26" month="January" year="2011"/>
            <abstract>
              <t>AS2 Restart provides a method for AS2 clients and servers to restart
payload transfers from the point of failure without requiring the
entire document to be resent.

Keywords

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in RFC 2119.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-harding-as2-restart-02"/>
        </reference>
        <reference anchor="I-D.draft-meadors-certificate-exchange-14">
          <front>
            <title>Certificate Exchange Messaging for EDIINT draft-meadors-certificate-exchange-14.txt Abstract</title>
            <author fullname="Kyle Meadors" initials="K." surname="Meadors">
              <organization>Drummond Group Inc.</organization>
            </author>
            <author fullname="Dale Moberg" initials="D." surname="Moberg">
              <organization>Axway, Inc.</organization>
            </author>
            <date day="22" month="December" year="2011"/>
            <abstract>
              <t>   The EDIINT AS1, AS2 and AS3 message formats do not currently contain
   any neutral provisions for transporting and exchanging trading
   partner profiles or digital certificates. EDIINT Certificate Exchange
   Messaging provides the format and means to effectively exchange
   certificates for use within trading partner relationships. The
   messaging consists of two types of messages, Request and Response,
   which allow trading partners to communicate certificates, their
   intended usage and their acceptance through XML. Certificates can be
   specified for use in digital signatures, data encryption or SSL/TLS
   over HTTP (HTTPS).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-meadors-certificate-exchange-14"/>
        </reference>
      </references>
    </references>
    <?line 2550?>

<section anchor="message-examples">
      <name>Message Examples</name>
      <t>Note to Readers: All examples are provided for illustration only, and are not
   part of the protocol specification. If an example conflicts with the
   protocol definitions, the example is wrong. Email addresses in the
   examples (e.g., in the <tt>Disposition-Notification-To</tt> field) reflect
   one valid option but are not required. In AS2, this field may also
   contain a URL, a fully qualified host name, an AS2 identifier, or
   another implementation-specific string, as described in <xref target="structure-and-processing-of-an-mdn-message"/>.3.</t>
      <section anchor="signed-message-requesting-a-signed-synchronous-receipt">
        <name>Signed Message Requesting a Signed, Synchronous Receipt</name>
        <sourcecode type="text"><![CDATA[
   POST /receive HTTP/1.1
   Host: 10.234.160.12:80
   User-Agent: AS2 Company Server
   Date: Wed, 31 Jul 2025 13:34:50 GMT
   AS2-Version: 1.3
   AS2-From: "as2 Name"
   AS2-To: 0123456780000
   Subject: Test Case
   Message-Id: <200207310834482A70BF63@\"~~foo~~\">
   Disposition-Notification-To: mrAS2@example.com
   Disposition-Notification-Options: signed-receipt-protocol=optional,
        pkcs7-signature; signed-receipt-micalg=optional,sha-256
   Content-Type: multipart/signed; boundary="as2BouNdary1as2";
        protocol="application/pkcs7-signature"; micalg=sha-256
   Content-Length: 2464

   --as2BouNdary1as2
   Content-Type: application/edi-x12
   Content-Disposition: attachment; filename=rfc1767.dat

     {ISA ...EDI transaction data...IEA...}

   --as2BouNdary1as2
   Content-Type: application/pkcs7-signature

     {omitted binary pkcs7 signature data}

   --as2BouNdary1as2--
]]></sourcecode>
      </section>
      <section anchor="mdn-for-message-in-a1-above">
        <name>MDN for Message in A.1, Above</name>
        <sourcecode type="text"><![CDATA[
   HTTP/1.1 200 OK
   AS2-From: 0123456780000
   AS2-To: "as2 Name"
   AS2-Version: 1.3
   Message-ID: <709700825.1028122454671.JavaMail@ediXchange>
   Content-Type: multipart/signed; micalg=sha-256;
        protocol="application/pkcs7-signature";
        boundary="----=_Part_57_648441049.1028122454671"
   Connection: Close
   Content-Length: 1980

   ------=_Part_57_648441049.1028122454671

   & Content-Type: multipart/report;
   &    report-type=disposition-notification;
   &    boundary="----=_Part_56_1672293592.1028122454656"
   &
   &------=_Part_56_1672293592.1028122454656
   &Content-Type: text/plain
   &Content-Transfer-Encoding: 7bit
   &
   &MDN for -
   & Message ID: <200207310834482A70BF63@\"~~foo~~\">
   &  From: "as2 Name"
   &  To: 0123456780000
   &  Received on: 2025-07-31 at 09:34:14 (EDT)
   & Status: processed
   & Comment: This is not a guarantee that the message has
   &  been completely processed or &understood by the receiving
   &  translator
   &
   &------=_Part_56_1672293592.1028122454656
   &Content-Type: message/disposition-notification
   &Content-Transfer-Encoding: 7bit
   &
   &Reporting-UA: AS2 Server
   &Original-Recipient: rfc822; 0123456780000
   &Final-Recipient: rfc822; 0123456780000
   &Original-Message-ID: <200207310834482A70BF63@\"~~foo~~\">
   &Received-content-MIC: 43d9tGY3gNSGuFaut4PAGvuc+48VgW6USgXLDPTxsBU=, sha-256
   &Disposition: automatic-action/MDN-sent-automatically; processed
   &
   &------=_Part_56_1672293592.1028122454656--

   ------=_Part_57_648441049.1028122454671
   Content-Type: application/pkcs7-signature; name=smime.p7s
   Content-Transfer-Encoding: base64
   Content-Disposition: attachment; filename=smime.p7s

   MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQ
   cp24hMJNbxDKHnlB9jTiQzLwSwo+/90Pc87x+Sc6EpFSUYWGAAAAAAAA
   ------=_Part_57_648441049.1028122454671--

   Notes:

   1. The lines proceeded with "&" are what the signature is calculated
      over.

   2. For details on how to prepare the multipart/signed with protocol =
      "application/pkcs7-signature", see the "S/MIME Message
      Specification, PKCS Security Services for MIME".

   3. Note that the textual first body part of the multipart/report can
      be used to include a more detailed explanation of the error
      conditions reported by the disposition headers. The first body
      part of the multipart/report, when used in this way, allows a
      person to better diagnose a problem in detail.

   4. As specified by RFC 3462 [RFC3462], returning the original or portions
      of the original message in the third body part of the
      multipart/report is not required.  This is an optional body part.
      However, it is RECOMMENDED that this body part be omitted or left
      blank.
]]></sourcecode>
      </section>
      <section anchor="signed-encrypted-message-requesting-a-signed-asynchronous-receipt">
        <name>Signed, Encrypted Message Requesting a Signed, Asynchronous Receipt</name>
        <sourcecode type="text"><![CDATA[
   POST /trading_partner HTTP/1.1
   Host: 10.240.1.2:58101
   User-Agent: AS2 Company Server
   Message-ID: <#as2_company#01#a4260as2_companyout#>
   Date: Thu, 19 Dec 2024 15:04:18 GMT
   Subject: Signed and encrypted message with async MDN request
   Mime-Version: 1.0
   Content-Type: application/pkcs7-mime;
       smime-type=enveloped-data; name=smime.p7m
   Content-Transfer-Encoding: binary
   Content-Disposition: attachment; filename=smime.p7m
   Recipient-Address: 10.240.1.2//
   Disposition-Notification-To: http://10.240.1.2:58201/exchange/as2_company
   Disposition-Notification-Options: signed-receipt-protocol=optional,
        pkcs7-signature; signed-receipt-micalg=optional,sha-256
   Receipt-Delivery-Option: http://10.240.1.2:58201/exchange/as2_company
   AS2-From: as2_company
   AS2-To: "AS2 Test"
   AS2-Version: 1.3
   Connection: close
   Content-Length: 3428

     {omitted binary encrypted data}
]]></sourcecode>
      </section>
      <section anchor="asynchronous-mdn-for-message-in-a3-above">
        <name>Asynchronous MDN for Message in A.3, Above</name>
        <sourcecode type="text"><![CDATA[
   POST / HTTP/1.1
   Host: 10.234.160.12:80
   Connection: close, TE
   TE: trailers, deflate, gzip, compress
   User-Agent: AS2 Company Server
   Date: Thu, 19 Dec 2024 15:05:38 GMT
   Message-ID: <AS2-20021219_030338@as2_company.dgi_th>
   AS2-Version: 1.3
   Mime-Version: 1.0
   Recipient-Address: http://10.240.1.2:58201/exchange/as2_company
   AS2-To: as2_company
   AS2-From: "AS2 Test"
   Subject: Your Requested MDN Response
   From: as2debug@example.com
   Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress
   Content-Type: multipart/signed; micalg=sha-256;
        protocol="application/pkcs7-signature";
        boundary="----=_Part_337_6452266.1040310218750"
   Content-Length: 3103

   ------=_Part_337_6452266.1040310218750
   Content-Type: multipart/report;
        report-type=disposition-notification;
        boundary="----=_Part_336_6069110.1040310218718"

   ------=_Part_336_6069110.1040310218718
   Content-Type: text/plain; charset=us-ascii
   Content-Transfer-Encoding: 7bit

   The message <x12.edi> sent to Recipient <AS2 Test> on Thu, 19 Dec
   2024 15:04:18 GMT with Subject <Signed and encrypted message with async
   MDN request> has been received. The EDI Interchange was successfully
   decrypted, and its integrity was verified. In addition, the sender of
   the message, Sender <as2_company> at Location http://10.240.1.2:58201/exchange/as2_company
   was authenticated as the originator of the message. There is no
   guarantee, however, that the EDI interchange was syntactically
   correct, or that it was received by the EDI application/translator.

   ------=_Part_336_6069110.1040310218718
   Content-Type: message/disposition-notification
   Content-Transfer-Encoding: 7bit

   Reporting-UA: AS2@test:8101
   Original-Recipient: rfc822; "AS2 Test"
   Final-Recipient: rfc822; "AS2 Test"
   Original-Message-ID: <#as2_company#01#a4260as2_companyout#>
   Disposition: automatic-action/MDN-sent-automatically; processed
   Received-Content-MIC: Hes6my+vIxIYxmvsA+MNpEOTPAc=, sha1

   ------=_Part_336_6069110.1040310218718--

   ------=_Part_337_6452266.1040310218750
   Content-Type: application/pkcs7-signature; name=smime.p7s
   Content-Transfer-Encoding: base64
   Content-Disposition: attachment; filename=smime.p7s

   BhbWjEfbyXoTAS/H0zpnEqLqbaBh29y2v82b8bdeGw8pipBQWmf53hIcqHGM
   4ZBF3CHw5Wrf1JIE+8TwOzdbal30zeChw88WfRfD7c/j1fIA8sxsujvf2d9j
   UxCUga8BVdVB9kH0Geexytyt0KvWQXfaEEcgZGUAAAAAAAA=

   ------=_Part_337_6452266.1040310218750-
]]></sourcecode>
      </section>
    </section>
    <section anchor="change-log-non-normative">
      <name>Change Log (Non-Normative)</name>
      <t>This appendix records the substantive changes made during the revision
from the original RFC 4130 draft toward the current version of this document.</t>
      <section anchor="general">
        <name>General</name>
        <ul spacing="normal">
          <li>
            <t>Removed all references to AS1/SMTP throughout the draft.</t>
          </li>
          <li>
            <t>Included descriptions and references for compressed content, which was previously supported since AS2 version 1.1.</t>
          </li>
          <li>
            <t>This draft explicitly allows negotiation of newer RFCs while retaining legacy support, where necessary.</t>
          </li>
          <li>
            <t>Updated formatting and cross-references so that all internal "Section X.Y"
references are properly linked in HTML and XML output.</t>
          </li>
          <li>
            <t>Moved legacy interoperability clarifications to Section 1.2.1
to avoid confusion with normative text.</t>
          </li>
          <li>
            <t>Clarified that appendices are non-normative unless otherwise indicated.</t>
          </li>
          <li>
            <t>Replaced all references to RFC 3851 with RFC 5751.</t>
          </li>
          <li>
            <t>Replaced all references to RFC 3852 with RFC 5652.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-section-12-backward-compatibility-and-interoperability">
        <name>Changes affecting Section 1.2 - Backward Compatibility and Interoperability</name>
        <ul spacing="normal">
          <li>
            <t>Expanded to explicitly state the dual-reference policy:
            </t>
            <ul spacing="normal">
              <li>
                <t>Implementations MAY interoperate with S/MIME v3.2 (RFC 5751, which
obsoletes RFC 3851/3852).</t>
              </li>
              <li>
                <t>Conformant implementations MUST also support S/MIME v4.0 (RFC 8551,
which obsoletes RFC 5751).</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>UPDATED (Technical Review)</strong>: Clarified that S/MIME 4.0 is the baseline
for conformant implementations, with explicit guidance on when to use
AuthEnvelopedData (S/MIME 4.0 with AES-GCM/AES-CCM) versus EnvelopedData
(S/MIME 3.2 with AES-CBC or for backward compatibility).</t>
          </li>
          <li>
            <t>Added explicit pointer to Section 1.2.1 for legacy interoperability
clarifications.</t>
          </li>
          <li>
            <t>Clarified that RFC 8551 forms the baseline for new implementations.</t>
          </li>
          <li>
            <t>Added new <strong>Section 1.2.1</strong>: Legacy Interoperability (non-normative clarifications):
            </t>
            <ul spacing="normal">
              <li>
                <t>Captures behavior when interoperating with RFC 4130 systems.</t>
              </li>
              <li>
                <t>Explicit note: 3DES withdrawn by NIST in 2024; MAY only be accepted for
backward compatibility, SHOULD NOT be generated.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-section-51-as2-version-header">
        <name>Changes affecting Section 5.1 - AS2-Version Header</name>
        <ul spacing="normal">
          <li>
            <t>Retained definitions for AS2-Version 1.0, 1.1, and included the previously supported version 1.2.</t>
          </li>
          <li>
            <t>Added <strong>AS2-Version: 1.3</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>Defines modernization requirements (SHA-256, AES baseline per RFC 8551).</t>
              </li>
              <li>
                <t>Aligns MDN behavior with RFC 8098.</t>
              </li>
              <li>
                <t>Requires support for multiple-recipient encryption (Section 7.2).</t>
              </li>
              <li>
                <t>States weak algorithms (SHA-1, MD5, 3DES, RC2) SHOULD NOT be generated
by conformant 1.3 implementations.</t>
              </li>
              <li>
                <t>Points to Section 1.2.1 for legacy interoperability when communicating
with 1.2 or earlier partners.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Added note about future versioning: minor versions (1.x) remain backward
compatible; major version (2.0+) would indicate non-backward-compatible
revisions.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-section-533-message-id-and-original-message-id">
        <name>Changes affecting Section 5.3.3 — Message-Id and Original-Message-Id</name>
        <ul spacing="normal">
          <li>
            <t>Prohibit spaces and control characters in newly generated <tt>Message-Id</tt>
values; recommend removal (not substitution) when constructing from
other attributes.</t>
          </li>
          <li>
            <t>Clarify receiver behavior: implementations are not required to accept
malformed <tt>Message-Id</tt> values; they SHOULD return an MDN with
<tt>processed/error</tt> and a human-readable explanation (per <xref target="RFC8098"/>).</t>
          </li>
          <li>
            <t>Keep angle-bracket guidance; brackets are required on send and are not
part of the identifier value. Receivers SHOULD NOT reject solely for
missing brackets.</t>
          </li>
          <li>
            <t>Update normative reference to <xref target="RFC5322"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-sections-54-and-55-reliability-and-restart">
        <name>Changes affecting Sections 5.4 and 5.5 — Reliability and Restart</name>
        <ul spacing="normal">
          <li>
            <t>Expanded Section 5.4 to clarify that HTTP 102 (Processing) MAY be used
under HTTP/1.1 for progress indication but MUST NOT be used under
HTTP/2 or HTTP/3.</t>
          </li>
          <li>
            <t>Changed previous requirement to close connections before retry to
optional behavior; clarified that 102 is deprecated but still
permitted for backward compatibility.</t>
          </li>
          <li>
            <t>Expanded Section 5.5 to reference the AS2 Reliability
(<xref target="I-D.draft-duker-as2-reliability-16"/>) and AS2 Restart (<xref target="I-D.draft-harding-as2-restart-02"/>) drafts.</t>
          </li>
          <li>
            <t>Clarified that implementations SHOULD support configurable retry logic
and MAY implement restart for large or interrupted transfers.</t>
          </li>
          <li>
            <t>Added explicit normative language about duplicate detection using
Message-ID.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-section-6-additional-as2-specific-http-headers">
        <name>Changes affecting Section 6 — Additional AS2-Specific HTTP Headers</name>
        <ul spacing="normal">
          <li>
            <t>Added new <tt>AS2-Product</tt> header to identify the sending product and version.</t>
          </li>
          <li>
            <t>Defined header format as <tt>&lt;product-name&gt;:&lt;major.minor[.patch]&gt;</tt>.</t>
          </li>
          <li>
            <t>Required inclusion for AS2-Version 1.3 and possibly 2.0 later.</t>
          </li>
          <li>
            <t>Clarified that the header enables interoperability diagnostics and
implementation-specific workarounds, not capability negotiation.</t>
          </li>
          <li>
            <t>Explicitly stated that arbitrary or misleading product names MUST NOT be used.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-section-7-algorithm-requirements">
        <name>Changes affecting Section 7 - Algorithm Requirements</name>
        <ul spacing="normal">
          <li>
            <t>Introduced a new dedicated section consolidating algorithm requirements.</t>
          </li>
          <li>
            <t><strong>Hash Algorithms</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>MUST support SHA-256.</t>
              </li>
              <li>
                <t>SHOULD support SHA-384 or stronger.</t>
              </li>
              <li>
                <t>SHA-1 and MD5 deprecated; SHOULD NOT be generated by conformant implementations.</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>Encryption Algorithms</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>MUST support AES-128-CBC; SHOULD support AES-256-CBC.</t>
              </li>
              <li>
                <t>RECOMMENDED to support AES-GCM and AES-CCM modes.</t>
              </li>
              <li>
                <t>3DES and RC2 deprecated; SHOULD NOT be generated.</t>
              </li>
              <li>
                <t>SHOULD support multiple-recipient encryption (per RFC 8551 §3.3).</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>UPDATED (Technical Review)</strong>: Added comprehensive key management algorithm
requirements:
            </t>
            <ul spacing="normal">
              <li>
                <t>MUST support RSA with minimum 2048-bit key length</t>
              </li>
              <li>
                <t>MAY support ECDH and Diffie-Hellman (RFC 5753)</t>
              </li>
              <li>
                <t>For elliptic curves, SHOULD support NIST P-256 or stronger</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>UPDATED (Technical Review)</strong>: Added new Section 7.2 subsections:
            </t>
            <ul spacing="normal">
              <li>
                <t>"EnvelopedData vs AuthEnvelopedData" - Explicit rules for when to use each:
                </t>
                <ul spacing="normal">
                  <li>
                    <t>AuthEnvelopedData MUST be used with AES-GCM and AES-CCM</t>
                  </li>
                  <li>
                    <t>EnvelopedData MUST be used with AES-CBC and for S/MIME 3.2 compatibility</t>
                  </li>
                  <li>
                    <t>Single content encryption algorithm MUST be used for all recipients</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>"Multiple-Recipient Encryption" - Explains support for multiple recipients
of the same content-encryption key</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Added explicit cross-references to Section 1.2.1 for legacy interoperability.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-section-8-mdn-processing">
        <name>Changes affecting Section 8 - MDN Processing</name>
        <ul spacing="normal">
          <li>
            <t>Updated to align MDN behavior with RFC 8098 (superseding RFC 3798).</t>
          </li>
          <li>
            <t>Clarified semantics for signed-receipt-micalg:
            </t>
            <ul spacing="normal">
              <li>
                <t>Allow multiple algorithms in header for backward compatibility.</t>
              </li>
              <li>
                <t>Conformance requires selecting one algorithm in Received-content-MIC.</t>
              </li>
              <li>
                <t>SHA-256 set as the default minimum; SHA-1 only permitted for legacy use.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Relaxed constraints on the content of the Disposition-notification-to header.</t>
          </li>
          <li>
            <t>Definitions have been included for additional supported error dispositions.0</t>
          </li>
          <li>
            <t>Clarified required MDN fields:
            </t>
            <ul spacing="normal">
              <li>
                <t><tt>Final-Recipient</tt> — MUST always be present.</t>
              </li>
              <li>
                <t><tt>Original-Message-ID</tt> — REQUIRED and must match the original message exactly.</t>
              </li>
              <li>
                <t><tt>Message-ID</tt> in the MDN — optional.</t>
              </li>
              <li>
                <t><tt>Disposition-Notification-To</tt> — MAY use any format (email, URL, hostname);
receiving systems MUST ignore syntax issues per RFC 4130.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Updated asynchronous MDN handling to reflect practical implementation realities:
            </t>
            <ul spacing="normal">
              <li>
                <t>HTTP 200-level responses SHOULD be sent immediately after receiving the last byte,
before full decryption or validation, to minimize timeout risk.</t>
              </li>
              <li>
                <t>Persistent (keep-alive) connections MAY be used; closing is optional and
implementation-dependent.</t>
              </li>
              <li>
                <t>Receipt of a 200-level response only acknowledges receipt, not successful processing.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Emphasized that asynchronous MDNs are sent as independent HTTP messages per
Section 7.3, and clarified that connection handling should not be mandated at
the application layer.</t>
          </li>
          <li>
            <t>Added standardized <tt>disposition-modifier</tt> extensions to improve error
reporting.</t>
          </li>
          <li>
            <t>New recommended modifiers:
            </t>
            <ul spacing="normal">
              <li>
                <t><tt>error: decompression-failed</tt></t>
              </li>
              <li>
                <t><tt>error/duplicate-filename</tt></t>
              </li>
              <li>
                <t><tt>error/illegal-filename</tt></t>
              </li>
              <li>
                <t><tt>error: insufficient-message-security</tt></t>
              </li>
              <li>
                <t><tt>error/invalid-message-id</tt></t>
              </li>
              <li>
                <t><tt>error/unknown-trading-relationship</tt></t>
              </li>
            </ul>
          </li>
          <li>
            <t>Clarified that implementations returning these modifiers MUST include a
human-readable explanation in the MDN <tt>Explanation</tt> field.</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-section-9-public-key-certificate-handling">
        <name>Changes affecting Section 9 — Public Key Certificate Handling</name>
        <ul spacing="normal">
          <li>
            <t>Revised the opening paragraph to reference the optional <strong>AS2 GET</strong> method,
in addition to manual partner onboarding.</t>
          </li>
          <li>
            <t>Expanded the section to clarify separate roles and lifecycle management
for <strong>TLS certificates</strong> (transport security) and <strong>AS2 certificates</strong>
(message signing and encryption).</t>
          </li>
          <li>
            <t><strong>UPDATED (Technical Review)</strong>: Strengthened requirement that TLS and AS2
certificates <strong>MUST NOT</strong> be the same certificate (changed from SHOULD NOT).
Using the same certificate for both purposes creates security dependencies
and operational risks that must be avoided.</t>
          </li>
          <li>
            <t>Required a <strong>minimum RSA key length of 2048 bits</strong> (or equivalent elliptic-curve
strength such as P-256).</t>
          </li>
          <li>
            <t>Clarified that:
            </t>
            <ul spacing="normal">
              <li>
                <t><strong>TLS certificates</strong> SHOULD be CA-signed in production; self-signed
certificates MAY be used in test environments or by partner agreement,
provided they include a <strong>Subject Alternative Name (SAN)</strong> extension
with hostname and/or IP address.</t>
              </li>
              <li>
                <t><strong>UPDATED (Technical Review)</strong>: Added reference to CA/Browser Forum
Baseline Requirements (https://cabforum.org/baseline-requirements-documents/)
for public-facing TLS certificates.</t>
              </li>
              <li>
                <t><strong>AS2 certificates</strong> MAY be CA-issued or self-signed per partner policy.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Added guidance that <strong>AS2 certificate lifetimes</strong> need not mirror the
short renewal cycles of TLS certificates; renewal policies SHOULD be
independent.</t>
          </li>
          <li>
            <t>Recommended <strong>CEM</strong> for automated certificate exchange between partners
to reduce manual errors and downtime.</t>
          </li>
          <li>
            <t><strong>UPDATED (Technical Review)</strong>: Clarified AS2 GET certificate retrieval
requirements to focus on authentication (verify requester identity) and
authorization (ensure only legitimate partners can access certificates)
rather than just integrity protection. While certificates are digitally
signed and thus tamper-evident, authentication and authorization prevent
unauthorized parties from obtaining certificates and mapping trading
partner relationships. For self-signed certificates, added requirement
for out-of-band fingerprint verification before production use.</t>
          </li>
          <li>
            <t>Added operational recommendations:
            </t>
            <ul spacing="normal">
              <li>
                <t>Maintain separate TLS / AS2 certificates.</t>
              </li>
              <li>
                <t>Include SAN extensions in all self-signed certificates.</t>
              </li>
              <li>
                <t>Support configurable expiry-notification mechanisms.</t>
              </li>
              <li>
                <t><strong>UPDATED (Technical Review)</strong>: Administrators MUST NOT (strengthened
from SHOULD NOT) reuse TLS certificates for AS2 message security.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-section-10-security-considerations">
        <name>Changes affecting Section 10 - Security Considerations</name>
        <ul spacing="normal">
          <li>
            <t>Provided guidance for the usgae of HTTPS and the minimum and recommended usage of TLS versions.</t>
          </li>
          <li>
            <t>Expanded discussion of algorithm lifecycle:
            </t>
            <ul spacing="normal">
              <li>
                <t>SHA-1 and MD5 deprecated; 3DES formally withdrawn by NIST (2024).</t>
              </li>
              <li>
                <t>Implementations SHOULD NOT generate deprecated algorithms.</t>
              </li>
              <li>
                <t>Migration guidance provided for interoperability.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Added explicit references back to Section 7 (Algorithm Requirements) and
Section 1.2.1 (Legacy Interoperability).</t>
          </li>
        </ul>
      </section>
      <section anchor="changes-affecting-section-11-iana-considerations">
        <name>Changes affecting Section 11 - IANA Considerations</name>
        <ul spacing="normal">
          <li>
            <t>Clarified that IANA must update existing MDN registries to reference this
specification (replacing RFC 4130).</t>
          </li>
          <li>
            <t>Added direct links to IANA registry pages for clarity.</t>
          </li>
        </ul>
      </section>
      <section anchor="updated-message-examples">
        <name>Updated Message Examples</name>
        <ul spacing="normal">
          <li>
            <t><strong>Appendix A</strong>: Updated Message Examples with newer algorithms.</t>
          </li>
        </ul>
      </section>
      <section anchor="formatting-and-editorial-updates-technical-review">
        <name>Formatting and Editorial Updates (Technical Review)</name>
        <t>The following formatting and editorial improvements were made based on
technical review feedback:</t>
        <ul spacing="normal">
          <li>
            <t><strong>Section 1.1 (Applicable RFCs)</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>Updated RFC references to reflect proper obsolescence chain (RFC 3851 -&gt;
RFC 5751 -&gt; RFC 8551)</t>
              </li>
              <li>
                <t>Added RFC 5751 and RFC 5652 to normative references</t>
              </li>
              <li>
                <t>Added explicit explanation of when to use AuthEnvelopedData vs
EnvelopedData based on encryption algorithm choice</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>Section 1.3 (Algorithm Coverage)</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>Expanded hash function section to include encryption algorithms</t>
              </li>
              <li>
                <t>Added key management algorithm requirements for ECDH</t>
              </li>
              <li>
                <t>Added RFC 5753 to informative references</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>Section 6 (AS2-Specific HTTP Headers)</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>Reformatted AS2-Version header descriptions to comply with RFC
formatting requirements (72-character line limit)</t>
              </li>
              <li>
                <t>Removed markdown artifacts <tt>{:format="none"}</tt> from all cross-references
throughout the document (24 instances)</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>RFC Reference Sections</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>Moved RFC citations from section titles to first sentence of each
section (9 sections in "Referenced RFCs and Their Contributions")</t>
              </li>
              <li>
                <t>Example: "## RFC 2616 HTTP v1.1 <xref target="RFC2616"/>" became
"## RFC 2616 HTTP v1.1" with "<xref target="RFC2616"/> specifies..." in text</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>Capitalization</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>Corrected "internet" to "Internet" (2 instances)</t>
              </li>
              <li>
                <t>Ensured consistent capitalization throughout document</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>Cross-References</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>Standardized all internal section references to use plain markdown
format without formatting directives</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>Bullet Formatting</strong>:
            </t>
            <ul spacing="normal">
              <li>
                <t>Standardized all sections requiring bullets to use the same type and
and same spacing and margins.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>These updates improve RFC formatting compliance and document clarity while
maintaining all technical content and backward compatibility requirements.</t>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+S963IbV5Yu+B9PkQPHGZMcABJJyZalckXTlFTmlCSrRard
faoV4SSQJLMFIlGZCVIstzvqHeb8ORHn/J0HqyeZdd9r70yApK3qmYnDqLJI
IHNf1157Xb81Ho8HbdnOi6fZ8OB4LzteFtPyrJzmbVktstfVrKgX5V/or+EA
Pi3Oq/rmaVYuzqrBYFZNF/klvDqr87N2XBbt2biYleWiHddn00e7+w9Py2b8
8OGgWZ1elk0DjbQ3S3j+6MXJyyz7IsvnTQUdl4tZsSzgP4t2OMqG0ERb1WU+
xz+ODr6Df6oafnt38nI4WKwuT4v66WAGY3k6mFaLplg0q+Zp1tarYnD1NNsf
QLt1kT/NDt69OIA/rqv643ldrZZPsx//kP0If5WL8+wP+MngY3EDX8+eDrJx
BtPHf148Pzp6c4K/fbf33eCqWKygny+yzJrAP3gacVvw8WVezvGRfyg+5ZfL
eTGZVpf4eV5PL55mF227bJ4+eOC+fADNQdNle7E6hYV4Xq8uL6vFjBp8sGlV
h/DaHJagaeE1bTh6fcKtTspqY0Mbv5xctJfz4WCQr9qLChZ9DL1m2dlqPud9
f16c1nn2tmjbnL6p6vNcyQW+leHw+oyyV68O6amCl2k4w7eX/zCTx2iBcVGg
w0VVX0IrV7D0Wfbu5SGO52n28y/8197DR4+jv76K/vom/LX79Vdfu+++2nVP
7u/vu1b2v/7mSfjryUP/1+6TR66Vx18/3nV/ffV4z7Xy6Cv/18O9fT+yPd/7
k8d+Rnv7j9xfu7tuDk92v3bf7e/Ffz1xrTx5HI1sf8+N5auHuzyHAZ7deHX3
9vwKPvpm90k0W53D0fj5hKlltvpY1OO82RvXxbzMT8t52d6MbXHDgxd5PYMT
Io82bV6344d7nccui3xW1c14WtQtc59iXHyaXuSL82K8y/MdjMfjLD9t2jqf
toPByUXZZMCAVpfANbJlXV2Vs6LJ8kWWL5dzaIIHlUGfbUHPbMFsMtyEUXZc
TIm/7U/2tgfw2rQuT/EgX1TXWVtlTTFdwcRuMh0DtFKvpi18OMtOV025KBro
PG/zrLoq6uz7k5O3k8Hxumcu85vstMj++fWrZ9mLOXRdV4tymj3H744WbVFL
J1vAerZhe7ICTi40C//JDi6LGiazyN7Qocrn2XGbL2awrE12WF1elm1bwJsH
b46PtrN/3t3LeG/hJA7w9fdvNvYID2cHs8tyUeKyYgcjahUeKEawlrPBSZ0v
mmVVw/K9f/MABvjy4PBkW3p5hny5orG6BaI58wPNJDuBUeAnA9iuZT79mJ/D
I7g857g1NJPs9dHrF6EFeOkA+A1smV5D8Bi3Aez+rMRrAi4H3Fzg81l12uaw
2LDoN9LuYX2zbKtz4C0XMOnXsA/QaXZ8s2jzT9k1rO3g+AF3ifuM7ZxWsxsY
Xd022VYD6/nzz8RSx+28AbL9c/PLL9uTgRsU9AZTWVTX82J2TtTVwC5/LGAA
MKCz7HI1b0ts70FTnsPYBjqI5yUsZlPSrN5Ubbhpt14/f7OdweSXeKM1SIW4
f3ANnpe460hi2SW3MmHiX0fn8JUc8TmQcF2cFTVuC7SYN3TJD4EapzkMdVDS
09gRLAVy6jVtjvCAzVZTnPcZkA82szvkE4VsdHuSnMfqtKnmBVxPyEIy5N60
ibTjTQbzLWHFqusFbUe1anmYxWJa4Dih8QFQ1vHrk7cjPIPFss2ugcoKeOzP
qxJng5R7dPDmAD45R+KFvV+iSNBMUtaAMoZ+Gb1Swt+6vrBQU5AZWiYjGPMA
p0Vj1glMmANdlrPZvBjArQ4HiRYF9y/tFLcH+rkqG9rcId7Y20gZ2toIJlRO
L7JZcUbEC3swOIgW/9g2dA/O9/HeNu5BW02rOU2eeRSNkHkwDKq1wwo9reNT
2VHf9vBBXa5qIM9iAK+3OB+bQUkUeSniYMEk40XFUTad53V5Bmfy8rQ8XwGJ
F81ogMMrF9MKmgX+UmQlCj44Kab64tMS2Btt+3mOfARWAkY95Q6Wq9O5ND9w
SzfJjlenDRACrg1MCwfYZDpkulCArOZzpClYAWwKTqVQwOA0b6AT6HtWNtMV
yaS0iCZJwnipd5JRQRq5XC1gO3B93IIMiKryGQ7ZDuuyhqGXMEFafmAQ18jc
oIklzIF3FVY/WoGGWBqe1UVLZyGclxrFpEV2BZwOGCYIxzVPMFl2HPuiGpwC
9ZIsypy9IdZYCoUWM+gXpjmblfxSGxGrLk3xCY4FtuFPCQ8zO6ury0yPe3wu
iHJ0VAN6N5/yWzgIuV4LJARgrGW+yMe42MDHpfFffoGzBdyQzj7MA74Aef64
uixwV+Cgnq5AH2iyi/wKOlqdw/RaOjJwz9FMUMKHR1fz2aAAgb1d0YE+xVHN
kcUtcIOuK5sxtA63Mtx6wCJVuoQTSucKmCWeF7z7mKJlpRte6hwOHjB2pGVU
l6724v3gPczhMBT5YsDnJUOSmwMlCg3ZusMBBpbXwlBzuMUvly1R0mk+z/EE
nMLFOqhO/w1FlSvYUGwZVjDHA3IONNYWn4Avw9KAPF7THewoGkUOJn8SA5pp
tYRrY/DFF5kyGWgBZt4MBm+RpquVrCK8SwLComhRE4IlgSb5wPBEb5BA6PbE
vcFpoC7UDHDt8AXkNpPsTyJ7f8Ajrjyf9grFK24IlwnORl3ArdqUuLVFi+ec
+JVdzWfAlVEoGIWFxs2lhxJxYCSCBgzrHN99kOuNTV8uqgVc5svVrOStgq6Y
/eshir7GkdTFtCjh7nHMM95BeKA6R4bY8GpcIpur6QJpiITyq6qcIdsYlwuk
TFy8ywLPaNlcNnypYePAdZsS9gREnzleiOcXtFoD64n3gZZRVxmHfSPiFy0H
bYSeN9phpJcBbZaIhXggiXU1qyVeFMAZBgPbcHxyzAwSO0GxEw5RPsVtmpfN
hReymGfC50QQJFUhpZ1V83l1jR/hGjwdkMIHiiHpEhkqYNn3MMw6OwHyzUi6
hIs/e6tX25Yelqe04A92J7vbcRtIVjS8Q6G/E2gvfgT1LhS3QfaD3aQHmqQR
0OhQC2Aae63iGrMAXIakQVDrwlMP3hW4dsnUQCdF4kb9k88HHa/oGdQqs9tF
QRVWqGdQS5MFQP0zEwn2CjSYxGazFV/uoGemK4hqojXwaPIwfQU7SPsELXez
XL11+Pp4u6dzULBYNor5pMl7jY7kn/gmz3BAfxJl9gOKrCgaKVXQ/uTzczi4
7cWlioMsgJOAqVsqorLpISryY+t2LTakaLyAkzkH/jh7ToeK5bKgUHqpfwAj
xkXAcUYjgemt4C0Y7cGL4/EfDl/TaPD3w8PXk+wlPKsCwSASCPjCiMWihq82
uu4WVZvdwNG8LM9rEk/byk1l1CMS8PmGI3aJMjaeSVFKonkO6EKXlpCI/iSW
jQ/IlBZ6yPvnd/jdIQ1xIOsf7kTjvSSsspbNAsL0oirxViva66JYDDoLTwsW
f4KcFkgJJiLqHU5Gbh2/E4EegEigT3hYtLjw0DhM5Zdf6LKCpvNy3oDqMvhh
VdPIgZmQlsHXFIvmdJXXeEfD+OCympYNWgbIUkCCJbJUvCIHcDQKZMZ8nVzj
FpLEKBoLcU5gdUCVC7npC+agpQl/Ec93siIcjay5QAEHCaJg+iD+uEed0a/7
2euDf8FGaTR4cFQdaFhOwJEiPUVKFM67hiWvRe8g/anIPhY3KBDA3TV8/f74
BC2x+G/25gf6/d2Lf3x/9O7Fc/z9+PuDV6/sF35iAH/88P6VfI+/hTcPf3j9
+sWb5/wyfJolH8Eshmx8GP7w9uTohzcHr4YslEdqXV3IGtIMYGdIK28ieXPw
3eHbbPcRETca1T7Qav1JjGpM6rxd1QI2lf+EPbxBRRi2nS7Q+XwwzZdlC+dq
hB3ARoDiioTCEtV3KukfRgcbWz1KFjf7+QtlA+OIDYzh6XG6Fb8MBgfZFCZb
g5gK0yrPF7GO0XP44YNhP6cZJvoFESkTXcH6BV/lJLuUTiNvJn0MfFYBc2Rq
koOCtiCQZWpgm1n/LAf1ag5voR3wVOQJ2ldQOanbjnaUEc2RKY7kx2LghCdh
0dSGG79aldAScIh6RkMH26b6rgLNuCXN+K0tJmjoBauA9RVZRrFROsI31QrY
Ckr+8P850BVuhv+ShMSrYrg9GsQUKupD0XSvKRBXz5HNE2+r5tX5DR1QW1O7
obJUr5sM0iUiXiBaJJt5UhXSqZikqaZ7CUInCJIzUANEJ8WzNS/h/uD2Yj2I
OeWMv4KLC3ah6OciHZoJG/8rbn03i+S6XEM2IuL6mz+RCrIt2P/5Ci3UXUlg
m3YKh7FG3pC5qWJrT439U6jbpqMThujl8HQ54hsZhjvotycwWc+L83x6g/ye
poIy6gKvjI4YMXBiRBbWZZL9iHc+apzh5WRkKG0MUjlFZoICRvdCZ1V4nfjk
RIstkZlGKjBt883EtBWEusmAhhlorVXVwwsyzQ0c+Etg1esHO+gb6GZRJ0tF
nUGfqJPBEQI1/Bwviwz5Neuu/aeB2WbCHXDiYjZA+8KsWM6rG/pqwCJZpGdO
I4k8TIGMfH0cegBaV8FkrWLhNTCYvtnvP39xjDwdbvXxrqOQQYdCiKOIIQ5b
hIGP+EKVmbjW2Sw1UINEsqGeqI2LyYZ6YcptLnQ70AO1BG2UhcSYY/mb4uef
+bR0btsxGgDM7whC4tYrPlbpJb49uXsjOOjoI/Zl6M7k85b9POt4jJqHN3IY
lu7QFoHyGtpUUQYenBZw9EvYQRLoxZI5dYdG2IasLwkzX2RrJp1tvYFpvNFp
bIMkc7clIAsAU7+cEVOtRJxno2TTK42yYQFakLHimUjPtVwMOC3gan8Se94H
UjuagrsjGzG2wzRi0h7aAcNpS6zTYcnE/JaRl1voX7kr76RnrH037NGCD9YU
rrRmhM0Yty3FWlucnbGtDwdo7I0tvzarEfVGegK0YaqCrDLOFxUEbtDInsyq
JE6ocZ7FU7R31yz3sJRE41Kyyad1BUJS57I9Qfl4VsUEHM44tvFr7kmcWY3t
kvzd4VM03QIVMHa/BV5Hc3/BMRXkBxBaiY3MGV/1hZmk2Lixs6N2jCPj54cX
xfQjXEuvjw6b7ac7Ox3xAq2ryIfLxaoIrcEP+tim5K4irinWpEPY9fl0NZe3
ie68WsjjjRpSHjuRhoIOhRoPaJBFrc4qJxcxKUcNJbvHrILbvMrnq8KuRZ2P
KFVk9G2rqC0UJtHXus63ka7si3DbH9h2rVtPWbdycVoBycf98g4Ba+MGC1Fc
6IYiO4bseFi176trtKuO6JmosbutZIfoQRbItnb3noxPyzZqryLfdwWyeb0t
AjdztsDyHZ3jEdDgg68ne37J4Ad9IE+zN0cgvOIEZ3VBRgaeaCw8wP92s/8z
X6xQDNh7uPeINWbf2qxscjTGsncRHSBj1Oqv4GrMeSR7D3e/ZuEfhJRytgKh
RYQC6rFsovbOnBErkUKJnyJHWb+6UVMbVrpzPMnqOi/G72D6yxLXMNAVEpPJ
CbOSrCNqsIk6VJeDXo6By5HApX3U1ofINhMJgdt0pnTSKg7hRXyFNxjolU7g
BQIzbSNqDv0YyxvW582+NXZv4q5tHb74I4vFRQ7XiA10FDcVtkDYHWwNq08u
mqBVmeCsyMXr8KrLgtJZ4iGtQCeky+eZXpsqnIl1qq3mBRsC2y47qGvo+HsY
I+h057h1JP3BROHEwzXCt505JrzUCIKrH9plPhdtNxaAQwgJUrcwBY3haUZ3
2UQlWfHhkT+QlU8WU7KtYnI+SVcdx02BHtnr529gc3AGOJ2hm8/4spwGK+QQ
pMjjci53bjhjcGLxjCEXRsG8iGzMIFYk9rLOIr+tqzNoFpjMnNnMOn4rwkGW
h/Cfqo4PPF3rcsIpKgqbxBexh0ZWgiJKQEHY0/VGwhiSOrCKm5MH95V06EGm
aeVtqQqb5ed1wQJCvOQkudCDcIeW05YOWxB4NagE6Kq8LEBIW8yaC1jNxgtK
iZIQSUw4qBCSovEBJCTxMRHh6AqElKpWoYgNrKm0r2ZXZzdhGUm0MpPt8C7R
fV/EQlUsUYnpb2CMzcTMdzhmbOTnn+9jaMRoPJqzcyGvjWEINkjxiduFpq24
+fdOAHYBDafvJKStYJOzur3U1NtxGBH5WUSGi9hoq0SqewssoKivinUz6FpC
YyNoRGt9BtG4Mz5JcLfM0dWcgYA9Ixc+xgOoN4ndmxaugvyLFL+IJ6XaT2wA
s+BIjVnB8F8YbTycIxduA6M6y6dtiH/K5xhfgQswQzWDzQvoL+GzrE7Kzr0P
bA02m5Uccn6R94jESLQkwS97XWf2djyw52oYVXkpeOsi6oYlmyPlsB85GkqH
pudFxDKLBTGC5QX5sPNZRRdoPIwDdMnDXi+KKcqVID4B0dcru6TZc4brysJy
8JjgR9FwFsU1njaLutJYBbOhsIuGTwkKmBwihXyrpnCnhN3mC+UKFGQBV4my
NLUggfpaVywAsAPTFLpR1uCVxgbniFRGTtdrBh0aW6Pm0Qk9gbVoBoP/+I//
wGgTHC3w8Kc02g3BapEZfNtcLsTjnmXomdNI3Gj+f5IY6Q9RfC5rd8+PuNcN
waz84CE/5x/UgNZsqzpri0UaEfmdxsnBn/r7CGP/t/mygN+4zb4H6Yl3HCby
lPycZ6vFVCJ11drciiuwoUAOPDm5eg2IV+exqFpwrFflQ0y5jZyCPx68OGRO
IUG8aII4RZ+qb0Xan0nEig5FQpElwLi5WUwvYJEw+gcVfvd3wpcytmTyihyz
qGPTPrBAGYl+6lhA5T3XXc/LdQGPLtSEUuhCUPAN/Z1fxuzy5PDtg6O3eA8s
hF7yxr35ZQjvDJGzRMPNrx8ITu6M7oH2lrHQcb7DaO4WGszEZZE63AJyCXZl
RGMR3R0Hc4VSiU5MaAG9TkiO9JgjJGCdsQZAu2nvHiyII0lkK39IE3jTjavS
ldx68+7dNi7tEIXDeUbReUMm5moKzJ+tIR2p01ZKl/4MaV9E7P4jELUBO8UW
J1p/fk3HBFcHrhtdGXQY8Rk9jpN4U/Ubeo1sHxJOy1FnzMqjAcvWdi5QlgPK
Nlq/UdAIqRV5eXz0nAXHWGeOVB2Y8QVZqLY5vCJdsctVQ4QMQ465C9wVdEeq
uZhFXhxBgVIMii0w1SnG+cajShX4luLCMcYkDJuvGvyMxkcWpnh8faxOdqvR
iM5CBg6bFpqxQHXgAlneVVSA54A0pFp0uh/kuGe9TJ3O8YRiIplkQLhsu2/N
jogSBRye6QWahEPLsYCyQjkf1IR8xgPGUD4aVU65KaCVTDGuFT5AKQmaSEWc
GrSsKzSM6HYI7yQHF1xEBxbKR/EoLiIcw3vRQRSrxMqCUzvBAzQlBBsDisvl
lGOZo3hAs77xOG6PAXuKnAJazpeNmDzxnsGv+2yKclWALIojHck2jiK/IaX/
yVhBmzotW3R+9ZoIZbFQMMVL+0DC5NEdVYyv4fIjggpaifBA3ON/k4vbXA7p
GN11xow0NEOuKSFZbyZLzoxXQYhSGm/S7tV7Yoa0yc/NUvjjr7xFUrImVCBf
ayxa1qw3ckCTMzgsJPGD3feLqxLaZW+kb2m1mKNclFhhMX40CV8zZSEeplyE
zx+LaPmft2sarkiLoQFOkekyPt4bjcQ8iyMRQZHrrfEtMOPmqyA+rpcFsIwZ
R3D5jmHdiEveiCBoAp36n1AAZG8MBmvDVuaXS/qdLvEZGUviFlFrkaRc3gtQ
GZFRmmmllcwtYmQ13CfXQGUXNyHyF9YtIc+WgsgbXCdZQIoiBAIp/7wqPDe3
m1cm8mWjd0pi6ZGLk5j/Qkfdmg/ANTHR+1pMuHiu2O1SdK8LGgrHFJmsbIuq
M8zJktiG/A6xDsHuPYsF5DP2Ws2qxZdA7Hk7vRj5odFJL5spsARyXi9m6oiF
1q9hCy+rGQksTEPvMU7w4JySFt8fiOwnqVkqW7Zk1ZoXjV4EqM2KUxV9maiy
AiedoPI2QHtL9sMV8vjimjQ7/APYbvbDUhxkLBkvONHs7Q9wEir9ijWzr3a/
+mBiI5kDOV8MlMkaJD80J1h+H4hotIv//PrVKOQIRhlJvFvveJTj9++Osi3r
JiiAuw8njykUWQQu8pXqbInVrhbYq0akX4h1OVr8mSZ0ZCyLRaQJQgGMXC3k
0zmRjsZUscSXexFo5sT0JAeQJfWRaVcsUtAY+XeaM7M6EqTlQdM3JPOItkBT
AW0WlKOIdwtK9AvYRminb7NQcczev3uVWv1VNJwEj7zQyANeAzpbuSqvXrzG
RAC1FwtrZgsm551JZkyUHumMIpIY0k8G2A4HttBcUErid/E+UvFmQl+iQ8rb
vlXbmxVn+WpOKlDcq9iZU0v/+gxPsQ0Hu5QOQILLg3uBDkEUwJWDGE+SNa8M
C9csjcImWlAgJ2o43os21CSV1Fx5eZQGG8aXhrE5DkC2pTiCRMNhT4t5dW1O
XDIet3U5bdcZSWWd7mVH3ma70VvOIyS5N6RZ/GGFVkc1Z5JwCYRhs1qGl3jR
IkGokahsiVlIu+bIBYotR4tNBgqii7ZGlntVEZdoSPxGt8o8uNwQf4CVX3MQ
dhKQJlmS/CPqQQiUdEuKBA/9P0P+ToybJWtM2CmCZWqqlinP28/Y2cX3XpzE
uSiKmUaOq1trFrLVzVKiArzY2Z+TRZFDOynGB1f7mPNHT7wY8KqqltnPX0AT
Y2507Cl1PIevXTyPLsSXDWcnkTzFHCwhTDlD5L3kYYs0Iqq8ZpLZTDQFU+bx
JVtSvQDKh+GInxtKMmwk0+Boh8p9oBeSJiOECmKIHBUkzHrkQgxUCKjxXu21
OtCGMk/zzQ5Ethbu2ljrQe2nWOJcQ2dY/kDi7B8dawWxFUMt3mpgSt+miCMe
G4Xxj1TjDQlazCyBUTSJ94T19WQk+IasASfoYQSzrVcTL1ePeo7vMKNnVbaT
kRrYmiTv0upxnolvLV1NPAz9Fju4bgN/BoV+1BlVajVhJa5J+HcwIjhLR0eV
EgMEi/Zs+egu65qtnhVh6bixQpbVr0sa4OHsJkVQc0YoOmBAA0qXi2AKC/Gq
MisvFoWZuJRJfdDLDXeZTcsBTrglXeJnIujshMg8KIeooONSbdfIOR0jTs9B
UF5CDje6j2Q8fWYtL9wtnA1WeX8yFSJUERM7g2EN46xXwxiZe6uXDBMbCUVw
m3XOGckStQUViTjeOqHRB5T2pAxuSfcnLvhNYgPVGzk/xdh+lSAa59ugkAAY
yAhVnxCLCwyU1qSBVWvO2FGOf/b6+chUqK/2ZefKMqvYjmPUW882JE6Gv9Cw
r3mRX9GA52RxPJsXn1SsIaWhofB4zPGaolDLYiTGGpADnq5eUuiuOWmCBH/y
lUq2Skc6MG20rDtx+HwN+3uYkCB4do2tNtnlSbAkE1Il2q1zKKFwfqXBm54z
iMwQBEnsHmUtWIwbsZ73XGCYLCSLPJQYm2FM4kNW087KGllx5Dhgyg5dikyk
u5Uvoq4inmQGcHONodUl0ZEEkWRzp4Z40u2S5fD1vR4da4/xDqwnRHZnkJhD
jkQxQ+HbwL5PMbLKIADklYYtyWReYwkwc54Q7wjBVkJY8nonSOr5864OWra7
eTvERpJecKxD02Bcw8Eqz7cshrSKUZ5M4/Qt6rRk+eALCZtYCrQAwdDgjQrv
ivkn1U0jl5gY30/xPvXJYteWpdL3ruXrZJlN34Py9ORlgBTMg1cdhUzccdyw
hq1TnBJhUgCPpW9q2EmCt8IBkyXsJYWwC7wWR2kKpFRstCfrhZII0ialTBCV
kMBXZbUG8qgl5IkI8wdNs7pcOmFezvVbaTX63m7rFybWMqIE2R6NJzgvur/l
e3JWcmxdPTWEOEC+kB7eslVOignLdcv8Zl7ls+3QsvhyMDi1acdzOAxzHRi1
TJcI4nes5MMqcFz1VPiRHjtoCNT1SP9CTCyExJIk6csi12w5UMMQS+PcNMZI
CjKf3Aj6Oue76uj4gBM6XxywJx/1DUZVEUws30toq7c78ZL1dPP+zcGD92++
o+/fv/mvUQSu7zMV7Hs2oHG+xULSnXxj0qOkCKJNYMrkuVpgiBD5CNlsTLfo
jfYfbCwTT1+w3tpLdsEQLpzUoITntwtO2Hm9irIyWdRwgFNrW4SrIrSEmR0C
dEE8CG0KYoX0HeKS1RJVgTFBl4hhVFcruhqILRr2jejkJVM1qNwtmbStrS0k
MliGfyI+djBDnvZGHkKp9Z8O3jTbqoeoAjtSO2/giNYgcCdYYIJXQmZFLMYm
7pmJzBXjRhUhSbZdGaCFulrjuGA4Tzz4ah1gWKXg5WPwE0E5weGPLLqQaSXi
AJa9swi6FXNzvBd5bZ25iskDTuHk8RMha0WRC4ahmOOGfSNbV9W0YqGhDbH0
XtQTEGPKzjkjCOhpRKHZGgppVDhn2NqQFBTAtAieSUYaUNHsWqAfSz9m6Dzj
MIT28P7k4PCPYYGCjMg2CBzXxM2tP6UaJSGKaG3l4qpJIllFhrF0WCHnOQSi
0j3JRzdEy43EJa0uwdAEBpRBG3j0DIogdUXSffPSydK3XjZ19n4RTCoEPLFp
BUgrapzRpkPanHot8rk15Q0TglojtvXVQrIzeTThj9MbuRE4tYh+gj/cE++x
2fHfa5T355gIrXIIVg60moopnZgGPAbe1OUHexgsVjRgZ8G6z6A5cDKfm0lH
Q04FYoJtmmgCrxZhG0j66crCOBNx0MRRByPGa7AUxz8JvumHcEyOOHLOkgJO
KQdwLHnST7PdyS4LreX5hbNRwEr8oFN4z0dH9K1fuW2RaVG2zlrSePPcrFYc
P84yaGJIOEhEdGvFP5cF70wxexb02tzL3ugNYRgOXEfUNsNOnMUSu1keA5oi
QYlhq0Wa42Ct4G1FUgJSwao1fcjF20iIjxhiuXWhnLxBhSLwqFgxkYQRb7zj
6MGFDMdHT4YT6nIkMd6arHXXF2rAkJy6aI3y08bsxUwZQhDHcfRjX1Sgu4uc
tZL1uBAtSNu0BorH6MmzK8byiJYTsbu8qkmCY3eNMLE7rCifimZTHGekZaia
lsQMJgma5uYiH0/wK42rM/hkfDmD//Pe/PJLgF2MMlGFceoF+JL6Q/Fq4+lD
f2JhPoRz9RbhTUonCoGSFgTOqY0gPMIDwqZyaAkP+Hf49EM27MFVsKAl33nw
52+KcBriQbsuQDnJmwClFXArhuxVecBJa+LPUkHLenidl8DEMcGVJZAtHuS2
B8MYbvBg+jX+Hq2ML8VENHLBpHQ6Dwl0yVHxj3Lu7W4Ry0oXLaE3tCiEDKVE
SI/sP3kUhfVIhoDcGYGJc6a3mCY0dMtaXJ9nqNmr/TmGdG+t2vOqt1WJUeII
TPbSzW+yzVBIGJLko4SCWL0uWuguEUKZF5Li5NiwUS+ZIZNbzF+YG7cJASsw
RxVBK7xKi5/D9uHnXawUlBW9V731Pu0+Y7KLGkT63Ah9pnBqvQghQacKGCPb
gjTBriJtEdmzNti7AgjqYbNN++k0ietj4QgoXcexCzSr4OBZ12HWgyKyEQjN
WlyDEpKd1JSFirm3W5iBy7kT7w73BEg1ZL9HqbbW7t0p0fQAsnJLU4z1WCz9
Zm9I+u3DkCDphuBJu8QbTo9F4NFSarb5mXjlzTrZsL/mHK77hR7oZ3KCQVgK
Ygpn7LD7T+NELVY4eBVhuLr7ZsxznaUnBgnvTMkkOrt/hDV7nS9yMT+vO7+Y
t2vWkluO7rvjA82eIGDa1SW+bs3Ni8V5S+6kvYePnmSnZduHegR8VtvDvi15
MoV3CTvRwE1xBlf/+Hu41C5zigR8MZ+DwICJMytMoUse2Hpx+Pz7bcJBU7Eh
nJSFXsP7H6JDV2iTU2xyPTaPQjZpg5QK/5auni1QepfwS727HUW4cot+d94C
Oaiwery6vMRY4cikYMqNKNVOx1mrkZD1JuApi81W9RBUQ4LOcuh0JsVQFX1J
7EJKk2IZhSeA0IoNilKkpk/Ne68KSYP2LPGnofkBlxx2bYrQ2niNoQ1lLc5J
07nL4wWhiH6dCJ1UTGVvm2J+dgeNr0+p5m0IkQgN7xIuTc0rwfAfTaz34tBD
aFbYZXKsSL679UBGRRHY0eBD9g5kXJQfF7De24CEFE07cR21FTJrZytor2H9
bsZn1aruHxTP9kdRDT1NbO3uRU9u05O7E5SYydNDkR8gsYyD6USd9cFIpKpm
ko2zd7dmQnCKS163hmSO7zRJjVvimBNKlE1fwDf279tzmnRxW7d9nT5KO/0V
S/b4Dm38Hdbrq3t1+zkW6+u0R3lo00pZFKt22D+ZJ7c1/XdYwG/u3ufnWL1d
rDzQv18UHXrrWmqn3cDgpKPde3XUt7LaleUz3XNpd/d+5RCy+/bf1zsyzds4
5s9PMyon9O1wd39I+AW7+8mYne2TRrqFXo7CG6e58+07cYndDqtJ27+VzO+7
CR3GtLnHThLbvai7w45cZ+4evw9j3e0wnNvb/KwL2OFK9+n/ty1nhzklXd+H
9a6Z3t7De/bxOdd2ryOv3Lnz37Swex0BJ/TrwndHn22RO2LNPfr7rAu+gf/c
YyC/afF3dlD1RZiyZmcnjgf17LrPSfT5nEOskTinUBhHliUOonX+oUwdAbWg
+V1UaKqlghrqZfUSfqQ+sBmSgrUoQI+UEynqmG3tPdoeGeRm0CdknqNerQ5/
cq4uE3tJuF7HXGy01RmHkVFUIMZVrsqWNBdTQIipmeYXohMjUHTfq4YX7U32
J7uj7G9//R+bkgMmf/vr/4yX8CBEPgZFzV/VoxBbumybuwNQjCzIUSoHGGiq
Rt/DV+YgjeZknvuejACkJFVzYeEocGvwBeMmYXjtzGq3oI5a1lRlhCoQacSV
r2SCYclXQGK0JiFLTi0jDUV/hRxKTmtCc3NIeZqENqkoCRlCeyqTWBf41AcD
Dw4FL/RJS67B4o6uEl0swaUV6tww+oudaPf4bejeac9k17C3ONc+qhFE5I5G
Nw6GsrBC9EhpqRM4WeUcVcelxBv013wJi0E1hnpG4zvOhi6/ZhhFbmA7W+5b
jE0Zw+fbI43Y6HxNBRBHsohcagpbUU6Fo+y0eEhQVe22mxLWixnhf7/itqxu
TKAleOLDSH/FrEhF0sFnP3AFhAvEuGrQUcU1FCUOZEQriC2x/R15CD1RF3Oy
fBCV02LHIBSUw1NMyMQ5jUg/08i4gucqqL2w1kO/2FjBoVmdjuV3HPLQyAI/
oJbUh4bgf9Rz8Papy8ACP7OvEXQze388Pjg+PDpScHhoZZovKgZjAJ6AZUHp
Fms9hGm56AFN8cT+9R1K8gTih6cDueHhzg0Vxdz1gXOFoE8ifUZBkKMCb3Fs
tbyuO8m0L2tgbFObiG4Hra9mV+SamB1XNghHRv7Su/pFmRXejvpgS8Q+WKVU
9sLq7UMrJj1P85oqMMLL2Q8U5dn4bemr4GS7AF/+mkMP7XXO+6fLuT+VKGD4
GBry7PhCU9TQPZaDJRYda54EkJmEgOH66kQSR/3tnYzC+RYCOkPsXEsjzDZ5
o9d6ock2ctS6Syx3K/Jc6q6FdeYQVw504OxWq2wji7isS0Y2PC0k9ScI3SE+
VFOSGdeMJdC/8M3ikv4NCzhYuxEYOIg8LpyK4BA0x6YTPxzS+U9vTAqNJFBa
iVSYdNUsRTyJrP1LRUSLyh4qaY0YoU7s91GSCPYl0akVFyRlqHLfPMaIxp6D
5hbXgYAD3uIAiJH8RWh0qOGn0Op1OWvRj6uB9lr5w0tY2BXIfuxzxArCBG+O
EAy15NjDb27wJHpZ2WRJcMDxCbXzuYzrrGbsPOBLr+l5V1dIADvphvIl8Dhl
gehjEZXVVf/bWXHtPQeGTYqNSyBySFIJKeGcXh1XvLwoixprv0vRQjzZiKhH
ZRfo3GqNOJLzg49I0SFD59YRFxOT4lUhwYCuQ9hg0bGoqNRUpzSfC4jl4qqa
X+ENZekFUSdUg4eIHuvBCM5ZKNrVSzrkoSaRuUa/1gI/ZZUsqtdYKhaaVAal
1RLGm1JAVICSts7oQZEIsf03VaQtYjxyyIFcVP7kiHow1iLwD1C2Mp1hrJXi
H8jl0hHgPsEP8ga6Lvo6/009o9i/lQrkLlvi3gNM3qSbP3pj+XHafD22QfOU
Xny+xVzX42V5WWye2OaZZVt2X3TH/J834P4N82Pz6uhvmmSnods3M12jDeck
2+JQ1p5o3+07rBpJS2tW7VkiNGxnf9JuPvwG0t509rItf1kSXjmm1ukViQYG
Kl4ud+WtM7QBh7mmcyqD13jM3dBGdGd46xn/FR3SbDr9/TaGcQ8628g07kBZ
6xb+fifyTsuWrM89l+duXOdzU9+9uNLnIdXNxLqWL/2/SbobB3UnMu7sLirk
VvE5puq78EQ0KGyJSPnAAQqMfXx/b0/36eZWhnKvwdx3zRhULNvoEDB1uksI
3QIpKmlGSnEUMbTGx8D+BE0eWOtMQPlTbM6UCNhF7XSW5pySDBou8Si5DklK
DlX4SIuVvEb3Qbc6FY+5R1FzWhqn/33ixETUe6PxkRrG7AaHGuXkeJ5CjUo/
rm0KNCSwKh+FnQze6o6bqTCq7+5iRK2Fkdgc+pDae1rQYE9738POyI+YWsh6
+LRjpF77+EnyeF1EYYRrWr/lWNzSmz8fb/94eOzOx73fRIZ+j5fESH2/N9Bu
fY83ilk55goL69ex+xaa2ECnJ7U6zersyfjQKtVR8VOttOgMe1LquKoHUunY
VzcOCFOTbtk6KZFABtSkgAIeRixDSBq3FpvXPAEK+r0u0SeIUbQztspq9eoe
hA9SZANOEjKcgFojMIcB60P9z4SGRtnuBPKiRuOn2dC/R/CIOsIhm/2I3S3z
qZjC+BSyMSvPDt+9ehkBLGbYAvJdTthXrDOFEMMIRar3sZiNNJeM/YotF6Fb
QqOwoghZBXxQpk/mnrRQy0QrA0SBvaeInomx8bzaswJakXQvdizA8cvnAgAk
iDqMz4gp4YgtFiAzGQfNME8ijDy1rq8aLGbFfCcEl8OjVV3+hRqZElpCABG6
AxLlownnGBfzpiBgXQcZGG0o4ZGE/cDhASlqErvUorJinnzAJMK7t+tHk91H
24Kw5Syv6559wjZcHNb3VWMZajKAvtea7BtqHt7e22dgWrwuxN8jV4WL5z6x
s/cqvynq4K/cOnl1vK0u37CgyPp5n2kXmdAddigcxAugHk7aGzHaY39VXzIs
ibUS+sqw8BBsLbv3fV4Eb4BlkpE1jNLbUtzHiZPog4FZsst9SXUKBHYpgNh9
VMsPGzq9CZh9ywrOwY2nEYXLokhmSpmgDhAalgsHBIwWxbIKj1LzfLkL/K7a
trHhpSd/pLi6UMJDiKYWTYZUbroQTDmRbeQZMs1zhQrCWazEVAvzlAxAngca
H9ntHWziI6x+gLxca22HKgiNeSkFpZOYV6DAQIBPJrCVI/hHsul3v5l8Pdnd
xoySxerylPFvOGMnWCYbZmPQLUxgmuNtQYMLsQKcAYPTIIkkdJxbAYTs+PXJ
W1oTQ7ZAdiAw7K4zvjIoVh0ktFlkw3y/oNaok+8VrQKmYfi6gtYS7k6JBhi/
UBcoSNEYkTKzq8NOGa08fYRR+Iz7m2EYDRav0RCfpuL4ec6OYR6JlX+awtyl
yjwUX1W9r8FGbusj7hhnBBYI41Uj2NSlwwV2/OcbYJOPXQHGfH23fNyxLbx7
eDpAXlRjEbsj6YCRy5NKPAITxbm9Uw0AIe+FMDnLzuM4frI/B3zb7Cwv52RM
P0wGRwSl49NVQUQ6CsLw/jnvayDIOuGa7Hki5i+ICea8+454iiJX9qzePtD8
3khSnLSeFNyIWNNVgJhMyA38kCt8Y0BQsSzn1fmqSA+ry0LiY80V3MLlzDSF
90sNzKQNoHB4sufI4ycy6gDZ2HeN7E8eEzHuT74KXl82DTQdjydf4NOL1eIj
o9S0nJ3BDkQXLhOXGSNOMdlzuHR5tiyXGD0gQgl3aOBigrDCQB+Ee4Pd8ULk
l1h8kA4AoVILr+4vDxcK5bLwYqAxSAtLDEAopVqclUpVBLrPj7GLlSldPVAh
VZjjD8QklQnBB2/zOr9E7t8Qf0kY0SsSPOySctE8WopSRBN/spLbVfK0+Rg6
uohcQEYkjyaPVNrY3dcz8pIix0KRT2KeGlBmH9swOegOH7Kos4BqFle2PS1C
MqDgctomy5M+lzefl1ijGRcOdpF8tXP0I8pAXysE6Cwa4jh8bmP8KXz2Ez38
U8/TP5lcqDVlYrxxhs6X8qpIhOzGpDiuTnzk4/29vYidfDV5FGnZw98NoR/Y
0bM2G/4D/Q5DuoA/fj+0cYdkwzyeA2Mq2GIh2gP0/c03T0L8TWM4aGTOWF12
sqpZOpQ+whbtPX7sWsHVn5vQ0VlMNxDMeZ1Xp0RhvFYh/uYnnd5PpKpgUU7M
CQyWDAtGkwIFCaDuBUrPDnSYZBdGMaZgT7zdGGHnz6BuMITCrCJArQVQm6gH
qRhLbMnqjHbn5cjRJbWJridp4XU192ve6UPmWBeXBKtF72IrXHYuo9pUzeoU
uFe7ouoXLFmFMCoJYF2w35nS4BSBn2MVSFDltwx/r+VwMZcS/hOGT7yER3/C
kdNfJ9VPk1A27Uphvfzl7upoh1Kvrn+Y7xmn07j6CgaHKm78aGFjQH9bS5WK
4uVkCk2KwcuKtpg5SKjeXH7zhoDTzMkNG1hG6dkM3KFhYlYfLcSZMc/8SQs4
zB4Q+slPEg58sbrMEY5SANkI8kSip2WJ8e2hdKy4HONyNuSrhaApHn7z5MM2
r1mKJSGBzxp9QqNAIi6aZSlqWt8OkIhiVIpqXH6OxMwr6mroLopr2yNWHVmI
sTYdUDLpl3r08oBJ2aanH0YwnyU8AGS2eRUk05xy0E9hQz8WcLtv/e2v/+N3
f/vr/6RVhd9/D79L4Sx7RolQbR8iNMPuoikhzF0hb15ugKkwTY+G0382WTgl
eMM8AruhKstNMgW3RJS8qqrfpiuFFwIJD/GGr/ObRnESGKsHEf8kKDF356dK
4Ect835W0QIheMZSthqkwd6BHgvt9V1IeuOTbYLFFOPyFz32Ct5u3Wi1SWhE
CdnJ5A3iCPAOcy8lpU7ZETTPUJtl44vystSeCaAV1Y+ts6O3OMdabEUSO2YF
w2m8yOolXH1ZocBUEjPQmJwFV6INDSnuaJ/8TAYY1X8fY1I5iXokxL/TiiDH
bBI7RJiK3hvGECo0HjgpKTIl2I5WHFtzJXVXnMwnqasgPtHiE/lClCN8iloW
Ix0HIBEzCVUR+EZdsb0NzoyoXgZ8ZKakAO3NyeVkKkCC4ysZYSzKqa9zIS0k
QV8tGSFfMn3aRU1tuFE+ergLH1bnBd1glsLw448/jg8cGAipV0SGI1/7Bu6K
OUowzCG1aAzGyy0LA8tlInZWzgOxP/IkudmJiOtWPNgNUuJ7BVnJcjd69Mav
Jprn0l7U6MVBg66zXLr7lq7yPuAIKucj+MLlJby1l229tcUmH6EREJVz/Wb3
yQeumRys55SIbzY+WYpycYpxqf6+1pqlIj4Z7+Ep5K3fZlx37AUYmMXd4egC
OaNRpJgvFa9MAJPHBE0sAJ4ZFgKHVWlCGKLc35aAonTeaEBoPucK49U5nX+u
Syz46aWk7wSXIOMlKxJ5qKhFNFkuTCkX9LF0fXGaP7w9OfrhzcGrCQXg2hrF
NeLICG8GoaYbrL2zozfzzo7ZLokMzY3Cv+1LAHGh9VTKS1vUhq0KVuzUDiDW
QTnq4kfQpskFIbsJ11q0TSYvMIiwBA4bPxDYaQqaQBkQIZfQDiF2vUVlY5Qj
ck2XluKinQQgG5XqcNHhqbKVOqkuW0uasLGRe6BF2PhGXL6r2pyAzGdKkrzP
ynNCwRWGms+UsCjAY3Fjf/a5jdjGmHqO8OqrGPUFvb/EPMrmI3bbIV5B5GXt
6cbrieHAqPiBlNyRQr3RXQl+TAae6IDD0oIoPv2Iemdj9QPF2xzs2JaJ5gbi
WXAMRdeBqRV4aCvIbN3zHfLT3sNHGOwlloqfNDNEOYwrGNrhK8pR2F9Alw+z
GuMwuBh+dCyfz+dq28AiqJ4NCX1q5TsNWKciuwu+thqz+xT9iGJWpTCxHFF4
s9RQiZyU8BWZ6kSqwtu5j3lryVE8KLBqe9mB4Dj95DlyvBYhx5DqjcgWhAk7
1Ml0I5hULkmXEv8DoiaTHEXWr4ouvrjEfHzW/MojiZ9h/kC/vowTJOFejVJa
YbmEPmdSek7iIETkU/ziQFBnm/wTke4puFl4zh2O8QG178hB6cAnOF6peUzP
m3AbZBa0+F5MCg7NzQJSRwxTWVnKApiwx8H7YgqTeZOvVfw+yOlbqTdXs7k6
MAMVEfCb9AJBa9MlOcdQrk6KBQWeGsuY4ZD2kNxWMTmfEF09zH74408eSzXr
OfhdkrG7mm7ahOTPkubSE0PHH1esh+rDPbcN6wDEDEsQ12FmFR+5RYfZMOHU
l50ChEHffxbNtcJyRujmyBdoaNWdj8Vpu+SyrUcY+RYsOI8ePtnGBYj37uBf
7rht7FEK5+mMUgrExdi5K52JZZTMgHaDZGCGblXrD4wv29IIhBO+wwi96zHM
Y+uYNawX+Eocu8cVMUbpUi0qf0PEBh/RBt0NLXdmP0+xezGpsvB48thqKUs8
o3mPWRjgwzOvzsvpiPT/cXV2BosG4lJZ1awGig2dsl9AMzfHF/JJrMhiR7gj
BLqdp9I6nPftzdOtQFdhrR8WKMpzxEFjxOEWGw8qI60tCv7ULedqUNFGrpln
JoUkdcYGzBQxY8uo32fT2oLsYPDBqYlUvJlIDAktjLJHe49B+KmyF5ghRGT1
GFjCkcK0exIZwVf79Alq4O8X+RUMjqxiCJEughJduPXK8AY7xKwEJEEKemGI
M17IQk4OiQirtsIoxaktLrT6IqfcTCQEfVTYvnhb2dlgFpnnYqwiFy1LLExK
KkdJ96jImBdgtuIwmjjFSmvqkaKDjcyqFayBg+kliOlO03gLTCV8xlrG990g
jczYyOk5GFYZxrSojmGz7VR6CQiUZHgCIrad2ngWORYsvnsZERnXWQ+YWLBF
5cCa1LDBBIh3Vn4qBOEfVps9CGiEaCYp3FzwWJEJK8E/TT3NCePc2WFGax0B
s5UZlAs0zTVkpq0WZgiSy+4xivhx3OnuQ/os25N/H8m/f/vr/73t0u+miHTY
WEZiZyiqq4SRnAZOSCfkNG/YsKe2sGgYvirXMytAYaW+GSBD9Sn2olL14GyW
33C69jyOXmTETHqPZQ8yBpMEJUggcFr16DTppF6L40i/j6bl7Eqq7YOkwfno
adBsSwnGZAt0wh9dUQ3fMRsJkg20uMA99+eB8JM9uMmC1sRhxxskhGdRIycX
abHfIDU5ucAkQqGkRw8fjsiAFc330cN9/PTRdrcPDdLD4bioArY+F3EpMbR9
mA2+J+zWuTGGOK5iNvTyTXDY0cS6Vo5Yh/fhVWTkUcNGx5pkZhgC8licj+vV
YsEMzmGIWLSNZjH7q5OL9ioGTj7n9jHykFwXFFdGXQjpTNbaVuF1vFa8eUMI
TaVtHJnK23mQGwQngCNYTATomkj6zTa2OPvrNaWoKPHODl7r7wpCStvZGQU0
CMzWpnGJkILe0yUm5boQOOJAZKqxqLRlVXLVsPSi9Y5FnKpkbKskLAFpkvir
1fssZ0RSjslbEju1j8bPJ7MaeMf4gmttjfNmb1zzjMYP9z50zVE6e3G/yOx5
baV6sLkNDaVZ7Ka+6ga6Q4vpR1gAbIYOtV1KjFOMazOzWkqiKPZIjiabAUtU
1OCRVl2Y53A0guFQkB7C7S83N9sXoqxytziz1ceilqUx+W6McVws46HlkgrC
hIrU+J7UaPqEVWA5nP9GFHtV3y01Qz1rlAO8IcraCoXnGndjhxKWBC8ivHnJ
g4xSIq7BWOViu+UDF+GqYGhNhJHzitnTdJhstiN2Ti0LOlrHDEhNVhMJCM2v
WDVRZTTURyT0Ky7cjPWL0IRm4ABafiJsSAD05ri7/uKWNRm2yPdDcWCeMNAN
rigbzCclWgeD5L2k4utecVSUd38hETqxnUVD+HBAKfTP34DkQxAU+/uPP4hW
gN8omoF3vZHr9xLmtdalyftOnSMH1fBP9WKIXf4y/ze8AOVLyptxd9o1LI9U
e4taf4ZiT3iPlhtfbaxSRmGoBE2B5bzj4CwyAhQBykL3TEg5lD/yqiKDg/vx
4iwIeArWVSIx2OOCjw93J5+GwObQ6ZNLCK5rNMGJeChiEV7j6hMkml/RJIZ7
WOFBl+maqnzYTZcTJH0nJGyORiYuWpX6cwR9PVwfeDGr2tZGcZLqMdOxBgcX
lhZp7El1t7KtfqZFx4HCYWXE2+XCeonzuRVgfQfdHBP0Pvm0/aR8z0NMOjuA
FU+tNFpZJM4Y0ZjHvh8rW4DHYHaFhlRgdMO0w+FkXQPylNVK4d0e4jt2QcBf
3wxFblnXDl7dk95JsfSA7BOYA1UGDEGwfT+lRDEK3TUa0CwpY90FGq1riYh0
UUXxzNC6MuTAeq2+4NqWuOyg4d/1nfmt4e5wW2Fv1jUUh0KSvbzPUsdepVs3
3djriM4P7noXoT75iQoa+4S4+KdPzkJNf4jpOAllJLWb/UhZ6HR8qpfEJ4S+
EcH0Jz+uBT2m7Ntgq0xeF1a0uO+nd5HxUj1fEODOwlWFS376zlLPmd7FM/1c
WTf2gNb73n59EYRNdGL5jkE8BE1Fc0x7R7GHozhyvqK1g1Bcs7yb8yc/L54f
Hb05Gb9UPEUJTYkjMHE0Xz1E0NuTi7Un2i6WjOuv9jUrGUJqXOn7MWTHqDSa
hkPEs1zL716wjY41dV2Ewxev6bYfO0uhSqV9PxoLMwZ9PZ9ekPhjlbi9KUAy
UNezOkk2isxXSbhadMOtbYnzXTQHxOAea1YxKSjGQX3ewlk0SK3R+MFgcb4v
vfSS6f6dyTSgNK0dM2M8aYiJOyn3uCkCHOBqOWNbsxVsiWRcNkesa0ZrRjEc
5eGDUOjmGZZXERi/vvowyY9dUaBHWNEtRGCcQ4uXFowPAu+6Fii7gfSTJi52
Rq09/OaJgOaGcqa3EnsINndJ5vkGoFW/MqI9fI25a71XwNqb6EergK0BBJqY
oG4PQrcEFuBk6b4foDsQUYv8o68NI/Ylqto1yrAC0QirD42wDlaKrmA/v6oO
1qbpBe2SdEoxNkmhITVlcaAkPbRewIBH3FJoriCm5tTrStCsbYrA2DhynQbS
0YGTfBEjhA2i3T0TP+Be3VpQkroAJ2yvJ5SXrGhEehVsMCgx28SMTbFaO+Gg
rnqJpU7nKdIDKlrrD3BXlVGdyW3OQ+T8JEyuvTvlWeZL2RZoUSH5c7ujR61r
5jb1SjJ4CHuv4HirCSNeYP11GPNbDtgQrh5SFJCzy3cWgyt1KDV8uLE7WqI+
qDN3WLXAjnqnJO6SQlVDLWiCESyatZYY4spRKIlkRdTkLmouqooOF2aLq7Eh
DU0SEZLtT9nHRXW90EGPDTJO1QYiDZnGWEFm8a746HM4NixQiH5TFubU6U+q
4pJPb9X2RgObGSTiQj21jmYF0TBMleyj0WW8s5NtUYAgrKtL745CkV3kucuD
4s15GpRdorWd7He6Zhgn/PunzH6wOCqs/BJuJlCva1hIAim/WVKAd0iD2cr/
9tf/6y/hjn0If34zyoZj0K606ixnM0ysPzpCEzr5f5oAbU8vPkC3enbQzsWZ
51EqGwdi0UD/9tf/HjgqbCW5tOR1KQ4tXpxLNILrBPAgkdersSp4tAGzSk2j
Km6aK8WRw9PstPxLm88/Pt17uPd4stv3hLiUJ9DTWMIWnj6a7E32DY4mVdSi
SBbU2PL6tAQ6R+NhSCdh0l3MqP4cJX+Je9FFNJ7N8RCQLYUTAvT4lpgTX4gx
32gZ3Ru8qXqEKARnhlcSoS5TeALarjHJStuygq4WX04cEmg1R6FaTVG6lZrQ
xBFgqsIkFB+OarM6Oys/YSNyz4PCujee1SusrT4brslWUl237ZxfnqwAK6CT
XG3EKUtaKbQqBhEYqGnQ/NFzn9cYIszRucRq2KvM66L31yQLecVtFMaPm2Sh
/CK/iYo0XhTnFfp4aMkYBRfdnKEaqeGdfiwEmZKrfomc/VMizP9kEeFr1L9g
amUrdHbkUqfE3JqXMxc35hz1ZQgBCNC1PkhhpDoEplUR2+CsqshYTBYoLxzo
C0+z39HvyIyy3ycPnFTJ18L+msKDn6oelCGXw6PA6tEoFn8pOZ7G2jedon5g
EXOUZ0hp7BoYOhHsfdG74Comvi9GV7SOCE2PLNSIcInfLyjqFYb0hiADsEfZ
gq3n798ckwzLaAJsMyaHh5QkaPDcBL4g9kZml40P5+WxMCKqZDD0hPTKkuIa
Zd9mw/9tmD1wIsgzBEVetOScZ1TzwPS7Yst/me0/Hn+zay080zLeEvzx5xVa
7rfgsUc9Yvp/mX2zP97d+yr0LZlLzRyLB8Nr3+xt+zH/WQZt43+QHb/F9zhB
hu4bNv8BEVDfs8zMu9oGfTxe5rCNMP1/HWbP//H9DycvcA7PMvhzvZRHT+P/
dbj/+q89LROFfqut7u7s7j3ZcqN/sLb1+CcZ67Y06DvMgbmVU+2QetKV8Y/J
9+kbD9JBm0xhZzgShDR3NTrU/F0SgsAOTQxFOi0kgos6GK1/iixpJcWCnLFT
l5zsMKMN9DiKrT9VrPKBBDQr4q/dTbjgrs3raLnOeDejEDRuULVAZWZnZ8Lu
L5FQfJEBLgGbn2Iya07ZCtnBd29eKqQzZcTs7T/6MIkW11NKiCBZcSjMnHBR
dKXpGbUYkewcgEOSHZW4bxdHYW4xmMhKrk3KqsCGCuA2M7yVFKypLnyKofUe
Dx1vCOHsnkTovgtWX3IwUgSM+gLJB+fdgeoKtGAEYnkEZLKhaDwlMBPadDQq
WiVNpIgJlIpkWhwDmnyev+FxXqIEqqKLteJm7ydoYZw1t0WM1Wf38dwm2avy
Y4HwXKO4WT+4pF2Jwlg3wrXDi+bYKpKKHx+usaZ76QBt3ZIIQ1dsCEiLopkk
sEJSLLjLBzoBWrjong36D5Wz4xx8aOJykoAMKcCQeMwu84+FhNCSq5v1ebnC
4h5cmJ+AzeSMYmGjTA06QS6zb8jsuyJkniy/Zhggdssix6jjzAdcFpxOPqNs
JHVtheQKLI69HnQMjt4FKf+nBSeAUiFoCvVgQxH1aL1N2XDr7KkmfTmtgLNE
ImHqxAHsWMKAD7bPNRlQ6cFhmUmSNq0AmqJZozZKFaU34flNuqtyyB16VEju
scJhIUhrEeWMKzwUxdPyErD4JPnpHGDh09PNkTuUAY9F3GElHzf/olwyJp3w
04TirS6KdMLBEGZRfuctyj9/YdbIsTc1/yKrXzaKIB+V//BIoq41wpvxVTSw
EWfuVPwnWNKJiLlxDAfb/Cgx2Fkzaaop/f8hRIn3Z/2o3TDgeQUt04IrBa+J
ydWNtHTVKlS5posHm7A8T1CFJWH4exTskrLkvYFsegS8sb4bHEVxUNnW66ND
Ei+n+RxrOoSMw75a9muCKp2rD/vcf/IoquYd5jxhMzS1//r5YymsYImQHNyA
zfAxQlP2gpKrPfe6r1mal7OIl5TpKLZ6VovgVJCNdduFkYCxKhws2aglPtrd
f6hEwBsWEKXdtsFxCM6FcWj/l9v3Ex0s3jER2ox0VppvXAno0eQho0Y8frz7
YZIdtKEi/QibBU3iyfjwu0OWLuBvIBv8G5vqILx2yYAL2jVVFHLdVp4utJM/
HL6OOoG/gSiCj4a+OISHFK7QNUn6PyEAuzhmPtzkB3Ip3t0K5Sc12V6ewxpu
oROEoRffHe6lRLiZ0pwY2U9sX9DGX4GivJTCOlcNJYlHH5okIejEqnrGb9JC
pa/iWKmoY+UkF8Y76yMOYC1zCgjuhLx3Wt7Zsc3mOFW0WxaXmOrXWd9IE+sn
Sr2GcEdx28PmKmMOD0fNabAhucTICzbjYCsthhiYmAvbI2EV45GTuPXosghx
i5OelcXk41IK0/RUVeQzFZ2lGAwrkLxoRui5TQGld3bus+jo1vgtC4+HuhLk
H81jJR+BuEripYoteMjZZNJYSiz1rVlhsIlDEY3aiyY66t+2oPZ0rsKoLQ3I
6V5LPYjpa6yequFelp82nplGrY0hU95cw43KWxxqqKrLgZBeT7uRgBLYqRxL
zS0TNNu5gzxrON1ak65EGss9PlKo/8i+t8BlR3Fb3tFkXB3FEvfKM8EoJMAc
StyRpAzpRZPxCD9uEJPfx+ImDAGJjlJK0NXmVk4ZP3IDWWEOJVEYNnXEB8S4
cIeqkVVPmEQMk3Uj4DdIYdxzFGWqOo7fHfUIeYkIc0ssQIgt0WVIlmDr8MUf
t0cdR0zgFwE0Z5+LMsGzSw1ayeBtt6Wq9wpoT4vF3ySXTXDfnadMlfHkzKnl
iagVzUFTuga5LBXBxXTvpixjfsHYTnohC/vGC3uDSOUSK4Mwhfctw/qRtSKJ
ULD++iSrroCd1BfDZt9G8DGi9ig+589fWJktcsGHpLpxdQafjC9nC8XY+kUA
zRWehcNRGEbAktVM4uMgExYib6I040EfTgDG4npAdJbYaHewfT6ek0Ev10J1
GwkdM6TyGm1uJSKRYA1BebXpBKpYJcyztaBWkzXF2DBaFCsq+BttQT7g5WpW
uiw+yvwedUoc00mz/DRh2fNQkS/vy6LOPE7/iBGLxUUQ7A+Che7QKmJD/ZdN
9v5gIphGBl+xvpcQOaSRh1/jphIurh+1AUFv6NuDrOedOgdcBzbLutakSD+1
ip9ytCQsgsH02ZyCFRCFF7u9JG565kip6cEzTbnfr4QqzURvZ3NMT8QC9Uzy
m1Gh1JSjU9OvpMVpEi5wq1MiFbp+9+If3x+9e/HcxNpdRQ8WB2XFmGpFtBVc
Q+KZ4ONEMXf8FZWRyL7N1tWPMGFur9udaNCFv6L71G0nuWvXkvRu4gSpBtoe
ks6hGG0IzOS0CPABPiQ4OOJSnAmuj8gP9JSAh5/9uyyfvKsyjgYZhBHcdqw1
QPCsrNGIiAjL2HDijdBhsgtXXoEDUWElFH3HRv6oM/KQxpyWXk+wQF3NA/6R
k2xtP17XttSdyTsW9xiAJtljTD9vohFghzdqTnPnIBm3gymj5UQ+lEwiiqJj
s7ja6PoW4oLCWqKjs4GxTdEgMy9m6IHQJiqzDLog7xeHnOgvPl93Wo7C46E4
J8Zu0sDI5L9IvOfrtodyXmN1v0v6a0ay//lHwiBhMohw4t369A7mHYg29YwL
k5x5Vw4GGj+I3+DxiVuIdTKxhgCjH/UPNroSWYxQzbq9SEr8cOXVIBp50vDL
1TMyr4W4tbPPwpo1N5eXmIQ7JVGZFXkqEaKhzVdw58EZ2kIth+uNgMyzLcBR
/COSPnrtG18pAWMEvkSDanmFTAs6SDl1eDOMI5HeuYbVwo6avBIzpu4SpDx0
wzlyNNt4FVZdWTEXDVNk0sYJrk7nvIDCmaJKKaGJoHBK7d4m3nRvDcojean3
ziLXWqEF1RG4YHsU7cuarekbt+v5FBVnaj7i1nK/gHhCwjEaIDQ3gwtsVbPE
EILFeTirlEvdSFA5lpzbVv+jzs9u22T87r51EyDH4aIYX+c3eNgvLL0o86gf
gcbXMOU0dmcqdeJh7sWnlpzys5CRHSHH2tFXXQ5e+s8deMiN1GD0grCxXXrV
o9tIX2VSVXc4y5Y/GPRNBZcGSJEv7KHgSqOEyoo3fD0MQczsRE+v7fWjYdmm
2SSmx0cxn06reiYZekRaTx59bf19JbsJ8yq9gONjAjodGRZyR/bplqZDt6lg
BFFiM6kIDMViiR1l6+jZHZpggOQkJpWk7jK4AK8dbVNngNzwUIt2DbVaQ5SY
ETVxl0GUpNQyz2q6heX4HnxqpcIwJmlDgcOhNvBkYiKWrK4LwqYyTwbG73c9
XLsygwilM4huyf2op1b5EW8NMiwVo4W3iQObQ1EJJDPVJsf0t6/CR+qK2F/l
cmL9Pbqf79bMSJmLRRecRkpIPq2rRvN7CPnBtSYNeXqU7faU2M22sn3vDqoj
DBO9S3EmYeFRTL1JfrC2bgU4bD5fmIk9fqmXwhAMhhzoTvIlg5CBUyadMIe+
zqMrRcAIxMjrmrIxrOVQUTZN4GVYKKkiB3lJiLasjSjPV3RvBxnvm6l65F7Z
AuRcGnmsj/XriXdZm44MLGSpP6lgawL032VVkjulmx9o1JSc3C2C7LYjKzS8
3WFl2brriSOZ4/XkYIm7r+X6O+wiJrZb9aGYYLuD2GDh41MXzyIRnyI81nRD
ZSSWlBBB6etPV20JQqNxUbN7mEnEN+HMHO4uJlFI9O4ZCa+6JnpgfBvBPEfV
H516T+6LBF02VH/EOB8Kt0F7G9vxriuK8y+wANLTyFJA/MB94Hide0qbLFUA
bAx4L4pPclUpyQpYuyeP+x49pmcVNh9DImFBQm8SDzInXSkMR1GbWzdbj2Qp
slpwVwwC0yFE/8qBdJwcvn1w5JEq+5cgRlEKMOQRyrEDWiWtmJG1Qhy5gyRN
YEUNRo5CTiVvk40n2i+DWbELesr4Uoo1Kt7aRRUvh5hdwoTyTZtakd9anJ68
kYLlfUzvd9Ype4U4lSgi8I29rvUQukm+oSoBhPTl3JjV2KKaQEWrO2K8EDmt
NPcF11Z1FbrIQtWWc6yht3FYZI63e5EmL3V6OjMdoRmxBYHCKijqsmsSGzUT
neRohgELMyQLJwDRslupCUXC3HZ22OG2s8M0IQDACfUZrWxZJdYUvZYJL8K/
pagrVO2qYBadI1L56U1rsaqCsr8eCntkGWOCiS5mIQ9pvwnPXhs2LL1pIamJ
5KoQ/HJBhF4HYM5aObsC7OISni9S7WlxjjYOBW7vEAgJILDJy3aulo30a3GE
DbIsMygywX5bEF4ghsXgiSLSNO3KjpZp157rO6Rctfo0q1MN4O0QU08uGiHz
Ilt0cIRbH4tiOc6RPLdTRF5O6jucV6aqYzm+OyJgFx4sF9vZ2XEBUjAQ9pZc
chj7zainxCIDjjs9CZvhwihSdRgLy+EGN4Js5gc3L8+K6c0U01QNRTUXCHai
mPwmw8kzCVRYPQZjbhYTuyQT7B9ziF5iVZM2BBTr+vMZc5H5fbDhfQ4kWMNz
mEpWzuerpq0FiCG+XnDSeB0nJnu7tf29aNBibGTBbY0TQ4+7DI+G9fPboqh3
f8nG8LOlg8628c/f85d7v6TPwYNUvIOecs9lVjeGQ5F/po7Ue+0a+R21oVUb
uJluI0JLP8twOQjxoIdz//9kIpoEyRc+JiTh757vDrdd4zu/685k3DcTfC6L
Z9IzCD8TXMzOkkWz6FkKua4183UHy8cWT7ODhRGh5LXNylpQPjE8nQoshVil
cFlqCdVUF4jEgKM2ILnIFe7uOLOusB+924exzUJE9PVXMbH1GVbgRa6ielHC
5kvF72nVXWHGp7WTUDwJvt4oUkJQ21WTcfLCjSG9aMyWHwKBgGdYucDnP5jO
6GKvqN4MCw54E2a+0J14UqimHAUkeVxl3UsvDjsWi5sRMkCs5GKAA6E9xR5D
kNYZF7YMJdYXxHV7OWRnBzo3bd8WSDASyUH5srQ5kVkpEYiCMnvpaCVo6yO5
eRVW33kUZxS1JDB7ysmpGomD84cFJqRfbIaRHFiTYWjlxi+mwiizAillXFCQ
cWnHekZ6JVbROzgRm7KtpxxPFxJgB6R5BhNiDJXeU8ztuVQOpfKoIdiNRUKH
J27U5iLA0JBFmUpzLblueSGIrehlG7NdY4ThcqbP+7oIDNhrZs65GPRTrTda
mUhF4Tw09A9QtAejJBvobx8Q2uYY9yCCY3vUxs0yjv/XR60UHDwo2rqwYA4x
OmZTxTshrp+/qO3bcT5mQ8ZYSI8vPvVwrYte4Im63JfgacIQl0l24PzufSYc
4JWY4ET0AzpV0R8IhY1EQRNUg2ZGMM7LeT5VUTCFFA3uEhf6xBiPqGk68yZs
2liGOZZ3v82Gz9fEvIzbapja3qOf4dNhRnV1x1INr0cak/Mg9vWsdjtF8Xpu
dBvG8TT79OnTPzjMCOtp4+hjqA+2WYSCPp0wKrNT4dGKxVXCXoW9/sCiNR45
w4dAKVYNzD3BVrIbUemWukjiVdA8SJidnAY6LbJ/w3S7pDqShDiG6JCw0+ut
MQQCCeMaiYMqoJ6IUIF5ZbiLWtMQ4/rev3tF/HFjTdyRmhZ8MVEpncUhn2vh
KygteD0md289TQssFPEBa10q5Bb7AbMoipMP5Tz/JAqAKy5tgXd8SWkej2Jq
i04y61maMoRIcvsMJkJ1zhZtXDycr7O+8PvPVDlczRzuVOER54XSqLlRQg/E
SDEKmPa3BxnKvDZSvA/aEeOq7UQ1u5kImgS2IsdsCNJFM+S0oMS7cuBrUyjb
arB7Vb4lDjs466vFFKaq8ZqVGaFgT3rqpApJi7/HToP4OSx6TERCOm5crFEm
O8oKok5SaofHKwoqGNL9M3wOtDAchbRzuq55EWfPqH3Jte2kxudU+qnFJAxO
fY08oklBYOeIyemctwwt0oMi0nPdMzlwengaLCirEFuQrx3loEFptaCYJPFG
9siGqYWzsisvta7dHuUrK9C9yhq66mjM8aUmommT3mlyz4+fi5Q//oGsX09l
9mPgZCHhtGw4i5bvJHds7NLmkO9oOnfp7KJtl08fPLi+vp64W+rB2xyEmYF7
UXWRsTrKpWQvg/gHT8d4Vc81g5TSKZrpBTAsrqrYGjo/7WgI/iBrO5ZBr5wV
elj39/3UdTVUoAZ/4RR4CwifW2mtt26hPeG6YQO5jLSgGZgG5UIaRTZxbhAa
KHNaA5vwF3sqGo2x2oO7eS16Orq01XFRmofWVRxBnr/3ZG8vVPJFQL5rjAdm
AoTb3Koeb/MxNxbpmd6arR0Go63LLWMdkTH1sRFcYc334KudRAIq3MF1WUwh
52ady2jNvn7ZeFAzpGXqJa5RF+nFoWzvjI4Dr54OK/IEH3ROzzqyyK7K3FxU
1kPPWeqQZf9Z+g3dPzi+/wCaNSMg3U1dMIodtVYGlT0bOcxA0oEVjwX9HFO6
N+4SQV06OTSg9KMRCOQsmFu+aMMVJF2r4J2WKJSMDHlKvQdChiPpre0T5e8i
sUuzT2P1Ida9zN30rZYOGSWRO882vn6JFujz8HJzkWNqMf67y1slGQRunpKi
NRPv0bpo/7FbFubQ95h09m1XaYq0lDf+Jb5AQGoCZapH2Vo7QnRuXBYGMWUQ
Nfd6tW+o8Y89m+1sDZ8Nw98CMtXTb3jlWyz7VJegMMEt9O3QqBREYxCnhtnu
F8Sohmubci98i/cYG9qG2b9nQ912fvmYRYVbt8YAExlfxO3qrbRJ2I/sHm1u
Lk+r+e+frXs5pczsd/zJ7u/t173fjyaTybOQD876A1buwfsswPH97/P2Wdox
nulhJ8otC0dYsndB5cxBbJg5R6Bmm3X77SBkC9azCynGsfDwf2/oMnWEZBWg
QLLsn2gO7xsfsjvWn+gPt+mKXcHLyic6+RphJuxr+CP5+vHuXvga/ki+3rU9
g693Ca8C+AVoYIw5s4NgUqHSNpbo5kxELn3LuVrqqrrDD+gjHrZcp4cZkxTX
KeeIwh80i1Dts8M1NDm0qJj0Cd4cIgV3yPv0MUn9WN9FOMUuB8Xk/YGnexPt
vMFXkmjTQK7NvUqzoW8ugCXBpBrKTjEbWNWIdPVuzJrDB1MNSBoWjUIVmZDv
0zcqWUy/EgH414OmOqtblq1J/Qppr86EgGVFrSbTKEvis22UAUr0zN1oUVSU
ymhwADEq4PzCEpqlMTmuEtUyLxuRgi2y5gykGrQ/hJuSYNXMVxKCzwM/KBsn
ffsYLdKhQtBQf5icNMcGKQKHukEkNpCLoF9cX4nZoqHbTr0LaeVsQC4MzJVj
r93weFg4WVtb9ncp+boaM9QY2l1WYi7vG7OpWrnrR4MTj8lLZZnl0m2heDjR
0Giok+w1Ifwr4fRnqKsPIt4OviBEZe/fayqGXRSJgWV5Qcahy/JcHSSYKEAn
F/OzrVKMB+/pNdHlFOQSAOoM/Aitg2tGpOssJfdWi/TSsW3mSrbq+ZtTaJ0B
6frDVCf0wPUk0P4BxByOfe6hUdSSwJhrFmAgpyLG61YG0cHTtpAfOMJjc9LJ
spA9J7o8NWhS8SxOS/JggYJnwGectV+vFuTk80i3MlbeTR3S0RlGbgZvXkCx
kImUrqDIKOHLEUC+WFq9sYW2aj0eWdAmpImh20vknAHhaBiVE2zKuYgbdG7Z
Y9NPeJMsxLc7i+Ep2RXE4W+DUjLEUhL9BypAX+TZvOKtc6UWpPZV6P6ZXtZ6
vO1SYZ5NRfbQF8BShS9+aZa1UvNm4oIHQuY7O7GrZE1ljgi5LGEST3d2YpSZ
ftDsnZ1UApnc9poGwEUvJghfSSO8EL5oucTBMe/qrkpq1I5kKg8DEepjbABp
Il+4Z6j9bLVCbcKqbpSh6k4vcFmC0vr8MdJgddpU86ItAkNLB2PvRWgZD9Ny
5P07rgcBwdgEn4rSt4ArUKFja/y7SvxVv0lSxKmxMTKRGTXVPrIU84ldkyRw
QrGM04/Kk8yZpRLtGvupjiN1d3mjYT+kKZfElW50Nps7i+2eHQ+brn4cLWrD
8AiIM8cUiCuxfKks0XXDKyQZqcOg1g6dhoy4jD+oVpuUTjWECiMrJqm9yR7f
Ghd5kugJHDFf+ITPt2FzFU3Sqddx51K+O8cEYoHOt8IsZHMNpZdom/EgYa6F
GSmd0IyyR4sOCT0cRt5yk8SB6rFdL0qbOIiG0zeQuysWoiivk/nJg1Kdahl0
jqTE3dTBbzoBa5dV5WVV0+M20jE23n5NyBcOZM95g3tRIZya05dDgsW2FeIz
CAVsFgn1+XB80Hk0uUjIp2VSmc+HwoiT1hsz2fEmQ/NiBhbNvLgxC7gNgnHc
cYUmxEbDyXJmHnXtY/2de+D9/DJ5rOqHanFu+EEK1dJglEWji+jBUkcMzdWB
bZAGQLoMaF9l4wgpSpqn8BmXN0XW6nzqUruRdJaqv/YUd8FDVM2vgp50tJAD
N183xHAXlxH2vQmFYZbx8DUCPRkpU8O8/Bgg3Lh0PdlbqRuap4B+pXE6h/Kg
XNM/f5EczWn0/S9mNmF3V9dEEaLL6t7ZC3cd0LXjIICGB7Db7OchIV4o9SWb
Hc6ihPgodMebdZuh97+tQEvrd4vvTlTT6btiRl47kTqC3llpO8Wv2nlJoSyW
ocaOHV++A9xBdxDhe3+nUaG0nHCc2Dwm6CpdG8gsJPtqzk7teZwkhnnFsBXc
VjyFBtrCVECIzbfajHgt9m0toqzsRHV0i4Nyrc/8S5ZD6TOyr8m54qKdpoG+
P5CNXFRxI6NIH7MP+whd1JLEDhbyLXkfeKogxL54Sl4TyhdcFIT7MVp3/Vx3
l0XctBtXJhEy46mPZOLkeMHAYtTiKVHJAdf2TB7RSqxOZcAl835nTDjN59f5
jctcw4+yZQVjvRkZEksgKRgwDE/jRBcU13SWz5ui038TAk84j1LJx86RF2q6
zAjD/Ox8MIVhnAIheJdaPsfCYC8MjtFsxQFUoEMBZCVDCWzAHNno20DI1o4M
NLpXr0R847CXiwotN7RPZMZI74CyBcX+zCDgT+Vu077yhnmlXvg2jejWl7kW
M4ea2bq4maF3bZEAMIxWO5mFTtHWebNNkq1bTCk9gXXBLLslhVvoIGBs7spw
P0EjuZJ5oUUxAmwXsybKFRR/S4KihR5G8DxROMO2aA/9Oce6Uj5xX9y6HRiF
in2jVHwnNp8ELIAkqhCBKKzlSL8WUQ8uUEyZfoD+6Yd7+x30Fkvu9+8e5otq
gSK3IgFJYxF2gCHFMqAN8scCfoldhTrsaJyYAYeLG8x5cchPwqJjRs38gpCo
RQ0mrDcbcDHprqgDROpYpjYsbdS/20CVog1gR7Ek1q1y3JCsOPv5BHOCE8sc
bmqgmzCzuB1e7f4V7lkDnTguQcA07a5Cl2BjstIMT49IQkdKEx8pDm6F06FV
iOJOYX2i1jCIJ0T6GVU0HAOLAVZoXaHzTjCLzPzrgvw0hQKA2w8Zrihbj9LC
NLibkOCAeX0qC4GCJ41GREc8BeQT1TDpNQUQfFIyZ7vcQeDMtiRxYVvFa01k
+ANrATKKhjLX8tPF2UAf4DJHaO6gP/+da+TQ3xgIw1lg0SMUNXBMOQTjVzBu
MmZubanCoaHl/26affgEHWjtjf4tBa4O3716yb/jb/ivjG2McZuDgeuK+8ag
HqsoefxWx3JYzQr88x3dM+O3FzVWO6Q2B91JcVOSOnDbPKKY+V85Dd8Vd/6a
dZdjSyIbv393hH9GEwwT0Lb4bdoTVpLsC949PYOhc6l46ugC9S1SmEvFWL4o
ogEnkDgoKtFBS1E1nSrhsTTR9LEuBGXooGtCZhW2ELiHSRYhv2hrSOcdI56G
2/EeqCDkVj2Utgv8j4cm28Z1uM25nEcPYUM4hXS2bFJ1QmwSWOWWwBCeWo0Q
NvwJnUZYzIwSvoGfOEmmvYgAF+67MiSvRavTWZr8TgszCLdJ2NsUtemWhcE2
grlbtXXvcA0RcOeWmW/KxZhFGaJGMn2oOiiOoCQaZjsgYPuFp03dtPacvNLB
8DII33VwWSKva3mw/nOCjQllbToZHAtyK0oWjSdF65IjugENq5uZ2T/d7vAJ
WmIYx6xzqInErbvySLnyUIGm9jDqawCa1058/WhoJS/z6QUw1DAkG4+6edWO
njdP49tvbYScSkscHsc9oiFxlbO6YQw+Q6PiOQgvoC2kX51RhoLp2OnXPaBN
6SPpGJOvd7YU8sR9I5cRfEfaY+831zmhJPW/pSHO3W9xOHWP8uHH1b1nXnKZ
u5+/yJs9ssFy3btgwCPzmCRk6ZUkzHTTJilHIsZSd5BaNgR36u5yx1qAQgyB
P/+8pmrVL0iPhmrt8sFEC7QMAntmlgSw8zI5KA8JNDfdr3+/mZEF29q6bUjb
p9wawUCV/O0pe3F8wdPe0fqO1wxLlz0pEksXO2sLNZd3dH27jgUQxvD2BSSc
TbAgFDWF3GKUaNbArK4KnhbDWKlIjsEXS0kIHeJAgYG+wBdL9egJejoPI6R7
MTY5G6DIbFWgySGvy/lNdraqSYtwDrjWJ5Y9yygCQLMIzDGnXrmvR9nwENRu
Nv3/AW7Ey7wejtLCDvPsnL+arGdLvBPMh3wQMcULR3uGru9s+GzYyzno1h4+
GHa+gLcob28w6LTFnbJdR1qHBiT7lj4YDPy3Mki4HlbA1fgbCtU1wBD9cDDw
reiLKHeiF3XMLcxv6GX7NIIdGQ46K8UA7tyUGZCoCWSS8Gv3FZ28vLaVDYln
0kvCI4fZtsjUfS+OQ0LI2sbDMzo66uRpAuE7llFm/x49BJo6lnlFy9+mZ7Su
2JoHViwO4D0xL/BApU+Uc4y0mK//fhFS4O3Cgrt6hYGO3YclAnJMEZBrBiXe
IHf9pU+sFuo+88483aLk0Q31DPVZ2dKn2dD0HL0JvZQiT8vV6p/W29Y9HfSy
vqa+xRv15MU/n8ANOtjQSvfBDfesUFG/GRC5ggAl28qKwXE4Yt7Af2KAFqy5
KJdrXuGudmFsXx58Of7yv34JZ+HLHH77C/32EH77hn57QP/9P+i/334p8sKz
rJwUIJtjOupXj7bitreR4/iBfJsNJd6bzp8Ed9vvj3f37Pdd/W23J2XimQTz
4rcss0oQUV1IUlpkjZUG+9pR9k8oyqJHHh28OchOpMLqG7qa3hXnJYgtN5O+
No7aqJppuXD555ru28TZwM/62qEg9X+XoHVpkaKqHLhpN1K9ryWO04z9brLw
LizdsGhOKoxnqLFYM7sjTBq2kmw+hGuUdfPwWLKSFLjGxz9R5AasAHm9fLCA
Mk8UGW4qkkOqRpLW7E5GGQyztj/QSKjW0kPMjFLJkguxSTta+zUKerZ8dDmT
KFPOpEy1BvnLUqFlcIbw14TPZbQUvHVWb4WXCc8Tx6tJxXtpRLd6Ljb/Iq/n
ZSdTXgGo1mfIa1hwnmYR+xKxAeUV2/npRfjqJ5EWJbTL4ab6VeOlfLlixdHW
UnADaiJ8so9qVKsdkVoOhdb7QjOmD9v4JxcRbO1KGnwJY0zd/ZruvsEDkoCC
c6qwgzC1a0lMO+Yev4oVeQUxDUjthvSArzA3Gzs0+oRpik1jFkzYnV44jDwn
zkKagUC0KzJngKtw0ZKpxxG9hZpiJNaRrl+SS8lhIlA5F03YfB9K/E6RoiGH
vIrYJBNSd3WKiLJX3DfyZn+yazvghOpJlLPXcRn02I6s7k7iUlCTW8B/Vbiq
KjY5Bph9CTM66hgoxDnfiavQRJ4wrLgo/SQKCybLppWqdwHBnQJKvwYJYrK7
7QlHho20H+JunQ20UyOoCQ5Xcjo6RN+UIDXdA5r6Ny0r4NF92dTxJSdOmsmp
MjYUoRwFpEg+czc9SMRsVfYJyGJW4CGxcqjob47BPMUEwwRn6elwG68BZuoN
FUdChkG1premZxOngYZyfbu0utqr6Dt06pHBjyJ9CP7s00oaNkamX0kjrIFw
+oPij7BiLVarUziUIy0XWY8VeMJJjFmU80FOS5zg2E1w0lsGLFTGzD+yhRYR
XyWEs6Y6NcotpAPr/UxKnHvRl+9nZ++rN4nOFBCiKnEA0MgXxKC3lLVtS4Vz
tVrxa3Jfsy1JXF6RxSmqRd6DS8Rvsl1B6kET20xKjqenrVNNN6GxnZ3sb3/9
b/7UWAR+CCkwcISFxHDGclpIkxHUD7PCnFSJH0ENCZFR142uB4OsO8KyIThR
9nLjQLV/ScaKRwc6uNwOP3lgszUjIv4bUFtjGTlqwCHSSxAJRtoLEXQmtjaf
+qSSCa6DbFXBSW1Q4YdXQ+7mDvAPIiIR4iIjHwFtCMSRYR9ledJgvgTGuqxL
uqOkAhkBDDsQOoIC9tUyTKodZb1w6Zm37rsED8mpCmhItI/8NZ5xeCRFVIqb
5SrsBqxU69TVIX1VVqJUq5ukB1QrbrKnsDAsR9WRds1nHVQDPcxv64qsZLgp
iIrZdCMOAsIEs2fYLKN7O5i0GslhjQYr97eI6YZ4KQC2hkrSc6LiZKr0lNiJ
6AIgxZmNPKF3qWXRWKTzfqlnBJEaxPzscBrtxyS8WXFVCr0EHCK6WDb2/uir
vcgyu2Eovjyw/ZBJLnHTOpSJpO/3TcEVEYJJEf2MHethEGgS7LxAycEmfZM+
yIOi4B4MT8CUL64da/1ETUlYm09hE4RVBhLiOEcUJdSXrn1SWEh6Iuh09jPr
NdNPzKl/n7nrPKKW1s0pSucjaCJxbkYW2qipELqVO1DSeOqRJEVTX2P6DWvQ
rUbBaTg+9/j9AdzxMwrIk2QO9iKEzD/E5gO2V91zUMFKbeOh5Qmxr9HAzlHQ
oLyahnXUSqo5ueQZwfySbKJkPCcXRTyavqEQdVHeD4jv2Q9vXv0Lcd1oJAlJ
jYjlEW/unrWeMag5vUtYPhMuyXNpV3mHUn0GP4e8EjXBlXkKdwN+ncS8Gioq
vpAcq1zKSMM+u1CMCCFIoKqKyD2QnE++0rtHhiJc3G3eb6tKaJG3UlUmKkph
K6HxYd4mgtngo+xEI0fMMJL9/EXqnCG9gtRB7f0XuULTBrMfQMq4KovrbtCZ
Yfzm2WldFmek/eOjSOgX1bVfqJH6RsjRpcbxIQ80OEvUymY5HqZL+mLdHK6V
HUmAiMQf/RhyFnxIskvjSAPeQ3EYtq+kIRGcPlsXcZGaEF3cKTuEWT7vDwT4
0nWMB7ObIBA0344fCpVvzsVya+iCnqLqLhGevoxJRuIiiDTvIFw6lLhPa0SM
h8Jp0Mw6N+06XNDYCIkLZsHohn0MUyobRvmNNqMul+hM7LQgmGGcHqXosepK
mrcwXgXrxvHec1Tkak0GlnK1SXZMQZ79offOqqDG9KCduRB3YenE2NQIjAqk
ZdqFvH+5a/AyKRt6yO9AJyY9FFYqFDRZiwEj9oUritMNiOl4asXag6vQvRPI
HHQWJkMXkdFQ50Yq0lsoOzgH6d7AsjcsSJz2cbbijE5K4+hNyIiXIJ7/mrkT
/XXJtG8BeoSG4iokF/EBo75dcUr/zkgsIH2VemVrsSEUp5jGVQ7GE0h7jmsF
R3iGmStUiaJifFxqoTprgW3KTn8nEosvDwiTkiCq+Q0XskH5aQOzULZ1J+7J
2XqhgxiqPthJRC3vSbkIphBvd8tS7vCgf0eeOaMjtoO6nZoGO0COlu8LUisW
8G2VFDeTBUEoY1KxdiziJyiwr+l46N9qFmQY8xyrAaANoJHUp4+oYCGqSamh
OLezFQ1vF26iF+L7RdO5EmFTpEiFg3bckJUjRqomWoTrqrMIfQhoQzUxSuIe
tZHk1kX+Ebnq1l29MUCYK9LUtc6vi+gXoaxLYM6uyRGp5khlmeqsr7Vw+7C1
g3cFTQ5kH5kxSj/qNjmBLpVn7ggFkG5DIOjubHAI2uq4RG0jVfWtOomG20lW
e+T7n15UVSMNuHISiVPCZBs2lG2HNKmk7CoxtZ6VXZcaFB3k7oF6xjXWitmD
lxoc4SF8hHrMTaeKQm+kjg45AKbkZtWlIg+MbS4I1FeCu0a0itj7AiYgjnyV
7l/6AgwWZJZ2fc0XPsGqaKpmVGEkgFC7bSMnVLC8Sbd+/hbJEse/MAIYMecA
GRUtEq7k+tAsF0AU+5hMtWMoBw+0rs6Dnuhb6RAWi6Pc2DsfUvfzU02u0e0Q
d2+o4Vq6zRq7Csx0Zztc9n5lkTch3G6jUPCjDfVeVHBaAIuScItolMShTQC3
GK+e/V6DXxXAv1AlwMAMlEilLzplCtLaSNYUdiSE39MJ5T6RV8nSZ0XOEOB9
u1JtUZzTZkm+EfH4LGbelWkEFs7pcMP5G25+COOIQpr0sO9aegNzkgvJaW1B
RyNFsOFT2qOmd7zdWwGw2nGv7dE6wSLK+tRC4EGNsmuB692lhGVYIBIo1v+o
d7650yjvrA0UDAQXj2cze/MhJ4rcwVEiQOFmQqN7akqAnLOI8eH1G3bHrXbM
riYcq8Ghq/6s9J7fhY8PN2xniaf7NcxIFaLLU0xvaingYhYzS56z1GyCya3h
UhTXrwIgyCvFfD6m8D5uYNI7ycC2uBeJulk3b184Ps14x/l0zuwtlJH4YGVm
cZ040E5ebAz91J+xP0d1B5blrj++MrC75XjSYTD9IaafezChl1SaucePCj49
U0gjYP3P55sC9vJZxh8Pvyc+tzN8q9iZ38yrfBbI+r5UkWkncIli1NhNZD+7
x49onxirgjo+15JMt6YbWRz9/N3mJnCUvNO1XKX3+OlYCW+Z5uYA6bF3kvXk
Qd3jB+0NqB44czTIscXiqpiDZHzvFdMSYHrREhrlbLxaJtb62390E3XW3SXq
DwuXn890SCWSyLRB7bQ7mm74ufv5TKNZ5rX4odI0xHv8dB3HQd/8lcRDUvpU
zUhUV27apku0Mf4elygHXbidXowRmJKdLDf3Jb/g8A9d3LMNFke7g9+UEfDZ
NjguyccxOg/wn5d1dXnPtnxUAEVaym80kXu2FYebWDS3q58hPp51MjgryfOq
+sjaOa8yrbF3hVes8ehxc8Ipi0Et50BhHH7zK+wNxoUfrLvpRYFx3qUf2RmF
KYeObMVFJXmHx+aHg3GWPAeU/HCqI0PHyzu4eWb7IbXbyVczPURaGqSD0cYo
OsRe1VVTLlaFWIS8AiVYcxbOMkH0YUPYiStjUX5rxdAFPq2v0z0ZswhymIBE
qSicu5OSYchqOX8l7l+ILZCgxA7xkFXpLkpcV2MiYjfDIhkzza2o7/dJ3kMf
RkNKnL22Vo2LjU+i0yXeuu4IO2qcF12kwNA6T+OqDZofBeww07N8A9P87qfF
xam8osaFTKe/ix5nxOFgRHtsT6QWd81P8vKkf5JBi5PnSE+/68x7TDC99hcl
kFRz71kcC/0PGp3wruGPmk7Wq82N/HHSwz4b/kYu7Falw4Ylg/q+fPhFWtXn
HkxZ6SxcTvdYC+Hc32lJxMNusKAPZuC4CI2JYEbxIqRfZmmAL8W/n+lCNyFl
x7DbXb65ZNwIF+jii9LZDTnIQGBIZ/31PiccZkF2VS6GRof+AiQ2CjWnwgBY
+qFqGGIyGoarPg1tUyMb0Pd7ZlA2mXKr08JyzORM96Ye4RyuGGsmYEt/Dp/e
r23GyClQ2qac2c/dl+WJBr3cSop+lq7EiWIZpmyXGWN22bzR1M/6fjRNNvS8
Q06uFPwaqvacHoinrWpOCXJt0G1Pvm4kG43JDmGhaYA+Hs0kQn8tMR/8C648
ZgbiCJpbTwOr3x47MlRfNxxJweEi35kNl0fJLvt1mQSZ+p9ZRvJO6dTfbNUo
nD3RiqZJ5IJyeYJG6K2pHt+tSZshG9HH4X2mk/mbqbjvfHbFc3tWBHjyEVlm
0Kxk0Ec1rVHRz1z88G//eHj8xS4x/vFedjqvph8nve3Ni8U5EqaExxhc3sfi
Jvhj6XTRAxVchW3yElxtq/nqt69z/+ps4ij2uMkTBwsHZmJ5FGKrozRTodMi
qtfoDVOfaQZ351X2vDmdTkwfpiwtvAs7EC2qKNMTk/8khldcYn50tkT6Mxb2
vEcMbLos7y6c7oTYmA1ZQksUZoYrK5rEC21ikp6+lfDdAE9yvspBB2wLZnTu
Yu/c6n15XpR0QctS6U2f7U52/z/EVVJW0jnn/Tf//2LcpctSetjHeqnlV3eb
rvbL2yQXFOwV2P1dgYEWCbw7u+IocweLFtvR10xliz8KpSHwbypwDBSPBdph
H2tCO5BoATVZa5xeCH5zkEtRBWuE9+eI2hbnMVMLXFTqJAp5utY3zBqWT2Pf
d4BxDME4QfsRVDuOf8ZiLoLujJ++65urBoIFJV0kjL2HD7MakZAmEk7NEj6K
F+kT+jIlhsYhNwtFWSoDKjY2tNUFqUadu4N/p/omowLWHpobm1nzMkNIbE+y
F2ho60tpcXLWLG9zzllZpGKR3oIxbxh5eFvmJKwrX5Tn+M8c5EkOOWb6k92Y
Enio1lxTgAg252QcFGevUBPhvuJm6PqNQoTQcMEUPDNjCSxPRUGyEq6e4tpR
co5e+gTDafIndTOdUzbbJcyl1cuBFFNrNuDs67MwDFjbKd4WKNyCMO4zCEP2
Wn5VAWMsMFWTDlQYqos9xPTfUJrkFE7FdTlDVlcnNkSqta1ZZzRcGidFsfqQ
2IbL0zV4jmkUzUdK0EVymqLtG94455RcqXHfhcONiy+MmKZ8bUJau5o4EdHs
J4Z1Z0mDDyUKKaEGJ+EGoFklARyR4stJpFkKZhiSI/OgoRR8J+uQUuBC1m6i
iOfuoXFlcSQJMwYZNANstuUg6lw6+7aYtAJDAY5H4TpWvZNZAhFWjB4qzIh3
4UiTl8W81gnc7wx9i1TMCK2ESIbhGrfTgodAd5cNp81IcaNmdYohndwh8AUx
F1s+kLckClchw5iodnWUeS2MT1g+PxNIQhm6Z8ITlMz9+SZLjEwOH1ZHHS3P
82TVEtXw1pViy2dMIrZWWOizqUZaAkhWjs5XiRH018hoyj+ze8H5D+kY8JQn
gXXxubAEWFhCtF5XWAJKBgJsA5iHicG3DR7oHjm2mhM0HzDUaNFY826+OAbn
wgyU8q65Ag8+evwa2R8fXkK5zt6uTmEvsj+CIHZY1MIAYE4YK48b+PMXS3pi
DKLaeBqeGF/IEwGEEthRW6KA/4nxBRmz3l6RK4mbQ8mPyQlFsQW+R2e3LZZ0
+cJmw2aVzYXUSkN/eNcjc1EuxVJoporXB/9CtxUF1mkCB8hztXdBVYvTSnAZ
kBVE+QACw8OOiBCWilMqm+Qw7eygpvCHF5gYLjV0BHzEr5SuB+Wa1cWiuM7n
BMaTrcElUowrmDje3IiWk66c5QYKPHzJchuueJDdGYVHb/S2OmehzgLwLuEg
4hp4p9eL50dErInTzmfoI2QVKo9NU02pTAepgAQPj/wSf/nAmf80JMmAx9fo
pLx/9+oByHZ8dggegTcP9kjsOvHmL8TwyllCrNESNeDaM8mTTRwhUFCazS+r
brWuRtvRnJGe9Hn49p8njx9+42i2iKv4TRCLrK+Oiyv7FJyVxfxMTsxNVgAX
UrADTpUOMSLxGVGvaFWLTEk12hrGUiobZZ5i4kfBi29EUqPQUi53pQpbYnHL
k5MYutg6PNi2iE97+vBAjO84Zq5e8MPbk6Mf3hy8mnhOYfWQaboCAsSX24aS
N93dqRXRSequQ7fE70jgNo4SjkC0SSMrkaV3Tj67KqdFsBiwikDX+ZPHDwO+
mfFMvvXoYGGEKDmCHD8MPI0KwK8WJsw8/vrx7v/T3Jctt3Fkad/zKSroCDdA
AyAWLiBoKQyC0GKLMk1Qlj3/KEQQKJBlgii4CuCiCXf0Q8zlzPW8xzxKP8mf
Z8s8WVXgYk/EjCLaLZG1ZGWePHnW7/skew9/sLPd/EStqVqjnsRTBuvKoap8
vDSuYXD6bpCRPAK8sTXxwlrtXYQsnNyo7SRYQOHwmL8nuxpsK2OTwnZbJnNs
kVBV0qArzUtoj4QAQQ41UTmoFhikXn2AOhFUOCD0JJZVUdd8OA4oFT/nAl37
B6Z0ZpwAWIh7t+vN7VRHiS4C7fwxnREgrwKZRwThWcYO5eSl6ZJKz6AGYYls
RA/uASrDHi81Zxz9CWc3URLPyH5Gu5UPxclwRAoJA+qV/BrycCDANC3gZoUZ
6nU3D5L4FnoCzZOX18GB0ffo13qCom4tAf1C2tncNGpgArfU4uRi85xv8yCX
bfwi3SwDBaDdo95YcsPWTLwYaWdXHqoA713no6Vd9p5mj5PMJq+47YhS6eD3
NjYGZJYC93qYQDD2xq/wApjIoDTovi8biXOpZQWXjtHK9wMKlBqp2ISK5GM5
flDGfEHpvlcPcrsguaIAI+BojYxwgFmQg86BbblqG2iCeZBVOaHNP9Vu9tvc
syS41pliQyOzQLCSuEVh6OYLlknowBbdQ1HsjEcS2aSL24gBkR7Y4NtwMoH5
F12DW897mpQkkr+A2hVkflgLPtjQDQ5Zq02E6ESeYFY5/v5HnMzUPpoDUWbC
IlZOiBrFBnMSpVfcUiarhc52FhEJJrlImHvdKqsEWCC3Eyoq/pXZ92ZbGavv
i4yAWM7orOSSOLGP7E7wApSFo3EU2nCMuSDnECKeQ+PkbGw061vt4Dxi/KyT
Qdd7JBiAGxs1pkuaTqE4ZFQ1U3gTZk5F8pUYQ5suwNfzPvR1nFEaxq3F2lpH
T+3WhgHijgXklCJBDClpti1xmaWXIFtaBKbRhImBKBR/i7FHB6wJom3cOaqy
wxAAYSjl1KJP6I2HwHiJ+JhJeLGcStgiO+EY+bctuoxkzs9yQjtBD3M2QvpQ
ttEJ740GlnL3cDAZGkc3vCVn2XEz6VozKiiB+anexFOjfYPb8NydEb5XhIuQ
gL98wzh+RlSV2GOwBUzVu1reW7BBSeNtcyaUd9DCzjtJbcSmNXwRDCCr8fP2
Sl97cSc0I8YbfNSxIXkgl8o7ccXEQGsVFST8eEad7gRrm93uhS4Sf7T0nm1s
FI76yDoGpV7/yJwaaP+9rR7WxslwAvXlw3GcpNXC72lsfcJe/BkGDMiaqYif
SGenNQgJZDZjlK04ARnkwQyIDXuKGBpPCV5UYX9VmbucqmCtQZreN34ygVv0
fSfkIxJMGKRrjFze4K+d3VvgumYPffHnk3CRROHNEDvy+VPQJdPyk1smsub5
Jd74qWQiswPsO8DF8YpCS5Rwk0Zryx34N0mGLu7LYgayRfeFb+MXIoTnNLww
n3ONhYdZ72OEoFEw1dnvKtfYOvfW14zj2ujVG+lUisyjcatySJ/aHSIKqMGZ
k7CDtTT3Dq/nkO65wcFXMutnlxS+gn+S8Ay5Ig1uaguWM/XBCIIE2xxikPG5
2EVZl4KCSHxiX2NBpkAkPjRF2A42D3QJOLXgvPJP08wJpIrT4+UCsGzP0XxQ
kYmgxCEVirvCqYO9pGT4SyzyJrJRIHYbyuReOmJB60CQKiThRctf+Pe4sNFZ
+aT2flRq5/UyQjbJDGiTUZfijuVPc+c9Kdcpa9N5h22RsVTz3gg6QgG02EgU
hv6w1EeUBXWSMj8k4cLgjI3NFC/8hw5WrFM2bOzZxswrA/ieBf4WJoLpheiD
m51pTlH/tY9ocA/OxvgWUeK2gsZf8N6rInJZX12Ob28MXT9dYhcmCUEo8r53
ml9rSwzPI5AoXepscehFtcZsDFekrqzW/gb3uAV8gIN6dD+aOp5vMWUolLiS
S4eXQhITjToGdAfyljwZOP9mBQ242U2gB0CfCaUM8FTGZjM4pCYXiGU3wnzx
OagTCPFBsLJCwbobCsVkfPestqvwGnuIxTRhPTCsALZyfgmYI7bb2vexMM5p
ZgqwMQQtg+aOJ8eFRxnEitxMs4ugEDeZWSU7gxZao1dZJ12wGqi5pPoEVcqN
htH2TFIExUCeA4EiT/OjKNMwNMbE6hWu2YXJwY1ZWRLFRXaaUrfuC+Ap7wgr
W82jxLERY9vM4OF2JWgd9ge0Jie9Jlc905xwLTqZ5tRIfBsOr2ZoneQPf97h
sMEYZYJLEymkZwcRzXgd8gXAtmiRYb5hmwIiM0Hnaz5lgJFfzghEH6OLDnB4
YWvs4ymkqMSYB7mMk2vq2ZPIICLGgmsduj1Va9YaTv/Z7CjAca+AH+f8auFX
UcKDG8IoZcvkEehuZZeHMrkWJ127ZTCkQqEPuv1BUGo021XjP3JCmfkoypmE
wcplw5irxXYY34AY4frDsxGk20qP+Un1de9I3lztmb9PCJwW+C7GQcgdnaN7
baM5604PB2YeKSi2txufCG6ASlk4oJwZ7TWc7GziJfE5/EuSUuhPGwEZaS2C
9gVV3UD+3j8QcGVAkBI8x1FBmP0OQaT+6Sv8vvdvB6cY4cfYHw8Cc8kFunw5
H9sgrnkY/ZN5RTjKyrJo20d1CZsu46cqPST/8tnCKKh9HSdS8wP7SYkuvtwT
ZUWMqdsJPJNNpsiuMR7JECcxVmd8RSz0aEXO8mFVMYkYGjWCLYAkv4vQnuej
kE56qVGzbChOAlrNtqYksfIgSi3wsiaUAh+aXe6sEQrTrrheeaIVjMKIx1WR
QD7bEBU2ibCUg6JoT/E2RdTZ+5GT/LFMKh7pT0oekt1KsXVx53W02Jz2GCOu
LrCk7Hc45I2jHCOYvXFCPqA4dsgrLkD5JjhsUQHwdBAnG/VhWGxSF7kLW3Ru
0d8RVw61FnZY2w3GgU1zrA5BUG4RnHFuNBnoZad8sMmGqnF4FCQxaFpxEnM2
hi18H0gAPHCeX44bQp0FOqgv0S3W6d//fJRSfvaYXAU/1FJQe+NADAkaDAYr
/SCsW0Doge2D2RtkfijkQ5UK8CXkPnKokaZFXL+a0MgAEG8a6XYVH+ste8zw
k+WdfK7g7JnvuHbBtbEtbQWzT9EgwTLeguUxhzoKDvr5s8AzhNsEHO5RNAdR
SZcRaAXo2KFl/+c//uMEgCyuqV6w9Gv5n//4T44GUpAG+aHMUI8tEe4nm/K4
vb2tAbkNpjyGKRiBlN4ASXfMuWXLnvNQDInNqQygJo8b46ZRBrj6cpiMRzHq
A74OPowPqPfh7QoOIr1ZYIJ45/p7wEuSWYQzgjBzw1yZCYtm9IRoUQuOp+CY
wFv0dkGgykXG9PAi/p69bJ5e1PqkNpLla1J8WTXnTljtC0mIGCP9ZOe4twBw
lVlCKlIJsH0TwaehDirB7npzJIlS1pkOnFX5MLXNbWNWwdBgb07ZBOX6pPxO
nl9iuYVROGDgholdCfaxPakmPL4IC+83Nnh3+o4X6dhjc91B7zho7G1vQrXE
7nZz+zwyms0odLIw/NdcD39DnjDZ54/s6BqfNsboS6liLsd+M3Vqw3YIc2Lf
0VR7qF5GdEXzoyFhaxxzF7Q4KEV55mKlaxckZ+l3Fy4eAnNZcZdwAwH6TAWH
CCDF4vLacWS2FFlnU5zluajyXKiEA1lLKZpJ9c5Ft86WKQ6NZl7QDsT5/tl2
ArTQPl+ep5hIWLDFV86tXDKMUlucoY8sb+7le+yRWxEeNOeSuXMZ9pjTzkrk
6Vi5wj0DnBbhENslleUfFtq+5jlzqnSASsmJf+oUHzr0SUMGRc3I52PHDSN5
w9UDqgHW2dWCphZtzCE/kOuV11hu+ETKvGQju7a0IeZc/IeTd5KTOiRRXUbp
pXkO5p57lLTCvw8XC2OALxdh5hGgNP7aU3QgtYT/oJRlWV2j6xoeqmews4as
K2SWIKUGo56mZr1HodRcSyi9oqKOo2GSRJbVGauhdQ7aeuiE8Op3EoIkQDoe
cWrSQCx9WO8Qm7GXc8LniMHLENzkIZTtDSkLt6ChU7YWx5gBKaC82CLMzIKx
lyOX0OeQJjW8T6f5vEXQBT9RiZOOTbNYrdMzYffG8UIQ7yGzMuMuYkwBggdq
zrtLwFdzNCyCZqHfIaR1PNeO6QTjR0lo+e88eHXpTBOkY56WXLma+AzjCoca
webE0VFLtQ2UA27c0tZM+eFjVzCgEwG0ii4HYJxC4wZCmlEFgkvOaRKyH/pE
Xc+nZiPjupWVCDrWi+VsSmWEOpGAy4BfBmGJqetSUTDaVGmHrS04ndmcHNqH
CC+uNl8mICy8bSjrtqZHijQLildUwQplC6XQBDcGC2X6SNGKrIFgztFARaKZ
JtSvUntOPcvGBvTmGifQpe81PrRIX1bRVx6aqJQRhuH5HjgIxqBAo5hDNMTn
YcLMy8b4dVZ0JLw/OQl6RrGBvCn6Bc/dMd71VaoNZdsDrLIEwtnKzha3bJNe
wAjMkE5RM9ZpPJJqj4hQhKCGPITQLx6z3BJEXZI2EjszUsYQLwyAzBOIX45B
hSi9Mn8ZTu/TUGMl2AD6PMQkMVVO+roUrJgFMYu6b6JPcdbSWOAUbJWrxxUo
P4RdMhrOyTyLQo0SjHa6mOl5YtoZWJ6LBRJcwvUyRZyjHI7jue0M+3FmH2QE
FjK22J7tRl/iUn6bUBAUfXM8zMuwVuwI4ZpexPHYmkdwXlyHjqaEs6kR1P/S
OphXzRhMx2dDtG04rFpt9TzjF6PbgzWDWK8PauJejF5k7aMupOmUam/H/O6R
PhBXwK/DY2CHMTcbdcUUEDbaIc4wXru8pgB6tGDtzQXzjOO80L1EsF3I/heZ
InmLUlEvCCWoEsoUBOPYHOj28IaKMqRphybDLNsM2469+mOcGClBpmUfxKjK
RMjPySdA8XrgS8F5gLVNlTQWXO604UqyPDriKP8tJ+CEYXIKH+sg0f2NhLZz
OCRPgFP8eULOHH0gsD2n5snphGcHsfZhXURQCnP+zo8X1W2LJWkoiHFrd49D
j9cF1vbXiLaTHTJNzIwK8grnziODmS8cKi7c+Tq6CWeiTXLyDTrFlpqlsA3w
uZ76Rb1LFU5a/crVQB4ixqRZCrPPh7MFJbyNbfCFhShicNv8igDXIcc3bB9W
9hMhoGt+iFQTmPjhpcKLwa8Kx2Sk8KYxSw9Lp/NyFVyKTCYDWxXt7Au8DLje
M69sZSXXgXRVWHu1iKCZLWCLjZMdAHYIjmKsZ4uvucyDOhirEJIIBoN3WemD
50Bxxdtjo4oRzgO7NDKPLmHoREr0B+/KNWpeu8ecXIW/JE7G1mjJcApU8Ovs
YWkc3yh1QkzkyDgU7KybuSZ9zYyI18J6cPLC+gIUyEAmAtaA8czWvF7EQ9cN
zYFVEqVUTiz8gPN7VxijRdfqneKTytEB4pIAzoscIjR2FChFfKUmKqsIbLNY
bmuy1ksj6NiTMJo69ZJMrTi8LpZUOcwJb7zJcjoBPFk5pKkjCGh7oLgLppV2
AEQaJnjKXXKoh++0ExTTgoGCM9YQ1PSFC3yK6DlnwcgYzIqSYqaIvrC6w/43
j0T7HhSf7dzEKHEyojoeMtttoS3MMTF/GgeyIlEitBLCGRqzIjBSGBXNbuLp
DYTRnec6gd6/1NVYMRmFNGBXVs6x/SZ4K0QK91epBRYfcbAztOkJus5m0m3b
DAXVIlXpYAPD5EjasCoWD2TyPH/QAS0VnQAcYFbyJARHwHMevaoNW/KRut5F
8W9Uaav5iJT3Ojw2taVbAfaEitm1qN6Hi6pqPHZE5JY9mpupyTfRvZD0fgc9
NHFgDIzBhvEi84hD+Zd3UQobz7ZrjrllwX6t+hq0nW1fW0o2t01MYDENpiJy
hTSQfygsosHL2XRHjASV+l148SvOTkQqDkXRHWhFzfDPUdsdOJR++fyjKZHr
8Qz+V7u7XFxPs/x3BLnuv/uRpnCVkPkrA3FZGgG5uKAIfMQgdBAgh2IMqwWV
NYo4cNaZjnXP8Opxl8yslr2sCh3DhcCWLnqX6URHlYRwAuT5ycGMwA3rLOGb
q9iD1lVixBZYSZUAHkdSYiQB+kJpwp03Ct0ccR8R87TIgznemoTIwDsKPWay
1fKlsmaFVIh06d8YOOVvHjS/FY4qRDM6gQZaHAgmQAdT/KWvhmmzaiSCMBpT
mzAvFcHNlmlJ1LwxGO9XQdfqGHvw9YbJNHiDpt4PRtfMghNzDM4m5jWVoHe5
HF0Fr8ylMMcnS6MP3gChaWhc26NhMgoOphC/CwnYoJ9EV8FHIE524Xdj8GAX
Z+rMc7BYqE58eQFWDCoJDquBqS2xfldOLfyQdg3JGpGSGfL3i9s8JRWG03Ge
tcKpp5bCwKlw9ED0bxpdMSbKcHbFh2JqHyZpN2Pfj/HGy5j64IlXNZqjnyv7
IllCDJtqYbMRAvxW6hXDsUQEp4lxbpwXfCxEZ66pSHZKUk3RIZ4BBfCA24wr
TyXr4IRgrVqtYqILREGUAGNxpooRLTYqBlvhOxjs1bBSbhmxamkKgQoJgM6m
3OykMKT0SWWVSWYN3jIfMOHWQVTVrOQi9UBy7b1u03O/jtwHCXew8mpBX5Oo
W2waCivyl3D5Ai/R2QPM7mekzCA/PgFvjXxCDt8yOgEaZ1lwQDT4zZpzdINU
IliJIGCiDikeigkHSBuB4gZYI6p1hFhwQMzvwxmJjz19paZoOOMmaR8P17Jw
k7VZ8ZGU0Q4izC9gU4JKGaVG4on5CSobVtF//AEJUzh6BhTDFNE50ZhFAzYA
B/dGI5iFMHpC4Jg8rQfgFptszKHrtNmoNeA3b8zndqAqt9naqjV26rVGs9Ou
w28+AJFnF2zmDk5Dj/3EgU1UHUJ1TvAR3t9qBN8vp0Gz3twOGq1Oa6uzXQ9e
H51KxpczkB0p7BA8uE6wbpQsqvV1+flp3AnqDTOe7Z3ddt38Qd1M0etOcAr+
aW+Y+oAX407wbbNeb9Z3W416u7W11W52d+sHr3Za3/3r+t//Ponjv//9X9df
4qhXi10nuE7MCL5jia2NCNl95R0/EtVehz3lKrvJVdk3LwRHo2ItkfnVKN2t
2nDAfvbWawhfXbgb08shlFXimcEnOQCZdXIITftGjS+hnfr+BUzpQbx8D/9o
mL+ve9inNLJ1BW+ymRnU+n7Awyh4+ztsBewEza2dLdRe1Wrmdfmx6ncZx616
1/Au8qHKFovh6BI21b7l+HiRTEaN3Z3d2ngoEGf/9nbQDWq1WgZCHf0E8+O3
/a757x9/ZoCZyZD3SdDm3Jh6xsvCqzQCnXnvitdVq2wIfIV2DRbFShjQaJha
oxJ0EXdV71jZowju9eMP/p7J7Q7ZNvnNlN14DiLG7Jjd+t5uvd5ubtca9Wa7
0WxubW/t7DZq3w9vhkdGnX9nFusXytK9fIoE+lLzbKmz1ztJNmdn9cVnY7Qt
Pm/vft7Zam9tNepbe/5413lsM3K0OkFvGpN+yAptY8/oNlqkJz0Zr/165XdT
Teg+XRRIjSia2i9WWdju6uKv3Pnc2NltNvda23tNPZjtHfzMr/E//vBX34IX
+6MHAducQ+WV/0vYQ8YMr/ZnVDnWCXbPiXWEXimiW6XxiwSjHD1R85qvLtL5
5seFKv/rwIYXA1hVOFyq9d2qOWuMGVbfg1OmsRWU+oenZbqe8PE6CqySlw+8
ZTg7LqnwCFvJHdKmSz5JHOuS+ry+DihPKzl8D+nfzMXXSAecLiCck6UY5/tR
N02hbut/ZPUe89+et6YnUtNc/dClQ94d7l//yG5t9UQwxzqB0cPtZnO/YK1e
Pf1S+2BPFz1Vhooizp1gqzXeW7z+tXXxfvB6+cr4FlvH3dc3y9E3W+2fLz7u
fBhc/PLu8Pj0Lj348KISqGPt678Kh/rsVTXHwXM00HPOqn00XF+k11DrN99N
vZvzwgB1XeYQf9ZJ7J6Np8nb7uve4PfXg7fnrcOf+m+6v/e65me97k/9u96X
7vcHFx+Sw4uj3uuLD13/WrTF582ty6Pv35/fHf7wZjY92PvtNPrpy7vbwW38
zeZe/XjU3r37ZjDa6c9fDT78+vF1l/88Y/p4ssHD4hhWg9zPKVL/cihZ8qXr
X69TpNQmo3XaxhIdS29hbGtdmlTIbzFNZ8T14ErUFh5+Glcl4Dutj/WCn/rg
GUlF+vC0dYYgOvK4xQZ+DQRA37peO9jcUKrKfTlHfY72tLL458LDSlB/GEx6
EAiOk+CBq6ZABhUBTlG9H5CJvjOnz8yLOmsgYAeFzsepqy/SsIsMGyfYiDJO
fshDo81hRiKG3T2T06aUt4NnmMdT9O48xGKCcTS8mMWIiWEW7dx4fnA/fRdN
5FYt6Kaqb86MG3Gnt3YIdAz+8qnCAXxJUdgkCgD2EOqfBC5XZo+Z+gdz/9nl
4Xtzi5QpfhNIuoiqlQTwzz5NGlMz9XN5UDGM8dgxAC4EW8qYxp8I2su5WfSr
mrWExXHtW3CKB/3bblrg4OY9XM6/fBbAk2JPd8t4ubVmZ7vdqDee5ul6JxWE
BT9z1vSreuOr4VZzp65+Fi8XX710/vHp5bJiDM/gMByBCbMVNLY7dWO5tMU/
tq4tO/oKjsflJLigA6YBvQgOt+LgjEbWdn79KWcGqHFrcKNSJ7PV0gtWwaPJ
HCjXjx0o6Bv9uQMFn23th2qXAkl6wTY3H3XfIcbf2dz0FrlZb2xKreGmWqb/
Q549C3T1MJxCsu2eX//873EuYsEv0EEE+YYQykoHUftRo1V+VGur2V7hGDvJ
JZdYNry3gwv94FaRH0z7+okhq9zYK8FpH35x2u+AJW5kDrBtxuFkipiyF1+g
NlToap8T9Crc1Nudlt3UnsaAeQb7ttFs7H2ut+qtVvs7tUC18UX0eXH5cqXP
XrTBC7bKn5EWEIqVQuRLi9VTv8bLRNQ0KG6zmAJpDtdZARyH58uLbDCti5XI
SmlkVuOu6q8K/ESv0P9qDKLVAktzu9nc2TF25lbduCvNRnt3u75euEsa9Vbe
1l/5jIe+TkUa8M+TIw0PfcvO5536zl7DyIsaR6O9XjTmFdfmx+ziC/tQ5J6k
4eLFMq0O01EUPXJ8oHOK21W54t/eNZq1cBy9DBDPGdMkLPm4sVA+X4LJrfYk
2uTZs5aOUCmD/vaJpy1uQHfgvtQcA+SJkg0KgUjkouNm21sq+rAcgfAcSylR
UZVUUlEHN1BVP6cxBCZBENK4oBAepGIVgPmNv/lWbeOXECF5F0vV2zP1AmLw
e/3vnKhlQ3QRJ5n6qRqVN5GNCY+wsZUKeEJSb8ruBUxVlJ0qzVOLziGxbGKt
F2UeF3ihzLo4BfAwvaNdwKX2l+T4KZGWp8hyLsbyHaQeO2J7PhRl8dXvygiL
f1lxdOXpNutfD4fYCE1PR2jehOnO9f03N2/v3v56d32Tdr85ej/v/3h63B1R
RKbxjOUqiqE8Q6/+XwqhHFyef/ytPzm//yU+7Q4239S/zGf939/9fj48uGzu
3Tdv2s3z9vk4fH3bnkfzg58+Xk+2W5dvR7+/eX2EPue/HLxq9d7cbn9MJo3v
3/a/aZ/e/vhlfD6ctupfwt7lbbv9cXIyOdwdbf7WmLztttO7dPnbzaQ53vsN
LZ673oeLYfvg5/HPB3tXb+qvw/DufnG/qP9w8/GnXybDfn908S+vP0js5cUz
Jl7yHkGP9vm7+CIovUdTGwGzbsLy2prARQO25Z2tOlwQCQAgBGOjCmkKQFUZ
h7obSLr91vK1tLZuAaH0zMFxS7QYoaokSLxOQZWzNwbra4JjXKtCXRqWPECh
oa1VwY6L7qCxiWj1jMcunKb4ypq59a0UyiqC1JSxG+yDiM+TTBxHtSLdcKD0
AEotghqQe9U5mEZQMqM4HYnpqcrVO/jVusOIwhuz8MJoMRt+mQFKJMwV9x2r
alCGGeAXVrjN3xjYoFig+KbKCA1jxqVeCJjsKIlTqPSzXygNHjCDqPlhgdYF
9OOX2q+gutT1XPMwDxOovohmVxSreXN69A5f8Iv5fzPX8yVO8hGuzgqkmywm
jlk1D2xkjVrkkBAFqiCWOJNM/8NiikYNvKlHz1LlLyC2MuIZHhFyD7eCYaXA
LTFPE9fMuIYyhRVSRUKFIaP2doMGgaj1u9uNp93UVDftbDcZMJM3D6HnYm20
gl+priJmxequbOlMNejfmQNjTDE+JV5Y/EPCv0SiEqnpolpmYI7dyBMJdH/V
OEhsd3Fk86ZlRleS7+ftgDZtfA4o3lCSJnO1Cd+OYBgboIlRHmeLFYyqGjhI
3rVVq9O7AMaFnHrafv67YCRlWIqNjQ/Hh93T/mFQOrVdJydYNFXe2OhkJYVf
A28htHrbVL0WCJ/vikFXpDOd4aw1WgzB1McQzFxDPNPLvsRvDqFgtqTeS5xx
hIS0yShIZVQdxiH3bjOPkhthCeyNvYMeEmlCsWqWlA6lA2fGuKMc5cXhzmNc
4Ny+w8es2LNrQWbXFuw9WSvUPf6U4qNneZgLNzr45caGNx5YNMYfywp9UPJ3
tj+2Mol2bzjH9hXjG1wObwDTdCXKlz2ZGFyJxLYvMzaDfkdEOcPLjSK/xZ5Q
QHYCLQiOzT5uHUQwOQ9dd++Ew+jFy1PRiGfmNgE9Gz+mJrbNclU9JIE3GH5H
lcSND6pETDB8Fe5AvQKHE7s9ciZyN0v+ZHPnWdOtGWLBerERs2Q4c4dYdZtm
wPJ82DuGJ6sgOpgVlDmdfShIrD26hPQBLp9bSVm1dn2vTZcxjlHqN/txR6ej
adJQJSWZzt2aqCpIWJtnQGW+hlUr5eHuTnrN8qrloyW/1zoEMY2y0g9vPIbt
mD8FH9qNJMhQcr6codAzGSHOCiMuCcO061e2Ww0yS8T2PvGwK9B+vo6ge9Ci
WZQatbsyA6ZoWBcHD7LPoCMiIqVmrf5NmatILZsb7NcCbBE0Mhis5HGZb5k5
/Oc//l2X6YP45h2s8Zr52uMkvowAzS6dD0ehxe9YJPEU4yDGg8Ly/RkoHyPt
dvWCM/egszXuLUr3XZU/zEcMoMMlyN+gVRwtltSDzksjXKLAppZgnI0KFC16
g9Kg966pQwS8UwgBmCVdJi2zBlgdU25310O3A18AbQKLKhNAMXsVSIy5/yxD
AXpG9asZxjAvUViCnYooa2YHfsJz5ocwnJsbL8x2OzezexW6o3E/4J/Qh9iP
wC7s2ThTLquThYpBiLvY2JtNPLjIJMQYEnOJkNbFbiuopuZXO/tYGZLOLDIT
anmIHpHF1AjjFg56u7aNInli1NdQmWknAJaQLNa0eeYEeQuxv3jx8fDE5jnj
pgWlY1uCWtbQ2msAnDdWGTRUEGbdLrDlX5FZQxWuJoXAvCreu8ZVbE1p19ts
oRQS6oPV/FpR00Bj4sedydczLjKgb99TQ6RLV7IE78uhLOYBfBx4QRYZFAeK
gJxrgcKYWm3M1Ionc5v6G+wyXpILplYEzCeF4T5eXoUJ1AQaybbXVBs7n8oW
rJmXz7vtkqi/+Eb8fbXeNDfhr4ssouwefgjAmOZyGl8g4CSCQIMpLk8I+I10
LAwTpmuDgyFZOiqBiafpQ2fAiLib/XuxxJ5dPAAKeqSomXFNJ0we08w7uAUc
dAmaGlL4QKJN5km65hl8Z3AdQ+WdCR2gRhaXMCsCb9B1AeOAE/xPlU0Nyx9L
fi+ER8++5Tuwr+Rl51s8pmp4vv2/2hxwRT69PCMnjrUR2kF4iOXtpRa+eG7c
aHNu3QfmkAsgSZIULDsCstBwCL4vzZ/gXLpAfJfYxLKqdP02Tq6GCeQLAPYr
XjgIhnsdOuDN4Tl/4hQn5hRMIBUIFlGUTsOhN6MzbOHJqozHFn0XDFCLYOpx
DkGUZYEPB88Yl9osOUeuBZMYzsiYsFs0hK1nJZJf9wbAbeyrUjEyPeArtibZ
iPP3Gfyu1d7SQLhynTHqaK8dbivNtL/KrsvYdAXezMZG39mXj4wZPDhA3DVe
3H52zPA78z3wOzZvdZlH7F2XBdJFqF26C30WAWZ+wgcWzt8jRrQ22YP//i9j
pD3JHyc1QFG2S2jMM9oJMFUV24cVijUPdiItmMuTQZfMX4EKAy4cxDJ2bDl0
l9GqclO/d/gGZ+cwmpjtW30TTqfm9TbE0SrjLZovh+hw0kp2jtAVPM7iLT95
GmCLKGeEAOHosKWPXffDCDdpPrawHjgNECTLKccxVUQC6QQ76CpUC2ITgiDh
0HcKpIvvfsqdEJ1AGA0zChW98M50ftwAcIxt078HJ2kVg/cSQeizIpnSNB2J
rLqcpNuQMkMI/ljkJvqPs+VeRLnA6QQ1NiNa+bM2F2p9jmf3mNJtmy8Au90Z
iSrmCx4B+MoPuMrQeQ1ldNSsj7G63b122T/EHBOz4OXnimY67JkDqq2dPB+g
3R3IK805LzboGv8FEYSYtTRwvnlsUbWx0+aw/9JwkcVzZKWwzxofozS+xenQ
4skimA7vKPAPfX3ooDNwi4goi8bhimRk1SwGk/2KkRKpVkZMV9uwCwqzs55c
2IVI11XCM63VvaWyjhTW72BTLC3NWSY5eUaOM0VbEbfh3FIy0/SdFeQp6S5L
loK9rIiaZoHncpWQyMw65cU904/iGkkYKTxVPAa+8sHeQxy7UdzIfza7Fyuv
hGyxFWocFMi4MlVZ2LJ/C5iOH2+EGaFLIbl9R5iIqQ06QQgQ2kPtjhpmS6Qs
UDy5HCClAjgLHESePUD4Mwvs1YdPRDu4Wa8zZG7CBTqp5mvBFlZBPocU0QQi
te5bYAKnQPZ2fr8g+BTxxaCkQcoZMJOUKGi8CmK/wiZAPJzoOgTjX6iyNgBm
lihYzJxeGS++OoSyt7Ln8ylfdB9dQgRlTZ3nJxQvGUPWUotJmI6Aa7ArPj8b
tDcVBkQqUDdk/LoCDoVEj2vWvwYIXqQ0Iqs3s3YUeUi5y11TnuHCCNIECMNa
oA7jFlOv+Ta+mxknE4wIBcM8Dx0sNwIYIUql4i9HGsWac4eEeRXHf1YEMHCm
qXXASaKuZ1uq7eDwzUMBUlqBUgTyENEOeBNUekmWE940wXLwM3XFpvUPq5Is
934NiDAXRmMU/bJj5jhdMo3DQppoqwLl4z9nhrJqL4r8USxnSB1SFfZEjSR5
9rjb7VV3AxKeTAarBCmLN698IOCl1NdZ3/2cG6MfO7j3UIc9wpq+hkfPTZRy
KN4YBjPGnBwiGUU+0mF3X56YDdRD5IqWGP55yRzyPp+5F1ph1CK5SeJUwlEF
tIMcTnW8Fc5q5/QZcf5qiEczsJIjABI5KDMpQJY2CfGvSxbGqIAYNZ49yc8Y
LBK0/sOZOy8psiVw+hz0WfMhXpnPAFwkM3JNrqqhM0sMmUrIWc6rwnTCcxhO
H2Y15ZDQCl7Ta+Iqc7ymKqYBLLniE4GT5JOHWsZQWBxwcxybp88QuoaITXSf
gPegu1POB0BIxxQKgDvqel2BAvWwPPc1SigeJysJhmFDhkjloggZCLYnR69K
R+WzeIRXcAe7RIvFqM2zBvMEPMXz8+LPWfJSfFkhr/OfJXPGJ05yTNR5Xk/6
gvyufIwWF40pmX+qNHABSZspR7HNPd6Rvpr3IJYbnKXXEVrB1EhDsGJMaBKg
7kkFUF4PdN9eY8FGreyteYyntFvcUbmx0esfmfejUV7IR2p5NoWvU3JsVLmy
kmdvbM4wAv1/TrWCUGH6VHVMe5kJjMDrJ2ax0VvJQvExGaYlwszRYPr8kaUV
LJgF7Jc+9SWMSVFf/IYA0raoFqq+GYyriCLT48WE9XY1wX+OBpM5LzF98nzW
SyCvnKMSJ9ODk1MzNMo1peXjfJb+6cOnpCa31ByWHtElW/gK8JjdVNpU3qEg
gjxUsaOjDOMgwetv5pgKadO/LSZzJBz0lZ/ILvhKasZ7zztWMIlP1ZXFNIyl
VJ3upNsy5/AqpkZhNXZAiXTsPlqgVYdwVTFZIiWd6Yixqk4QtJbpxRCxJR39
0kJRG1AFolNDSxwVazZJx3tmGkDhLVOplywgE+s8EuTG4PBEcPvylS0lqGvh
uoinMPWp1J4LBdHtR9EFwyNpcheFoJSLg+XiaiqiBvEkHVbbDUrFmQjRbH78
rbSiqqj86NpD0U0Btl/eBcGL0CxjGD9LY0KdC4LilzXoEY7NR8gtEXSbxOsg
RqGqusYR1ORjRSY+DF8saGxGV12EHg8rfaGEN3LYV3AudaXytwsbb9WlXI+J
tap6seHxr/za0/4Y+PAAwuwDw9bl9zhUHWucw0z5amgfobC+oEonCakAGewe
qCZYc4DTjJc2MWYEyEtnDb/OSYKRgy6DpU0RFy8tS5ZGPhrm2w/kupgPyA2X
IqYjXD0ieyjZYtEqlu/bIkXzb1fZROFTXEH7e0zTcJkovKugRiFV99mNkWnf
1vH+fIz/hgLb/g9l9orj7qPLOAJiY3/6WnrP9aDx3oiHnUGrpDxiU+1VivVd
9Er9matSQnlUVcjm5Oe1RS+bFE2m90k75oNWpa3td52ELJlkmNn8MAe7vZpy
pHczm+XehuDF+BbR9gvidptVW5aEaAjmP9fRoswvpop3wGMFOzIA+8UY7+bG
s3/r0DNfrM/iWbj+xxkdgkRk6ScjcATZ0ngBfyw1tyBms0DOyDLNDsziiVVQ
Uv5i05k4JrjGCCKfDPhuu9DRYko7hxABIPyGTwK83yEXD8vFpT35K5ob6/a9
YyqHR8ZCBAfsaXDA9TKLHGqmTrAO+LVmSM2dxg6t4g3sdqjtgR99WkfUe8Lc
XXHxOqNP2Hsc11WtVlsn1/NuQVPUG87BXGWDU6amR91SZuzrVF8fLtZhHtbf
2n+Vmnq68RvQ5B47SmzM9qun67WTdeNR4ErbKbNLNNCBRa/aX6bd13CgNjBD
ZkVNSa2lK1JCTCeQ2Vm8nw6W02m4UIfAypHYxaZ9gKVaeLMdiA2dIFaqBJhB
DvCnUNgnR4QZ7QXRZp9ikE8gUiVMCousRo07M0JDhFwz3gOCGkmUb8LVTRUK
U0VnIGkgzXaXobrzCxnW/j8APEK+IiwCAA==

-->

</rfc>
