public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/5] Add multi-cert PcdPkcs7CertBufferXdr
@ 2018-03-12 19:30 Kinney, Michael D
  2018-03-12 19:30 ` [Patch 1/5] BaseTools/BinToPcd: Add support for multiple binary input files Kinney, Michael D
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Kinney, Michael D @ 2018-03-12 19:30 UTC (permalink / raw)
  To: edk2-devel
  Cc: Sean Brogan, Yonghong Zhu, Liming Gao, Chao Zhang, Jiewen Yao,
	Kelly Steele, David Wei, Mang Guo, Michael D Kinney

https://bugzilla.tianocore.org/show_bug.cgi?id=890
https://bugzilla.tianocore.org/show_bug.cgi?id=891

* Update BinToPcd to support multiple one or more -i INPUTFILE arguments
* Update BinToPcd to support -x, --xdr flags to encode PCD using the
  Variable-Length Opaque Data of RFC 4506 External Data Representation
  Standard (XDR).
* Add PcdPkcs7CertBufferXdr that supports one or more PKCS7 certificates
  encoded using the Variable-Length Opaque Data format of RFC 4506 External
  Data Representation Standard (XDR).  
* Use both PcdPkcs7CertBuffer and PcdPkcs7CertBufferXdr to authenticate
  capsules.
* Evaluate both PcdPkcs7CertBuffer and PcdPkcs7CertBufferXdr for the use
  of the test key.

Branch for review:
https://github.com/mdkinney/edk2/tree/Bug_890_891_BinToPcdMultipleInputFiles
  
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Kinney, Michael D (4):
  BaseTools/BinToPcd: Add support for multiple binary input files
  SecurityPkg: Add PcdPkcs7CertBufferXdr
  SecurityPkg/EdkiiSystemCapsuleLib: Use PcdPkcs7CertBufferXdr
  QuarkPlatformPkg/PlatformBootManagerLib: Check PcdPkcs7CertBufferXdr

Michael D Kinney (1):
  Vlv2TbltDevicePkg/PlatformBootManagerLib: Check PcdPkcs7CertBufferXdr

 BaseTools/Scripts/BinToPcd.py                      | 83 ++++++++++++++--------
 .../PlatformBootManagerLib/PlatformBootManager.c   | 51 ++++++++++++-
 .../PlatformBootManagerLib.inf                     |  3 +-
 SecurityPkg/SecurityPkg.dec                        |  8 +++
 SecurityPkg/SecurityPkg.uni                        |  6 ++
 .../EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.c  | 77 +++++++++++++++++---
 .../EdkiiSystemCapsuleLib.inf                      |  3 +-
 .../Library/PlatformBdsLib/BdsPlatform.c           | 57 ++++++++++++++-
 .../Library/PlatformBdsLib/PlatformBdsLib.inf      | 22 +++---
 9 files changed, 258 insertions(+), 52 deletions(-)

-- 
2.14.2.windows.3



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-03-15  6:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-12 19:30 [Patch 0/5] Add multi-cert PcdPkcs7CertBufferXdr Kinney, Michael D
2018-03-12 19:30 ` [Patch 1/5] BaseTools/BinToPcd: Add support for multiple binary input files Kinney, Michael D
2018-03-12 19:30 ` [Patch 2/5] SecurityPkg: Add PcdPkcs7CertBufferXdr Kinney, Michael D
2018-03-12 19:30 ` [Patch 3/5] SecurityPkg/EdkiiSystemCapsuleLib: Use PcdPkcs7CertBufferXdr Kinney, Michael D
2018-03-15  6:36   ` Gao, Liming
2018-03-12 19:30 ` [Patch 4/5] Vlv2TbltDevicePkg/PlatformBootManagerLib: Check PcdPkcs7CertBufferXdr Kinney, Michael D
2018-03-15  2:20   ` Wei, David
2018-03-12 19:30 ` [Patch 5/5] QuarkPlatformPkg/PlatformBootManagerLib: " Kinney, Michael D
2018-03-14 15:29 ` [Patch 0/5] Add multi-cert PcdPkcs7CertBufferXdr Steele, Kelly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox