[quicwg/base-drafts] ceae2a: Make end of early data marker an handshake message
Mike Bishop <michbish@microsoft.com> Tue, 20 December 2016 18:16 UTC
Return-Path: <bounce+565321.40f-quic-issues=ietf.org@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 E0985127ABE for <quic-issues@ietfa.amsl.com>; Tue, 20 Dec 2016 10:16:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com; domainkeys=pass (1024-bit key) header.sender=michbish=microsoft.com@github.com 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 2-zy-RSCAZ0R for <quic-issues@ietfa.amsl.com>; Tue, 20 Dec 2016 10:16:28 -0800 (PST)
Received: from m71-131.mailgun.net (m71-131.mailgun.net [166.78.71.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F29051299FD for <quic-issues@ietf.org>; Tue, 20 Dec 2016 10:16:27 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1482257787; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=SDNr63dr/1qz3UMfbybbbPOkHltxcNYht8yBBGSmgQg=; b=TBuF574VCvNH+52cKccwjvWOdte4n/GT8UoI9vAQf58p2dGA9WJXYyHYiZ+/XrkZk66m5f/E Ewlm557JwTgJWOaSsrFZ0+dQqyx/za3bQZenQHUmB0nw5mZ0ECJa31/8qu2CPCzZhK+T2JNl c0eRFMF/tVCsaWWKO/65qjW6cEU=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=CyMsIKYDZKbSb4IFz/aIPBtwz4dSt/djcWK6KK1I39+lThyLYh1sz75o0EXh1+Ijh+wcYT zK/Ft06pUKzVCcjqBD5jHB4zZw29EC0QCSmhPnltwsUR+MsE+S6OJH+oUPVWzmff6TsxIGhJ fqvipmr0kJZtOceFk3FzsHQNdLV3k=
Sender: michbish=microsoft.com@github.com
X-Mailgun-Sending-Ip: 166.78.71.131
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 58597579.7f17100a2960-in07; Tue, 20 Dec 2016 18:16:25 -0000 (UTC)
Date: Tue, 20 Dec 2016 10:16:25 -0800
From: Mike Bishop <michbish@microsoft.com>
To: quic-issues@ietf.org
Message-ID: <585975798155e_4c083f9509617140100521@hookshot-fe1-cp1-prd.iad.github.net.mail>
Subject: [quicwg/base-drafts] ceae2a: Make end of early data marker an handshake message
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5859757980e25_4c083f950961714010042d"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/7A35Q7-PNHF1v8m6q3F2oWwWFUA>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
Reply-To: Notification list for GitHub issues related to the QUIC WG <quic-issues@ietf.org>
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: Tue, 20 Dec 2016 18:16:35 -0000
Branch: refs/heads/alpn-alt-svc Home: https://github.com/quicwg/base-drafts Commit: ceae2aec967310dd8578b72306de16e5047cae0d https://github.com/quicwg/base-drafts/commit/ceae2aec967310dd8578b72306de16e5047cae0d Author: Alessandro Ghedini <alessandro@ghedini.me> Date: 2016-12-18 (Sun, 18 Dec 2016) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Make end of early data marker an handshake message As per recent TLS 1.3 update. Commit: f93c6002d8a1c800449af2fe2c031ca3115b7fd5 https://github.com/quicwg/base-drafts/commit/f93c6002d8a1c800449af2fe2c031ca3115b7fd5 Author: Martin Thomson <martin.thomson@gmail.com> Date: 2016-12-19 (Mon, 19 Dec 2016) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Merge pull request #91 from ghedo/eoed Make end of early data marker an handshake message Commit: c3f9620d5f7bb2e866657135d079418ef5acfde6 https://github.com/quicwg/base-drafts/commit/c3f9620d5f7bb2e866657135d079418ef5acfde6 Author: Martin Thomson <martin.thomson@gmail.com> Date: 2016-12-19 (Mon, 19 Dec 2016) Changed paths: M draft-ietf-quic-tls.md Log Message: ----------- Don't need advice on placement of EOED any more Commit: ed81d4ce13ec240b9559a12843e3edd497145154 https://github.com/quicwg/base-drafts/commit/ed81d4ce13ec240b9559a12843e3edd497145154 Author: Mike Bishop <michbish@microsoft.com> Date: 2016-12-20 (Tue, 20 Dec 2016) Changed paths: M draft-ietf-quic-http.md Log Message: ----------- Use 'HTTP/QUIC' consistently Commit: bab7dd237f9e82ad4d22a488094956bfe0b7b810 https://github.com/quicwg/base-drafts/commit/bab7dd237f9e82ad4d22a488094956bfe0b7b810 Author: Mike Bishop <michbish@microsoft.com> Date: 2016-12-20 (Tue, 20 Dec 2016) Changed paths: M draft-ietf-quic-http.md M draft-ietf-quic-tls.md Log Message: ----------- Merge branch 'master' into alpn-alt-svc Compare: https://github.com/quicwg/base-drafts/compare/39f20905193c...bab7dd237f9e