From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 2908FD806DA for ; Wed, 8 May 2024 15:29:41 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=o9c3Yv6knsvdNmsyKNpmaBdkRFwEUoorXsal92H5rqs=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1715182180; v=1; b=Ryq6MmBFZpz+Snz29afbxYX7rEYOwukWwXXV+7iF4kN6YWpkmDXmbK1pIdNTwi60qWqnBCub pgRz8/Mb1za6C2NKsJZDQrpk6hKyZjwnXQMdJagsH0npGAwnX2A7nu7s1hLeLawdWajVSV14nnY x2RVu6ae+K50Pms5hjnuKRrX3SikdJgnayzq71SNVsY9VjAJlhtQ2nJTNxNR5KdrUtzfU3r+so6 JsQxVu8Knkiw3XBmGpn+zqgp5Pa9FtHPDW5haZbK7ykrEU2BCOR6L93tjJohHCvPGpZADUsUQMC d39LBbDJc01xEqrnwWwRhxhXvycbMowjy9eVxwhGsyVyw== X-Received: by 127.0.0.2 with SMTP id TyukYY7687511xe15MjMJvy1; Wed, 08 May 2024 08:29:40 -0700 X-Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by mx.groups.io with SMTP id smtpd.web11.15713.1715182178182350014 for ; Wed, 08 May 2024 08:29:38 -0700 X-Received: by mail-pl1-f179.google.com with SMTP id d9443c01a7336-1e4bf0b3e06so39864595ad.1 for ; Wed, 08 May 2024 08:29:38 -0700 (PDT) X-Gm-Message-State: 1RuvEV4E25u2ULoZI0zxp7Mkx7686176AA= X-Google-Smtp-Source: AGHT+IHKzDU1mTbfQk+FqsJ1gFNg6SdzH6R3jQZtCBRAaZtQniXF8kdySwjOpm6QIJ73/xqPoJ0Bpw== X-Received: by 2002:a17:902:b7c9:b0:1e3:999a:9726 with SMTP id d9443c01a7336-1eeb03a34eemr26539475ad.29.1715182177370; Wed, 08 May 2024 08:29:37 -0700 (PDT) X-Received: from localhost.localdomain (c-67-160-15-86.hsd1.wa.comcast.net. [67.160.15.86]) by smtp.gmail.com with ESMTPSA id kt7-20020a170903088700b001e862f0b319sm12032291plb.264.2024.05.08.08.29.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 May 2024 08:29:36 -0700 (PDT) From: "Doug Flick via groups.io" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann Subject: [edk2-devel] [PATCH v1 10/14] ArmVirtPkg: : Disables NIST algorithms NetworkPkg Date: Wed, 8 May 2024 08:29:21 -0700 Message-Id: <20240508152925.741226-11-doug.edk2@gmail.com> In-Reply-To: <20240508152925.741226-1-doug.edk2@gmail.com> References: <20240508152925.741226-1-doug.edk2@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Wed, 08 May 2024 08:29:38 -0700 Resent-From: dougflick@microsoft.com Reply-To: devel@edk2.groups.io,dougflick@microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=Ryq6MmBF; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=pass (policy=none) header.from=groups.io The NetworkPkg attempts to use the NIST Algorithms as defined in the EDK2 specification. If not available (or if so desired) the platform may choose to use "Default" and use what is provided by the platform. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sami Mujawar Cc: Gerd Hoffmann Signed-off-by: Doug Flick [MSFT] --- ArmVirtPkg/ArmVirt.dsc.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index 2bc6a29eb131..00e6b5b5d582 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -382,6 +382,13 @@ [PcdsFixedAtBuild.common] =0D gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard|TRUE=0D =0D + #=0D + # Platforms may not support the EDK2 Standard NIST Algorithms=0D + # This Pcd allows for platform to override the attempt to use the NIST A= lgorithms=0D + # and falls back to default such that the platform can own the Rng Algor= ithm=0D + #=0D + gEfiNetworkPkgTokenSpaceGuid.PcdEnforceSecureRngAlgorithms|FALSE=0D +=0D [Components.common]=0D #=0D # Ramdisk support=0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118683): https://edk2.groups.io/g/devel/message/118683 Mute This Topic: https://groups.io/mt/105983249/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-