|
Message-ID: <20160624071908.GA7040@t440s> Date: Fri, 24 Jun 2016 10:19:08 +0300 From: Johan Hedberg <johan.hedberg@...il.com> To: Andy Lutomirski <luto@...nel.org> Cc: x86@...nel.org, linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org, Borislav Petkov <bp@...en8.de>, Nadav Amit <nadav.amit@...il.com>, Kees Cook <keescook@...omium.org>, Brian Gerst <brgerst@...il.com>, "kernel-hardening@...ts.openwall.com" <kernel-hardening@...ts.openwall.com>, Linus Torvalds <torvalds@...ux-foundation.org>, Josh Poimboeuf <jpoimboe@...hat.com>, Jann Horn <jann@...jh.net>, Heiko Carstens <heiko.carstens@...ibm.com>, Marcel Holtmann <marcel@...tmann.org>, Gustavo Padovan <gustavo@...ovan.org>, "David S. Miller" <davem@...emloft.net>, linux-bluetooth@...r.kernel.org, Herbert Xu <herbert@...dor.apana.org.au>, netdev@...r.kernel.org Subject: Re: [PATCH v4 01/16] bluetooth: Switch SMP to crypto_cipher_encrypt_one() On Thu, Jun 23, 2016, Andy Lutomirski wrote: > SMP does ECB crypto on stack buffers. This is complicated and > fragile, and it will not work if the stack is virtually allocated. > > Switch to the crypto_cipher interface, which is simpler and safer. > > Cc: Marcel Holtmann <marcel@...tmann.org> > Cc: Gustavo Padovan <gustavo@...ovan.org> > Cc: Johan Hedberg <johan.hedberg@...il.com> > Cc: "David S. Miller" <davem@...emloft.net> > Cc: linux-bluetooth@...r.kernel.org > Cc: Herbert Xu <herbert@...dor.apana.org.au> > Cc: netdev@...r.kernel.org > Signed-off-by: Andy Lutomirski <luto@...nel.org> > --- > net/bluetooth/smp.c | 67 ++++++++++++++++++++++------------------------------- > 1 file changed, 28 insertions(+), 39 deletions(-) Acked-and-tested-by: Johan Hedberg <johan.hedberg@...el.com> Johan
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.