From a0916b926f3db36dccb3b2ce07eb6dd2e6b04909 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 22 Jan 2014 22:11:22 -0800 Subject: Finally got the Windows x64 driver signed correctly. Turns out signtool.exe with the older (NDIS5) version of the Windows DDK does not understand cross-certificates, yet it blithely continues on and signs incorrectly anyway. Got it working by using DigiCert's own certificate tool which includes a sign files operation. Must be done manually but this doesn't have to be done often. F@!K. --- .../TapDriver Package/TapDriver Package.vcxproj | 84 +++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) (limited to 'windows/TapDriver Package') diff --git a/windows/TapDriver Package/TapDriver Package.vcxproj b/windows/TapDriver Package/TapDriver Package.vcxproj index 3f0d1df0..86d2505a 100644 --- a/windows/TapDriver Package/TapDriver Package.vcxproj +++ b/windows/TapDriver Package/TapDriver Package.vcxproj @@ -127,6 +127,8 @@ http://timestamp.digicert.com/ $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true + true DbgengKernelDebugger @@ -145,42 +147,122 @@ http://timestamp.digicert.com/ $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true + true http://timestamp.digicert.com/ $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true + true http://timestamp.digicert.com/ $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true + true http://timestamp.digicert.com/ $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true + true http://timestamp.digicert.com/ $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true + true $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true $(SolutionDir)\Build\TapDriverPackage\$(Platform)\$(Configuration)\ + true - + + + SHA1 + + + 8_X64;Server8_X64;Server2008R2_X64;7_X64;Server2008_X64;Vista_X64;Server2003_X64;XP_X64 + + + true + + + + + SHA1 + + + 8_X64;Server8_X64;Server2008R2_X64;7_X64;Server2008_X64;Vista_X64;Server2003_X64;XP_X64 + + + true + + + + + SHA1 + + + 8_X64;Server8_X64;Server2008R2_X64;7_X64;Server2008_X64;Vista_X64;Server2003_X64;XP_X64 + + + true + + + + + SHA1 + + + 8_X64;Server8_X64;Server2008R2_X64;7_X64;Server2008_X64;Vista_X64;Server2003_X64;XP_X64 + + + true + + + + + SHA1 + + + 8_X64;Server8_X64;Server2008R2_X64;7_X64;Server2008_X64;Vista_X64;Server2003_X64;XP_X64 + + + true + + + + + SHA1 + + + 8_X64;Server8_X64;Server2008R2_X64;7_X64;Server2008_X64;Vista_X64;Server2003_X64;XP_X64 + + + true + -- cgit v1.2.3