Re: [lisp] Fwd: decentralization of Internet (was Re: Bruce Schneier's Proposal to dedicate November meeting to saving the Internet from the NSA

jnc@mercury.lcs.mit.edu (Noel Chiappa) Sun, 08 September 2013 20:20 UTC

Return-Path: <jnc@mercury.lcs.mit.edu>
X-Original-To: lisp@ietfa.amsl.com
Delivered-To: lisp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B0FCB21E80CE for <lisp@ietfa.amsl.com>; Sun, 8 Sep 2013 13:20:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.461
X-Spam-Level:
X-Spam-Status: No, score=-6.461 tagged_above=-999 required=5 tests=[AWL=0.138, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0HOZ-jSMvc54 for <lisp@ietfa.amsl.com>; Sun, 8 Sep 2013 13:20:18 -0700 (PDT)
Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by ietfa.amsl.com (Postfix) with ESMTP id 44AB121F8904 for <lisp@ietf.org>; Sun, 8 Sep 2013 13:20:17 -0700 (PDT)
Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id B14DA18C0CF; Sun, 8 Sep 2013 16:20:14 -0400 (EDT)
To: lisp@ietf.org
Message-Id: <20130908202014.B14DA18C0CF@mercury.lcs.mit.edu>
Date: Sun, 08 Sep 2013 16:20:14 -0400
From: jnc@mercury.lcs.mit.edu
Cc: jnc@mercury.lcs.mit.edu
Subject: Re: [lisp] Fwd: decentralization of Internet (was Re: Bruce Schneier's Proposal to dedicate November meeting to saving the Internet from the NSA
X-BeenThere: lisp@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: List for the discussion of the Locator/ID Separation Protocol <lisp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lisp>, <mailto:lisp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/lisp>
List-Post: <mailto:lisp@ietf.org>
List-Help: <mailto:lisp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lisp>, <mailto:lisp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 08 Sep 2013 20:20:23 -0000

    > From: Edward Lopez <elopez@fortinet.com>

    > I agree that asymmetric encryption may be more desirable in theory, but
    > in practice symmetric encryption supports much higher performance loads

Use asymmetric encryption to exchance symmetric keys, switch to a new
symmetric key every X hours, and throw away the old one. (You don't want to
use one key for too much traffic, anyway.)

	Noel