VirtualBox

Changeset 95597 in vbox


Ignore:
Timestamp:
Jul 12, 2022 2:26:57 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152234
Message:

IPRT/Pkcs7: Added a parameter to RTCrPkcs7SimpleSignSignedData (not yet implemented). [build fix] bugref:8691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

    r95595 r95597  
    24602460                    rc = RTCrPkcs7SimpleSignSignedData(RTCRPKCS7SIGN_SD_F_DEATCHED | RTCRPKCS7SIGN_SD_F_NO_SMIME_CAP,
    24612461                                                       pCertificate, hPrivateKey, pvManifest, (size_t)cbManifest, enmDigestType,
    2462                                                        hIntermediateCerts, , NULL /*pAdditionalAuthenticatedAttribs*/,
     2462                                                       hIntermediateCerts, NULL /*pAdditionalAuthenticatedAttribs*/,
    24632463                                                       pvResult, &cbResult, RTErrInfoInitStatic(pErrInfo));
    24642464                    if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

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