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 15C41A0509; Thu, 14 Apr 2022 15:42:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F2D4840694; Thu, 14 Apr 2022 15:42:25 +0200 (CEST) Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) by mails.dpdk.org (Postfix) with ESMTP id EDE2240687 for ; Thu, 14 Apr 2022 15:42:24 +0200 (CEST) Received: by mail-io1-f51.google.com with SMTP id b16so5410666ioz.3 for ; Thu, 14 Apr 2022 06:42:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=wh4pxf+oEu9i6vMEbpPYV3p1qjNQjkv9SyZF9rfJqtg=; b=gAmpWYzFm54nfFNDxkjxIEBXHLSYze/vZ6xLPpnBZLXSEM3lf9T0SAcSfMg18fatJr 6RpDyMQfdlOoS8vjTKdCScgFBrtCmb4wTcQJ1EgfHJ1Tmc/xOZ+WMXE7hoS7ronZqoJt fiH46tyQv/vgBxyZxHrCEIZmwjAQ0BagSo/EM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=wh4pxf+oEu9i6vMEbpPYV3p1qjNQjkv9SyZF9rfJqtg=; b=01rhdDL0rKBSJB9L9qx30rX1g/TNvfWxUyOv5xBfgCJIr2F2eVX+yfJcB9PCDQ9Fwr g51TeRV6ASsEoaAwmR2TQw4flTJQ8VJCz8vfIvjOyeLZlkG9I7Etncyq1aGuF9VPTENh 0U0jDisw4AG7g7KlLhdzkhZdrvEfvPxWkeyULgls5b99lhALHvtywkOihrPR3sT8lYuP 2BAgjjpThG2c3rZwtuxbaQH/g8pPIDtzmzwxQrbxatTAvSLe9Egsunn5QFdXu2c1oQ/M 6C6WCusg///Dur/9B3OvigxTVSZkV7Z/8wPnWNLMK3nYnprEyc4qsNxpdBzDb60JmnfK 8O1A== X-Gm-Message-State: AOAM532T+uKFmTKq9pfgGBCWZKiLA4ZipwMaoRkPCxNmOuVeDUe8mIiZ w64wYRMqxxkHr/Co9lB7FrKTNAnmWMSbTMD81KT3yv7kkqSO6w== X-Google-Smtp-Source: ABdhPJyWK5uZVzOn1ohEPPXvRxYW6y2eTx7iM3TqJX3AsGZV+cw4fIsApev1vv6S3ZWlt34qpNG26hbOVlYWQLarnoQ= X-Received: by 2002:a5e:8a07:0:b0:64c:8b33:6d19 with SMTP id d7-20020a5e8a07000000b0064c8b336d19mr1155217iok.170.1649943744159; Thu, 14 Apr 2022 06:42:24 -0700 (PDT) MIME-Version: 1.0 References: <20220129170313.489986-1-blo@iol.unh.edu> <20220129175514.746925-1-blo@iol.unh.edu> In-Reply-To: From: Brandon Lo Date: Thu, 14 Apr 2022 09:41:47 -0400 Message-ID: Subject: Re: [PATCH v3 0/5] Add JSON vector set support to fips validation To: dev , "Zhang, Roy Fan" , "Power, Ciara" Content-Type: text/plain; charset="UTF-8" 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 Adding the dev mailing list back into this discussion. On Wed, Apr 13, 2022 at 9:13 AM Brandon Lo wrote: > > Hi guys, > > Lincoln and I would like to know if we can get this patch set looked > at and merged before submitting the rest of the algorithms. So far, > I've worked on implementing the HMAC and CMAC tests, but I keep > getting pulled away by some requests from the community. This patchset > does not seem to break backward compatibility, so merging it will only > lead to more coverage from the UNH lab. It may also be easier to > review since it isn't going to be one huge patchset that needs to be > looked at in the future. > > On Thu, Feb 17, 2022 at 7:47 AM Brandon Lo wrote: > > > > On Fri, Feb 11, 2022 at 9:16 AM Brandon Lo wrote: > > > I only have the AES-GCM algorithm implemented because the current > > > implementations of the other algorithms require some extra information > > > than what comes with the JSON format in the API. > > > For example, I couldn't find the JSON counterpart for things like > > > fips_validation_sha.c's "MD =" or "Seed =" as well as > > > fips_validation_ccm.c's extra test types like CCM-DVPT, CCM-VADT, etc. > > > just to name a few. > > > This could very well be due to my inexperience with the FIPS > > > validation, and I definitely plan to take another look at it again. > > > > > > My assumption is that the JSON version of FIPS validation files isn't > > > used as much as the old CAVP format, so I am more aiming towards > > > getting something working in the lab first and then expanding on it > > > later. > > > > Hi all, > > > > Could I get someone to look at this patch set? > > The UNH lab is ready to deploy FIPS testing on patches that affect the > > crypto portion of DPDK. > > > > Thanks, > > Brandon > > > > > > -- > > Brandon Lo > > UNH InterOperability Laboratory > > 21 Madbury Rd, Suite 100, Durham, NH 03824 > > blo@iol.unh.edu > > www.iol.unh.edu > > > > -- > Brandon Lo > UNH InterOperability Laboratory > 21 Madbury Rd, Suite 100, Durham, NH 03824 > blo@iol.unh.edu > www.iol.unh.edu -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu