Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp6627116ybi; Wed, 29 May 2019 10:29:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqypBMp7qBbG3k9jJkrx0oO2rlqqAEXDSLPSc2bGkgxYVZ1DerkkUtQO2Jy/jrmOqEG+wU0m X-Received: by 2002:a17:902:934b:: with SMTP id g11mr38172847plp.289.1559150950469; Wed, 29 May 2019 10:29:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559150950; cv=none; d=google.com; s=arc-20160816; b=X3E+dvPTcUnNRuHeeR2ryoEt563YB485QxG35ZcBP9AQ8aMFqVuT/zrkzJmyYz2aSx FR1tBm1t2aMjOSFks6N//zCYP+Dk1qA11KD2/05cu50UsQFkVCzNTuoUCG0fluT1Vlgp uvWTdh87EB2DEsikCtwIlIWePF5OaTOVCyRP4ZXEBHnVBfdy3i0ep5LHUfh2Vs0R2U4t Pm+nAxn0BMWAM36DIUcLinY3jhM6zXUHbPCEpwYUWA+xsyci8RodVfazRxIr33dvl+IY XPbiKfk9cZ8jwM4exWI+NFCpFJ9UqM/HCMc0+/DH6xZ5IHevQ+V5Y+KKnxsAapefK4Qo yxwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=dGt0FCIDj1EyaIidBT4P2fzAbbLrSzKgg8QIbogAdnc=; b=CoVkTjI8fXkBXMRepU7endgfzsJl49jQ94VEvm7DmajCLtQdrqjtlUP2M11OzBBWtw 4gQ3le0HRjg8CnDHO4tiLCzpU/5CWFXG49+0bahWT5yd2JTmhtPWeZKlO4etf6lhMi2h qIYao+7VLKcsGUR/aCMaislUMwEXqoP94jcoVeg0Gefv9zF3lVSDWFJbHDda4f9i++mx hi7DEVbH5CByeF+R5ged3ReJTeSBX4DasyhPoh5mSIfqc61NF8Sj8Tik9PFkeWeqZBgx +/efllYqE3C3sCqNZb29m0/lTFzIcC0u1pl7a/y/MypcUi6qt3V12INvKtnhQtYPvll3 3FBQ== 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 h5si352115pgc.8.2019.05.29.10.28.37; Wed, 29 May 2019 10:29:10 -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 S1725990AbfE2R2g (ORCPT + 99 others); Wed, 29 May 2019 13:28:36 -0400 Received: from mga06.intel.com ([134.134.136.31]:64969 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725956AbfE2R2g (ORCPT ); Wed, 29 May 2019 13:28:36 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 May 2019 10:28:34 -0700 X-ExtLoop1: 1 Received: from bgix-dell-lap.sea.intel.com ([10.255.231.30]) by fmsmga006.fm.intel.com with ESMTP; 29 May 2019 10:28:33 -0700 From: Brian Gix To: linux-bluetooth@vger.kernel.org Cc: inga.stotland@intel.com, brian.gix@intel.com, michal.lowas-rzechonek@silvair.com, marcel@holtmann.org, johan.hedberg@gmail.com, denkenz@gmail.com Subject: [PATCH BlueZ 0/1] mesh: Convert all crypto to ELL Date: Wed, 29 May 2019 10:28:17 -0700 Message-Id: <20190529172818.8844-1-brian.gix@intel.com> X-Mailer: git-send-email 2.14.5 Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org I am copying a larger than normal list of "interested parties" of this patch to (finally) convert the Bluetooth Mesh daemon to using the ELL cipher and checksum APIs. This will have one major side effect in that it will no longer support kernels older than v4.9 (I am personally using v5.0.17). I am told that (some?) Freescale platforms also will have problems regardless of kernel version. This does not change any functionality in the mesh daemon otherwise. Brian Gix (1): mesh: Convert crypto to use ELL wrappers Makefile.am | 4 + mesh/crypto.c | 518 ++++++---------------------------------------------------- 2 files changed, 58 insertions(+), 464 deletions(-) -- 2.14.5