Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp2824168ybe; Sun, 15 Sep 2019 01:27:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqwJaD7UI1+oeFy6Ea9URd3paeQcXA3W8GXoTZXVDNpSb80vs28j7Foo2IXjZCPSCqeD/Lsc X-Received: by 2002:a50:d089:: with SMTP id v9mr4946760edd.54.1568536043642; Sun, 15 Sep 2019 01:27:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568536043; cv=none; d=google.com; s=arc-20160816; b=RnOYIhbkNS2rBVdQoCu3IU7bwcBQ6oshUIbXCsoq+vEl/cy5brVLWcVt4apkav05DV hu/Ky2jxxYXX+8tOT0QZy5doj+3tslnS3jxwIoXGRP8XRcTB6tRWuC4mqEzwqfadYQ8x T1UL1+o0+cd+IwclrgY9MQfpk1dgEvaNfLxh6OLkoMJri9mrcW7cBwxpbHZKMDr9bP0y h1x1n+TMyVj2sDVB3vCBsYwQNzBz5z1pc3iLNANMVDyxf/A2nSZqSAe8eIgYRmAJebKt TciZErYWs7vQ6eUZEwEQez9EO51jHKuSI7TUUCqAEMr0E/GYe4UlprD//ZBMxjKkHu/q JX8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=gNwNhx6AexeNUxmQuxVymaIIoU329Erep50XVKu5JF4=; b=CaiNK4OlEt0cVw5EIj+3E4m060nD9s6mcxn6yf1NiieuLj8UbCyqrhGJ0Wr0cNRoM1 /C9swMPqbrKwrxexnHfwroJ3yJMjyOG/0NGQTNrwRCItWJy/jM3QoM+TRA5PohpmGdzi 5K1h+eWHPps4H97AlxvQswyNjiY1kfWq6f6MumKSoRLCP6NGfwf407EsbE7MA1TuRqRP 7D/YlVpxyVsYj+3fLoe1Ql9idJNcNvEglURI4iOw2DzSm0I5jQupggcQGOl1krYxPHrb T0Sjy075qFphH3sLY1h/MqDTOUpr/6crbg6cnaxTF0OioU21OUxQgRqcCmV2akKaSvOs tKNg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k16si2557735ejo.7.2019.09.15.01.26.40; Sun, 15 Sep 2019 01:27:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725613AbfIOIOP (ORCPT + 99 others); Sun, 15 Sep 2019 04:14:15 -0400 Received: from mga04.intel.com ([192.55.52.120]:4603 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725497AbfIOIOO (ORCPT ); Sun, 15 Sep 2019 04:14:14 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Sep 2019 01:14:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,489,1559545200"; d="scan'208";a="385906885" Received: from bgi1-mobl2.amr.corp.intel.com ([10.251.80.76]) by fmsmga005.fm.intel.com with ESMTP; 15 Sep 2019 01:14:12 -0700 From: Brian Gix To: linux-bluetooth@vger.kernel.org Cc: brian.gix@intel.com, inga.stotland@intel.com, michal.lowas-rzechonek@silvair.com Subject: [PATCH BlueZ 0/1] mesh: Require Dev Key authentication Date: Sun, 15 Sep 2019 01:14:07 -0700 Message-Id: <20190915081408.18116-1-brian.gix@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Per Mesh Working group discussions, we decided that calls that require device keys require explicit knowledge of the key being used. This includes looped-back calls to the local Config Server, meaning that nodes wanting to change their own states, must be granted that permission by possession of their own key, entered into the local key database. We will be removing automatic device key entry nto the key database from all methods except the Create() method. Brian Gix (1): mesh: Add local/remote bools to DevKey transactions doc/mesh-api.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) -- 2.21.0