Re: [PATCH] net/tls: support SM4 CCM algorithm

From: Vadim Fedorenko
Date: Tue Sep 28 2021 - 17:32:07 EST


On 28.09.2021 07:28, Tianjia Zhang wrote:
The IV of CCM mode has special requirements, this patch supports CCM
mode of SM4 algorithm.

Have you tried to connect this implementation to application with
user-space implementation of CCM mode? I wonder just because I have an
issue with AES-CCM Kernel TLS implementation when it's connected to
OpenSSL-driven server, but still have no time to fix it correctly.