diff options
author | Qin Long <qin.long@intel.com> | 2015-06-19 02:45:06 +0000 |
---|---|---|
committer | qlong <qlong@Edk2> | 2015-06-19 02:45:06 +0000 |
commit | 2d0934995f54a9306cbea7a2fe570bb439f1bc10 (patch) | |
tree | 147a7c91ade475aceb34b5c4befb3cc5e2f00a21 /SecurityPkg/SecurityPkg.dsc | |
parent | afeb55e4a67ed42eb1f822d06776166dfd7c4140 (diff) | |
download | edk2-platforms-2d0934995f54a9306cbea7a2fe570bb439f1bc10.tar.xz |
SecurityPkg: Add UEFI-2.5 PKCS7 Verification Protocol Support
This patch adds the support for PKCS7 Verification Protocol which
was defined in UEFI 2.5.
(NOTE: The VerifySignature interface was not supported in this
version, due to openssl interface limitation)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17670 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/SecurityPkg.dsc')
-rw-r--r-- | SecurityPkg/SecurityPkg.dsc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index e048c0168b..35a7a51f72 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -229,6 +229,11 @@ #
SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
+ #
+ # PKCS7 Verification
+ #
+ SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.inf
+
[Components.IA32, Components.X64]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxe.inf
|