Re: Problems with signed driver
Try to issue a test(self-signed) certificate and sign the driver with it.
Check how it works. You might want to have a look at the WDK sign sample:
%WDK_Root%\bin\SelfSign
Pay attention to the selfsign_example.cmd - I found it very usefull.
Have in mind that you need to install the test certificate before
installing
the driver. Doing so, the installation will behave as an installation of a
driver
signed by a trusted authority.
If the signing and the installation of the driver with test certificate
passes
without problems you can be sure that the problem is not in the driver -
it could be an issue with the certificate that you bought recently or the
way
that you sign the driver.
.
Relevant Pages
- unable to sign xp driver with "official certificate"
... I am developing a Windows XP USB driver. ... I purchased a Verisign Class 3 Code Signing certificate. ... driver executes without a problem after installation. ... @ 16:31:43.191 #T203 Install Device: Queuing files from INF. ... (microsoft.public.windowsxp.device_driver.dev) - Re: Driver Signing Requirement for Windows,...
... enough of a software developer, I should have a certificate, and I ... I don't care whether a consultant wrote it - ... The OS's that require driver certification are top of the line, ... signing at best delays products to market and at ... (microsoft.public.development.device.drivers) - Digital sign a driver for XP and Vista
... My company has just bought a Class 3 certificate from Verisign to digitally sign some drivers. ... The driver is made up by a .inf file, a .sys file and a .dll file. ... SHA1 hash: 8FBE4D070EF8AB1BCCAF2A9D5CCAE7282A2C66B3 ... (microsoft.public.development.device.drivers) - Re: DIFx Framework - HOWTO
... > of the driver I've made. ... In connection with this I have tried to set-up an> installation through DIFx framework but have some troubles with it. ... > From this file I have successfully created .cat file and subsequently signed> it with a test certificate obtained through makecert.exe and cert2spc.exe... ... (microsoft.public.development.device.drivers) - Re: Driver status digitally unsigned
... I have been using Verisign codesigning certificate to ... digitally sign my catalog file (which digitally sign my driver file). ... target system to a certificate server in the domain. ... (microsoft.public.development.device.drivers) |
|