Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DB55104D4 for ; Tue, 20 Oct 2015 09:11:21 +0000 (UTC) Received: (qmail 76762 invoked by uid 500); 20 Oct 2015 08:59:44 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 76663 invoked by uid 500); 20 Oct 2015 08:59:44 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 76625 invoked by uid 99); 20 Oct 2015 08:59:44 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2015 08:59:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 40BD31A2CEF for ; Tue, 20 Oct 2015 08:59:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.109 X-Spam-Level: X-Spam-Status: No, score=-0.109 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=greenbytes.de Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id TfoBcLWm9680 for ; Tue, 20 Oct 2015 08:59:31 +0000 (UTC) Received: from mail.greenbytes.de (mail.greenbytes.de [217.91.35.233]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 30DBE210B8 for ; Tue, 20 Oct 2015 08:59:30 +0000 (UTC) Received: from [192.168.1.42] (unknown [5.10.171.186]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.greenbytes.de (Postfix) with ESMTPSA id D5B5115A0756 for ; Tue, 20 Oct 2015 10:59:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=greenbytes.de; s=mail; t=1445331563; bh=KQ9lQSyHl9mp0DkH5h42hKuolQwwRIEd2tP0Ex60cFI=; h=From:Subject:Date:To:From; b=icQsAOJ26MLsXFXTaffghXXuPh0obuUacakObR22FQqsAuaantpQcsV8iWxVewdLH mj7CW4M7m2GOu4Tc5k4W+iWYwAM3rdQWXEK9Ce1vUnFWKEVPoxPnvXeoYzwVelj8hk 0sfsI63DMaJHAqrA9vqeK/0f2d3GEDi0QQlbUYLs= From: Stefan Eissing Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: client certificate weight lifting Message-Id: Date: Tue, 20 Oct 2015 10:59:21 +0200 To: dev@httpd.apache.org Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3094\)) X-Mailer: Apple Mail (2.3094) First draft on client certs in the age of HTTP/2: = https://tools.ietf.org/html/draft-thomson-http2-client-certs-00 in = cooperation with the TSL WG as feature in TLS 1.3 and extension in 1.2. //Stefan=