mbox series

[0/7] Improvements and new test cases

Message ID 20240617055841.2359729-1-asasidharan@marvell.com (mailing list archive)
Headers
Series Improvements and new test cases |

Message

Aakash Sasidharan June 17, 2024, 5:58 a.m. UTC
Adding new test cases and improvements to test application.

Aakash Sasidharan (4):
  test/crypto: add combined mode cases for TLS 1.3
  test/security: add TLS 1.3 data walkthrough tests
  test/security: add out of place sgl tests for TLS
  test/security: use single session in data walkthrough test

Vidya Sagar Velumuri (3):
  test/crypto: unit tests for padding for TLS-1.3
  test/crypto: verify padding corruption in TLS-1.2
  test/crypto: verify padding corruption in DTLS-1.2

 app/test/test_cryptodev.c                     | 222 ++++++++++++++++--
 app/test/test_cryptodev_security_tls_record.c |   7 +
 app/test/test_cryptodev_security_tls_record.h |   2 +
 3 files changed, 209 insertions(+), 22 deletions(-)
  

Comments

Anoob Joseph June 17, 2024, 7:21 a.m. UTC | #1
> 
> Adding new test cases and improvements to test application.
> 
> Aakash Sasidharan (4):
>   test/crypto: add combined mode cases for TLS 1.3
>   test/security: add TLS 1.3 data walkthrough tests
>   test/security: add out of place sgl tests for TLS
>   test/security: use single session in data walkthrough test
> 
> Vidya Sagar Velumuri (3):
>   test/crypto: unit tests for padding for TLS-1.3
>   test/crypto: verify padding corruption in TLS-1.2
>   test/crypto: verify padding corruption in DTLS-1.2

Series Acked-by: Anoob Joseph <anoobj@marvell.com>