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 AE4A1428C5 for ; Mon, 3 Apr 2023 20:40:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A963940A7E; Mon, 3 Apr 2023 20:40:15 +0200 (CEST) Received: from mail-yw1-f228.google.com (mail-yw1-f228.google.com [209.85.128.228]) by mails.dpdk.org (Postfix) with ESMTP id 5E161400D6 for ; Mon, 3 Apr 2023 20:40:14 +0200 (CEST) Received: by mail-yw1-f228.google.com with SMTP id 00721157ae682-5463fa0c2bfso239047737b3.1 for ; Mon, 03 Apr 2023 11:40:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1680547213; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Ocp/x30dgSlU3bvMhbo20gBg8G6/J8W56g2Fd2BPaN0=; b=LaSFAoj/TAGeMTKp1AaXbZalEqc6yBgz34gDeayRVGyeqdBPoeP7AFK3ilcyIQAJNY 2zhd9y6HgS6oJhifwXb4M75hzLqoJJmWjXB0V+ZS25DHp3370FueHbPT3QufL8f8xsNi d2BzczSgC2LORdQX2jcfLb9nTbzK05+98ESPU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680547213; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Ocp/x30dgSlU3bvMhbo20gBg8G6/J8W56g2Fd2BPaN0=; b=R+wlmhNg5GhtOf3c7+siQKtulhzpE/g1MrVVMpUZRdzhjKmcTUbOOShFoc+WraDqnE xi2kKO66FByy3zG+eMX4RUBcJKmmqK/yo8grmkLK8XemD7AUgNTf1PViKmYA5T5+9BWs I7Iuq1taVu42VP+R371Io7Tau18evSCeb3Fm2y0m6hEgfGIHrOEsBjVcT5+wEDsDiJBE /iwAgIcc4ddsPXVosnHvzL2bi7Oy06v+9BDT+E3JKciUxraCUXUz8Asb6xgTt2X94AbY fjERKHv89oh/45HslrZ29oboV0yin33X3KkIglsI9EjS53Yd3oV6h/D6Q6rKIhNgG7ih JzXA== X-Gm-Message-State: AAQBX9eOhfZah0Pq1eHeYgyT5CZq+AmVIRkX9Cp2sh5gokx/qpaAFoV4 taFUNYhN3IABkRjzbZGIk9ewjMTIW+h/5hCv/QHJWJRY3wpQVPceJ+M7le4zOZR+QoEOSn8lzHg SDDzlQSNkNzAkzGcgqrFD5qv+BFMettdddvwcRE1/lWzkHC3RO3HJc66Oon28ur/wnX8YHeJtA1 l+Zx+wi4tCZj2FOaXCWmx/ X-Google-Smtp-Source: AKy350YoRa85lY+X9p1UZEPBQI/YFKmgazJ6qlxgg2AHj9MpscI9BSV+1KSp/O3Vmcib8bN4TkJf7VEHlE4U X-Received: by 2002:a81:7889:0:b0:544:b64e:f3dc with SMTP id t131-20020a817889000000b00544b64ef3dcmr18560231ywc.6.1680547213466; Mon, 03 Apr 2023 11:40:13 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 2-20020a810902000000b005459f233f5esm1606921ywj.22.2023.04.03.11.40.13 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Apr 2023 11:40:13 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1220:58fe:317e:37bd:a524]) by postal.iol.unh.edu (Postfix) with ESMTP id E498C605246B; Mon, 3 Apr 2023 14:40:12 -0400 (EDT) From: jspewock@iol.unh.edu To: ci@dpdk.org Cc: Brandon Lo , Jeremy Spewock Subject: [PATCH v7 2/4] tools: add default config file for acvp_tool Date: Mon, 3 Apr 2023 14:39:28 -0400 Message-Id: <20230403183930.12001-4-jspewock@iol.unh.edu> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230403183930.12001-2-jspewock@iol.unh.edu> References: <20230403183930.12001-2-jspewock@iol.unh.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org From: Brandon Lo This provides the user with a generic configuration to get started. It will use the demo server and a basic TDES-CBC test. This config file is designed so that many other algorithms can be used by simply changing the "algorithm" key. Signed-off-by: Brandon Lo Signed-off-by: Jeremy Spewock --- tools/acvp/acvp_config.json | 52 +++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 tools/acvp/acvp_config.json diff --git a/tools/acvp/acvp_config.json b/tools/acvp/acvp_config.json new file mode 100644 index 0000000..2d55d8d --- /dev/null +++ b/tools/acvp/acvp_config.json @@ -0,0 +1,52 @@ +{ + "url": "https://demo.acvts.nist.gov", + "algorithms": [ + { + "algorithm": "ACVP-TDES-CBC", + "revision": "1.0", + "keyingOption": [ + 1 + ], + "messageLength": [{"min": 0, "max": 65535, "increment": 1}], + "capabilities": [ + { + "direction": ["gen", "ver"], + "keyLen": [128], + "msgLen": [ + { + "max": 65536, + "min": 0, + "increment": 256 + } + ], + "macLen": [ + { + "min": 64, + "max": 128, + "increment": 8 + } + ] + } + ], + "direction": ["encrypt"], + "keyLen": [128, 192, 256], + "macLen": [ + { + "min": 80, + "max": 160, + "increment": 8 + } + ], + "tagLen": [128], + "aadLen": [0], + "ivGen": "internal", + "ivGenMode": "8.2.2", + "ivLen": [96], + "payloadLen": [ + 128 + ], + "overflowCounter": true, + "incrementalCounter": true + } + ] +} -- 2.40.0