VirtualBox

Changeset 86550 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Oct 13, 2020 12:01:19 AM (4 years ago)
Author:
vboxsync
Message:

SUPHardNt,IPRT: If there are nested signatures (i.e. more than one signature), don't get grumpy if there are time or cert path issues with some of them, as long as one or more checks out perfectly. (Mind, all the signature data must check out, it's just the cert path or signing time we're relaxing here.) [build fix] ticketref:19743 bugref:3103

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

    r86549 r86550  
    25432543    RT_NOREF_PV(pModPe);
    25442544    RTCrPkcs7ContentInfo_Delete(&pSignature->PrimaryContentInfo);
    2545     if (pSignature->paNested > 0)
     2545    if (pSignature->paNested)
    25462546    {
    25472547        RTMemTmpFree(pSignature->paNested);
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