VirtualBox

Changeset 95626 in vbox


Ignore:
Timestamp:
Jul 13, 2022 8:35:28 PM (2 years ago)
Author:
vboxsync
Message:

RTSignTool: scm fix. bugref:8691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTSignTool.cpp

    r95625 r95626  
    14881488                PSIGNTOOLPKCS7 pSigDst = !pThis->pSignedData ? pThis : &Src;
    14891489                rcExit = Pkcs7SignStuff("image", pvSpcEncoded, cbSpcEncoded, &AuthAttribs, hAddCerts, 0 /*fExtraFlags*/,
    1490                                         RTDIGESTTYPE_SHA1 /** @todo*/, pSigningCertKey, cVerbosity,
     1490                                        RTDIGESTTYPE_SHA1 /** @todo */, pSigningCertKey, cVerbosity,
    14911491                                        (void **)&pSigDst->pbBuf, &pSigDst->cbBuf, &pSigDst->ContentInfo, &pSigDst->pSignedData);
    14921492                if (rcExit == RTEXITCODE_SUCCESS)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette