[quicwg/base-drafts] 4c848c: what needs to be checked for address validation

Martin Thomson <noreply@github.com> Sun, 22 March 2020 23:30 UTC

Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 96B173A05A0 for <quic-issues@ietfa.amsl.com>; Sun, 22 Mar 2020 16:30:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level:
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id McPuanqjq4Oe for <quic-issues@ietfa.amsl.com>; Sun, 22 Mar 2020 16:30:25 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CBCCB3A0407 for <quic-issues@ietf.org>; Sun, 22 Mar 2020 16:30:25 -0700 (PDT)
Received: from github-lowworker-f1f7af9.ash1-iad.github.net (github-lowworker-f1f7af9.ash1-iad.github.net [10.56.111.13]) by smtp.github.com (Postfix) with ESMTP id 2A5CA660326 for <quic-issues@ietf.org>; Sun, 22 Mar 2020 16:30:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1584919825; bh=hZrXGu7C3rJuZ4bUdEM4RGFjqjw2UO/tynPL7CYMVow=; h=Date:From:To:Subject:From; b=bXosA9YQopS3djvNzuDmMO1WHDVUNo4ouLgr5rwm6gihH21Mh2Rb3vF9mBHeiXEUj oBCNlPK4B6m4g8RMLl4r6gPrmbwQQQIrKza6TZ7iXYPT0+jZKoQe1DulEhnNn38OHT kibnNC4J+K+PdaGxK3Vcp61nplUTwwZtwjOwzfVk=
Date: Sun, 22 Mar 2020 16:30:25 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/685280-107296@github.com>
Subject: [quicwg/base-drafts] 4c848c: what needs to be checked for address validation
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/WJXnAR3W8Ez4ZNFbZ2gAEi6qIEI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 22 Mar 2020 23:30:28 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 4c848c6184e7eeefc37d1b9432c3434754b4ac5e
      https://github.com/quicwg/base-drafts/commit/4c848c6184e7eeefc37d1b9432c3434754b4ac5e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  what needs to be checked for address validation

This makes the text more concrete.  Much more concrete.

Closes #2125.


  Commit: 3fc2b7823c89d05cabd98a206b50722af2429dd5
      https://github.com/quicwg/base-drafts/commit/3fc2b7823c89d05cabd98a206b50722af2429dd5
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Editorial changes


  Commit: 55dfc6f01ac290121e8693e5fb66dea0c37e253b
      https://github.com/quicwg/base-drafts/commit/55dfc6f01ac290121e8693e5fb66dea0c37e253b
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  A little less detail


  Commit: 01b60ac478f8476a016232d95b82b1d8603983ff
      https://github.com/quicwg/base-drafts/commit/01b60ac478f8476a016232d95b82b1d8603983ff
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  But 'stable' needs definition or it is just weaselly


  Commit: d9ccbdcbddfd77755d331cc3892f9e3c214f939e
      https://github.com/quicwg/base-drafts/commit/d9ccbdcbddfd77755d331cc3892f9e3c214f939e
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Tighten requirement; explain it some


  Commit: 9c5c738c1d0cd4c8c7ade6c1371bf81033d02c57
      https://github.com/quicwg/base-drafts/commit/9c5c738c1d0cd4c8c7ade6c1371bf81033d02c57
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-02-09 (Sun, 09 Feb 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Take ekr's suggestion, remove note.


  Commit: bc10a8ea253a7a50a38c420f7c5bbb06e0078a78
      https://github.com/quicwg/base-drafts/commit/bc10a8ea253a7a50a38c420f7c5bbb06e0078a78
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-02-09 (Sun, 09 Feb 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Tweak


  Commit: 10729612c4185e861a3f5ca4de082f36f6334732
      https://github.com/quicwg/base-drafts/commit/10729612c4185e861a3f5ca4de082f36f6334732
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M draft-ietf-quic-transport.md

  Log Message:
  -----------
  Merge pull request #3327 from quicwg/what-to-validate

What needs to be checked for address validation


Compare: https://github.com/quicwg/base-drafts/compare/6852805c0b32...10729612c418