VirtualBox

Ignore:
Timestamp:
Mar 21, 2019 2:17:15 AM (6 years ago)
Author:
vboxsync
Message:

supHardNt: More info on VERR_SUP_VP_NOT_SIGNED_WITH_BUILD_CERT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp

    r77816 r77820  
    10841084                                                            &pSignerInfo->IssuerAndSerialNumber.Name,
    10851085                                                            &pSignerInfo->IssuerAndSerialNumber.SerialNumber))
    1086             return RTErrInfoSet(pErrInfo, VERR_SUP_VP_NOT_SIGNED_WITH_BUILD_CERT, "Not signed with the build certificate.");
     1086            return RTErrInfoSetF(pErrInfo, VERR_SUP_VP_NOT_SIGNED_WITH_BUILD_CERT,
     1087                                 "Not signed with the build certificate (serial %.*Rhxs, expected %.*Rhxs)",
     1088                                 pSignerInfo->IssuerAndSerialNumber.SerialNumber.Asn1Core.cb,
     1089                                 pSignerInfo->IssuerAndSerialNumber.SerialNumber.Asn1Core.uData.pv,
     1090                                 g_BuildX509Cert.TbsCertificate.SerialNumber.Asn1Core.cb,
     1091                                 g_BuildX509Cert.TbsCertificate.SerialNumber.Asn1Core.uData.pv);
    10871092    }
    10881093
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