linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] mesh: ELL encrypt dependancy README section added
@ 2019-05-31 15:56 Brian Gix
  2019-05-31 23:54 ` Gix, Brian
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Gix @ 2019-05-31 15:56 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: inga.stotland, brian.gix

Due to known AEAD encryption deficiencies in old versions of the
kernel, we have added a section on identifying and back-porting
mesh to otherwise non-supporting platforms.
---
 mesh/README | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/mesh/README b/mesh/README
index 82fd5a017..f36b97c2b 100644
--- a/mesh/README
+++ b/mesh/README
@@ -71,6 +71,20 @@ Each subdirectory contains the following files:
 The node.json and node.json.bak are in JSON format. All other files are stored
 in little endian binary format.
 
+Known Issues
+============
+
+Bluetooth Mesh makes heavy usage of AEAD-AES_CCM encryption, which is
+implemented in the Linux kernel on most platforms. Some platforms, including
+those with kernel versions including and prior to v4.8, did *not* correctly
+implement the AEAD encryption routines. If Mesh is to be ported to such a
+system, it will be the responsibility of the vendor to provide support for
+AEAD-AES_CCM encryption by some other method.
+
+Support for the required AEAD routines can be determined by running the unit
+tests provided with the ELL libraries used by Mesh. Specifically, the tests
+found in .../ell/unit/test-cipher.c
+
 Information
 ===========
 
-- 
2.14.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ] mesh: ELL encrypt dependancy README section added
  2019-05-31 15:56 [PATCH BlueZ] mesh: ELL encrypt dependancy README section added Brian Gix
@ 2019-05-31 23:54 ` Gix, Brian
  0 siblings, 0 replies; 2+ messages in thread
From: Gix, Brian @ 2019-05-31 23:54 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Stotland, Inga

[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]

Patch Applied

On Fri, 2019-05-31 at 08:56 -0700, Brian Gix wrote:
> Due to known AEAD encryption deficiencies in old versions of the
> kernel, we have added a section on identifying and back-porting
> mesh to otherwise non-supporting platforms.
> ---
>  mesh/README | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/mesh/README b/mesh/README
> index 82fd5a017..f36b97c2b 100644
> --- a/mesh/README
> +++ b/mesh/README
> @@ -71,6 +71,20 @@ Each subdirectory contains the following files:
>  The node.json and node.json.bak are in JSON format. All other files
> are stored
>  in little endian binary format.
>  
> +Known Issues
> +============
> +
> +Bluetooth Mesh makes heavy usage of AEAD-AES_CCM encryption, which
> is
> +implemented in the Linux kernel on most platforms. Some platforms,
> including
> +those with kernel versions including and prior to v4.8, did *not*
> correctly
> +implement the AEAD encryption routines. If Mesh is to be ported to
> such a
> +system, it will be the responsibility of the vendor to provide
> support for
> +AEAD-AES_CCM encryption by some other method.
> +
> +Support for the required AEAD routines can be determined by running
> the unit
> +tests provided with the ELL libraries used by Mesh. Specifically,
> the tests
> +found in .../ell/unit/test-cipher.c
> +
>  Information
>  ===========
>  

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3250 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-31 23:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31 15:56 [PATCH BlueZ] mesh: ELL encrypt dependancy README section added Brian Gix
2019-05-31 23:54 ` Gix, Brian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).