mbox series

[net,0/2] net: tls: cover all ciphers with tests

Message ID 20211206213932.7508-1-vfedorenko@novek.ru (mailing list archive)
Headers show
Series net: tls: cover all ciphers with tests | expand

Message

Vadim Fedorenko Dec. 6, 2021, 9:39 p.m. UTC
Recent patches to Kernel TLS showed that some ciphers are not covered
with tests. Let's cover missed.

Vadim Fedorenko (2):
  selftests: tls: add missing AES-CCM cipher tests
  selftests: tls: add missing AES256-GCM cipher

 tools/testing/selftests/net/tls.c | 36 +++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 8, 2021, 4:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  7 Dec 2021 00:39:30 +0300 you wrote:
> Recent patches to Kernel TLS showed that some ciphers are not covered
> with tests. Let's cover missed.
> 
> Vadim Fedorenko (2):
>   selftests: tls: add missing AES-CCM cipher tests
>   selftests: tls: add missing AES256-GCM cipher
> 
> [...]

Here is the summary with links:
  - [net,1/2] selftests: tls: add missing AES-CCM cipher tests
    https://git.kernel.org/netdev/net/c/d76c51f976ed
  - [net,2/2] selftests: tls: add missing AES256-GCM cipher
    https://git.kernel.org/netdev/net/c/13bf99ab2130

You are awesome, thank you!