VirtualBox

Changeset 71877 in vbox for trunk


Ignore:
Timestamp:
Apr 17, 2018 2:30:33 PM (7 years ago)
Author:
vboxsync
Message:

RTSignTool: Added a --prepend flag to the add-nested-cat-signature and add-nested-exe-signature, also fixed handling of more than 1 nested signature. [bug/build fix]

File:
1 edited

Legend:

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

    r71876 r71877  
    395395            Assert((uint32_t)iPos < pSignerInfo->UnauthenticatedAttributes.cItems);
    396396
    397             PRTCRPKCS7ATTRIBUTE pAttr = pSignerInfo->UnauthenticatedAttributes.papItems[iPos];
     397            pAttr = pSignerInfo->UnauthenticatedAttributes.papItems[iPos];
    398398            rc = RTAsn1ObjId_InitFromString(&pAttr->Type, RTCR_PKCS9_ID_MS_NESTED_SIGNATURE, pAttr->Allocation.pAllocator);
    399399            if (RT_SUCCESS(rc))
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