|
[PATCH RESEND v1 0/9] Add DrbgLib 3 messages
From: Pierre Gondois <pierre.gondois@...> Bugzilla: Bug 3971 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971= ) Add support for a Deterministic Random Bits Generator (Drbg). The specifications
From: Pierre Gondois <pierre.gondois@...> Bugzilla: Bug 3971 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971= ) Add support for a Deterministic Random Bits Generator (Drbg). The specifications
|
By
PierreGondois
·
|
|
[PATCH] BaseTools/tools_def.txt: Add -march=x86-64 for X64 CLANG and GCC targets 7 messages
From: dann frazier <dann.frazier@...> Some Linux distributions are experimenting with builds that target a higher x86-64 psABI, such as x86-64-v3. To avoid inheriting these compiler defaults in edk2 b
From: dann frazier <dann.frazier@...> Some Linux distributions are experimenting with builds that target a higher x86-64 psABI, such as x86-64-v3. To avoid inheriting these compiler defaults in edk2 b
|
By
dann frazier
·
|
|
[PATCH RESEND v1 5/7] MdePkg/AesLib: Definition for AES library class interface 2 messages
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970 The FIPS PUB 197: "Advanced Encryption Standard (AES)" details the AES algorithm. Add a library to a
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970 The FIPS PUB 197: "Advanced Encryption Standard (AES)" details the AES algorithm. Add a library to a
|
By
PierreGondois
·
|
|
[PATCH v2 00/11] Enhance Secure Boot Variable Libraries 6 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This is a revamp of a previou
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This is a revamp of a previou
|
By
Kun Qin
·
|
|
[PATCH] MdePkg/Acpi62: Add bit definitions to NFIT Platform Capabilities Structure
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3915 This commit adds each capability bit definition for NFIT Platform Capabilities Structure. The type has been added since ACPI Specification Ve
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3915 This commit adds each capability bit definition for NFIT Platform Capabilities Structure. The type has been added since ACPI Specification Ve
|
By
Miki Shindo
·
|
|
[edk2-platforms][PATCH V1 2/2] MinPlatformPkg/Build: Reduce duplication
Removed needless duplication between sections. Addes spaces after commas. Remove commented out code. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Liming Gao <gaol
Removed needless duplication between sections. Addes spaces after commas. Remove commented out code. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.desimone@...> Cc: Liming Gao <gaol
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 1/2] MinPlatformPkg/Build: Add NOOPT build
Add NOOPT build support to enable easy debugging of unoptimized code. Generally the same libraries are desired for DEBUG and NOOPT. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.des
Add NOOPT build support to enable easy debugging of unoptimized code. Generally the same libraries are desired for DEBUG and NOOPT. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <nathaniel.l.des
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 0/2] Add MinPlatformPkg NOOPT build option
Add the NOOPT build option. Use the same libraries for DEBUG and NOOPT Clean up some duplication and coding style issues with the include files. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <na
Add the NOOPT build option. Use the same libraries for DEBUG and NOOPT Clean up some duplication and coding style issues with the include files. Cc: Chasel Chiu <chasel.chiu@...> Cc: Nate DeSimone <na
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 1/1] MinPlatformPkg: Add missing FV PCD
Add missing PCD for BSP FV Base/Size/Offsets. Cc: Eric Dong <eric.dong@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Isaac Oram <isaac.w.oram@...> --- Platform/Intel/MinPlatformPkg/MinPlatformPkg
Add missing PCD for BSP FV Base/Size/Offsets. Cc: Eric Dong <eric.dong@...> Cc: Liming Gao <gaoliming@...> Signed-off-by: Isaac Oram <isaac.w.oram@...> --- Platform/Intel/MinPlatformPkg/MinPlatformPkg
|
By
Oram, Isaac W
·
|
|
[PATCH v1 10/10] SecurityPkg/RngDxe: Use DrbgLib in RngDxe for Arm
From: Pierre Gondois <pierre.gondois@...> Make use of the new DrbgLib and advertise support for the SP800-90 Ctr 256 bits Drbg. The algorithm will be used for Arm and AArch64 arch. Signed-off-by: Pier
From: Pierre Gondois <pierre.gondois@...> Make use of the new DrbgLib and advertise support for the SP800-90 Ctr 256 bits Drbg. The algorithm will be used for Arm and AArch64 arch. Signed-off-by: Pier
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 09/10] SecurityPkg: Update Securitypkg.ci.yaml
From: Pierre Gondois <pierre.gondois@...> Add ArmPkg.dec as a valid dependency for the SecurityPkg. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- SecurityPkg/SecurityPkg.ci.yaml | 1 + 1 file
From: Pierre Gondois <pierre.gondois@...> Add ArmPkg.dec as a valid dependency for the SecurityPkg. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- SecurityPkg/SecurityPkg.ci.yaml | 1 + 1 file
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 9/9] SecurityPkg/RngDxe: Use DrbgLib in RngDxe for Arm
From: Pierre Gondois <pierre.gondois@...> Make use of the new DrbgLib and advertise support for the SP800-90 Ctr 256 bits Drbg. The algorithm will be used for Arm and AArch64 arch. Signed-off-by: Pier
From: Pierre Gondois <pierre.gondois@...> Make use of the new DrbgLib and advertise support for the SP800-90 Ctr 256 bits Drbg. The algorithm will be used for Arm and AArch64 arch. Signed-off-by: Pier
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 8/9] ArmVirtPkg: Kvmtool: Add AesLib/DrbgLib for RngDxe
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971 The RngDxe will require both AesLib and DrbgLib for Arm. Thus add the libraries to ArmVirtKvmTool.ds
From: Pierre Gondois <pierre.gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971 The RngDxe will require both AesLib and DrbgLib for Arm. Thus add the libraries to ArmVirtKvmTool.ds
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 7/9] MdePkg/DrbgLib: Add Drbg mechanism functions and module
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971 From the NIST Special Publication 800-90A, the implementation of a Drbg can be split into: 1. DRBG M
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3971 From the NIST Special Publication 800-90A, the implementation of a Drbg can be split into: 1. DRBG M
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 6/9] MdePkg/DrbgLib: Add Ctr Drbg mechanism functions
From: Pierre Gondois <Pierre.Gondois@...> From the NIST Special Publication 800-90A, the implementation of a Drbg can be split into: 1. DRBG Mechanism Functions (s9 of the spec), describing the operat
From: Pierre Gondois <Pierre.Gondois@...> From the NIST Special Publication 800-90A, the implementation of a Drbg can be split into: 1. DRBG Mechanism Functions (s9 of the spec), describing the operat
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 5/9] MdePkg/DrbgLib: Add common wrappers
From: Pierre Gondois <pierre.gondois@...> Add common wrappers around the TRNG and AES libraries: - GetEntropy() relies an Arm Trng - BlockEncrypt relies on Arm implementation of the AES library Signed
From: Pierre Gondois <pierre.gondois@...> Add common wrappers around the TRNG and AES libraries: - GetEntropy() relies an Arm Trng - BlockEncrypt relies on Arm implementation of the AES library Signed
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 4/9] MdePkg/DrbgLib: Add Get_entropy_input() implementation
From: Pierre Gondois <Pierre.Gondois@...> NIST Special Publication 800-90C, s10.3.3 'Get_entropy_input Constructions for Accessing Entropy Sources' specifies multiple way to implement the Get_entropy_
From: Pierre Gondois <Pierre.Gondois@...> NIST Special Publication 800-90C, s10.3.3 'Get_entropy_input Constructions for Accessing Entropy Sources' specifies multiple way to implement the Get_entropy_
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 3/9] MdePkg/DrbgLib: Add BitStream implementation
From: Pierre Gondois <Pierre.Gondois@...> The Ctr Drbg does bitstream operations (additions, right/left shifting, ...). To have a clearer implementation of the NIST specifications, add a BitStream rep
From: Pierre Gondois <Pierre.Gondois@...> The Ctr Drbg does bitstream operations (additions, right/left shifting, ...). To have a clearer implementation of the NIST specifications, add a BitStream rep
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 2/9] MdePkg/DrbgLib: Add NULL instance of Drbg Library
From: Pierre Gondois <Pierre.Gondois@...> Add a Null instance of the DrbgLib satisfy potential build dependencies issues. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- MdePkg/Library/DrbgLibN
From: Pierre Gondois <Pierre.Gondois@...> Add a Null instance of the DrbgLib satisfy potential build dependencies issues. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- MdePkg/Library/DrbgLibN
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 1/9] MdePkg/DrbgLib: Drbg library interface definition
From: Pierre Gondois <Pierre.Gondois@...> The NIST Special Publication 800-90A, 800-90B and 800-90C details how to implement a Deterministic Random Bits Generator (DRBG). Add a library interface defin
From: Pierre Gondois <Pierre.Gondois@...> The NIST Special Publication 800-90A, 800-90B and 800-90C details how to implement a Deterministic Random Bits Generator (DRBG). Add a library interface defin
|
By
PierreGondois
·
|