From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9A727454AB; Thu, 20 Jun 2024 16:51:03 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A820402D2; Thu, 20 Jun 2024 16:51:03 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 02A6C402B1 for ; Thu, 20 Jun 2024 16:51:01 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 45KC5CQC014642 for ; Thu, 20 Jun 2024 07:51:01 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pfpt0220; bh=x JUtIj85ghLKueopmaJa2kZ0dEFhHx2gKwEJPJb+FF8=; b=Co6y06H11nQK87PFS 7udVDLZcfqxbxpJqJiv+MlxoEp6agLSnCxENi1FLETRy2fOFsgr5pidYEif9lgB3 SLOy5/CtIFFgTYw6zVQXgTfg9h7vsB32oTlLAfBeMD4fb7ueIic5TpstKTTvhiKX OO7BeQfXp0PC+Pcq1RDexEFPRziUUxuDY/Dw92sz8f4pq/JAodD6Gk1fFA638cEJ O/peb7Ac14wbVV/3eeJO6tD48qopXfOThEzxF+qW0vjjVrap7iTimAbAZUhz+7fb 4p6jS7S7cWTDD9i3bwj0oXjeqduwtuzdR3uuC1C6a7xY02SA4u4ATWgftQu0i8kW zmR7g== Received: from dc5-exch05.marvell.com ([199.233.59.128]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3yvbdyajux-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 20 Jun 2024 07:51:00 -0700 (PDT) Received: from DC5-EXCH05.marvell.com (10.69.176.209) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Thu, 20 Jun 2024 07:51:00 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH05.marvell.com (10.69.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Thu, 20 Jun 2024 07:51:00 -0700 Received: from localhost.localdomain (unknown [10.28.36.177]) by maili.marvell.com (Postfix) with ESMTP id 152063F7043; Thu, 20 Jun 2024 07:50:57 -0700 (PDT) From: Aakash Sasidharan To: CC: , , , , , Subject: [PATCH v2 0/7] Improvements and new test cases Date: Thu, 20 Jun 2024 20:20:49 +0530 Message-ID: <20240620145056.3456650-1-asasidharan@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240617055841.2359729-1-asasidharan@marvell.com> References: <20240617055841.2359729-1-asasidharan@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-ORIG-GUID: XN7XRM3ukpSBGoDbHaxcIxDsd18Id-g3 X-Proofpoint-GUID: XN7XRM3ukpSBGoDbHaxcIxDsd18Id-g3 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.28.16 definitions=2024-06-20_07,2024-06-20_04,2024-05-17_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org v2: * Remove unused variables from tests for padding corruption. 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 | 214 ++++++++++++++++-- app/test/test_cryptodev_security_tls_record.c | 7 + app/test/test_cryptodev_security_tls_record.h | 2 + 3 files changed, 201 insertions(+), 22 deletions(-) -- 2.25.1