From owner-svn-src-all@freebsd.org Thu May 24 16:29:52 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00261EF7468; Thu, 24 May 2018 16:29:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f173.google.com (mail-io0-f173.google.com [209.85.223.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FF2676451; Thu, 24 May 2018 16:29:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f173.google.com with SMTP id g1-v6so3024435iob.2; Thu, 24 May 2018 09:29:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=JxMfkr7H8CCYxinIZ+JsZJyVJ09pFHlgOuK9LNwYcGk=; b=PZeyxKVJT/WZ78zVKeZ0/j2OzEivEM9CT+2gxQ1Hyj3Go/DhIUi6aOqn/pCishUCZ9 TzDPTyw18BGFn+tE7NhC0PQFM3LFUVk4kgVTzqbE/GYI9F4c6Ktjj1lDZcLDvuQarXr8 TaBEVFP0/wb67t1YzyFz+/vNGHSuSozEUbvjKGnM1nAXJpkqHlrz+sa5RIoLfqyNfBFP WdPNuA6r+saRxujCAr6l+8qclF/WL5m/ZQwBNOQ5WO0WNAztMrQX5laqJnCrh6w+DoEi jEgbWpRsF4eAxaFdZjMvqUmvFJNouBPSIqxMc7RfUKwYk8FFaKcT4edJgi6/ubmspbxw Dqfw== X-Gm-Message-State: ALKqPwcsIauBnTM8zR+UGRiisWIZVl3jId892nADfmcF6IMyv7eRpP3V 2OoWIOwN5GwRiCwUDX6RHD/x9kfk X-Google-Smtp-Source: AB8JxZrMj7KbzgQdUU5hbfyabckYAAe/WR4IRcaw+eRO6vUOKBMN27plhxtwD9isnAskn3HfhUpIQA== X-Received: by 2002:a6b:8e8b:: with SMTP id q133-v6mr7350222iod.262.1527179385255; Thu, 24 May 2018 09:29:45 -0700 (PDT) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com. [209.85.223.178]) by smtp.gmail.com with ESMTPSA id 11-v6sm1726599ioo.35.2018.05.24.09.29.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 May 2018 09:29:45 -0700 (PDT) Received: by mail-io0-f178.google.com with SMTP id t23-v6so3004491ioc.10; Thu, 24 May 2018 09:29:45 -0700 (PDT) X-Received: by 2002:a6b:b513:: with SMTP id e19-v6mr7630095iof.267.1527179384996; Thu, 24 May 2018 09:29:44 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:9696:0:0:0:0:0 with HTTP; Thu, 24 May 2018 09:29:44 -0700 (PDT) In-Reply-To: <1236617318.14311730.1527165002236.JavaMail.zimbra@stormshield.eu> References: <201805221554.w4MFsPQA083334@repo.freebsd.org> <822609135.13913713.1527060223167.JavaMail.zimbra@stormshield.eu> <1236617318.14311730.1527165002236.JavaMail.zimbra@stormshield.eu> From: Conrad Meyer Date: Thu, 24 May 2018 09:29:44 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r334054 - in head: sys/kern sys/netipsec tools/tools/crypto usr.bin/netstat To: Emeric POUPON Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 16:29:52 -0000 On Thu, May 24, 2018 at 5:30 AM, Emeric POUPON wrote: > Actually we just store traffic profiles and the associated security policy (SP). > A SP is basically just a bunch of traffic selectors, there is no key or other sensitive information involved. Ok, thanks! Best, Conrad