[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e623a691-2212-e1cc-7fed-1c3a2043b6bd@novek.ru>
Date: Mon, 29 Nov 2021 22:39:27 +0000
From: Vadim Fedorenko <vfedorenko@...ek.ru>
To: Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Boris Pismenny <borisp@...dia.com>,
John Fastabend <john.fastabend@...il.com>,
netdev@...r.kernel.org
Subject: Re: [PATCH] net/tls: Fix authentication failure in CCM mode
On 29.11.2021 09:32, Tianjia Zhang wrote:
> When the TLS cipher suite uses CCM mode, including AES CCM and
> SM4 CCM, the first byte of the B0 block is flags, and the real
> IV starts from the second byte. The XOR operation of the IV and
> rec_seq should be skip this byte, that is, add the iv_offset.
>
> Fixes: f295b3ae9f59 ("net/tls: Add support of AES128-CCM based ciphers")
> Signed-off-by: Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>
Nice catch, thanks!
This is what I was talking about last time.
Tested-by: Vadim Fedorenko <vfedorenko@...ek.ru>
Powered by blists - more mailing lists