summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Pkcs7Verify
diff options
context:
space:
mode:
authorQiu Shumin <shumin.qiu@intel.com>2015-07-14 02:18:19 +0000
committershenshushi <shenshushi@Edk2>2015-07-14 02:18:19 +0000
commit3ee7bc8ea7add32ee874b339904d4857dfed7ad9 (patch)
tree27076d6a78454fd9187612267136b3518df22de2 /SecurityPkg/Pkcs7Verify
parent2ad9cf37a492e69a4e1b7624d92d9a35fce083fc (diff)
downloadedk2-3ee7bc8ea7add32ee874b339904d4857dfed7ad9.tar.gz
edk2-3ee7bc8ea7add32ee874b339904d4857dfed7ad9.tar.bz2
edk2-3ee7bc8ea7add32ee874b339904d4857dfed7ad9.zip
SecurityPkg/Pkcs7VerifyDxe: Cleanup P7CheckTrust function comments.
Delete description of non-existent parameters 'Content' and 'ContentSize' from P7CheckTrust() description. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Qin Long <qin.long@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17937 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/Pkcs7Verify')
-rw-r--r--SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.c b/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.c
index 631925587c..13c91382dc 100644
--- a/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.c
+++ b/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.c
@@ -619,12 +619,6 @@ _Exit:
@param[in] AllowedDb Pointer to a list of pointers to EFI_SIGNATURE_LIST
structures which contains lists of X.509 certificates
of approved signers.
- @param[out] Content An optional caller-allocated buffer into which the
- function will copy the content of PKCS7 signedData.
- @param[in,out] ContentSize On input, points of the size in bytes of the optional
- buffer Content previously allocated by caller. On output,
- the value will contain the actual size of the content
- extracted from the signedData.
@retval EFI_SUCCESS The PKCS7 signedData is trusted.
@retval EFI_SECURITY_VIOLATION Fail to verify the signature in PKCS7 signedData.