Changeset 95626 in vbox for trunk/src/VBox/Runtime/tools/RTSignTool.cpp
- Timestamp:
- Jul 13, 2022 8:35:28 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTSignTool.cpp
r95625 r95626 1488 1488 PSIGNTOOLPKCS7 pSigDst = !pThis->pSignedData ? pThis : &Src; 1489 1489 rcExit = Pkcs7SignStuff("image", pvSpcEncoded, cbSpcEncoded, &AuthAttribs, hAddCerts, 0 /*fExtraFlags*/, 1490 RTDIGESTTYPE_SHA1 /** @todo */, pSigningCertKey, cVerbosity,1490 RTDIGESTTYPE_SHA1 /** @todo */, pSigningCertKey, cVerbosity, 1491 1491 (void **)&pSigDst->pbBuf, &pSigDst->cbBuf, &pSigDst->ContentInfo, &pSigDst->pSignedData); 1492 1492 if (rcExit == RTEXITCODE_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.