Question on signing
-
Friday, November 06, 2009 10:46 AMHi,I was signing my sensor driver (UMDF) with a Verisign Class 3 Code Signing Cert in order to get rid of the "This driver is unsigned..." warning on install. Instead I've now a question box from Windows Security, asking me, whether I want to install the driver. For me this means, I have successfully expelled the Devil with the Beelzebub... for just $500 per year :) Even more worse: In the properties dialog the driver is still marked as NOT digitally signed...Two questions on this:1) Is it possible to achieve a "silent" install with devcon, getting rid of any security warning/message?2) What are the required steps to get a digitally signed driver, which installs w/o complains and is treated as signed?Kind regards
neil
All Replies
-
Friday, November 06, 2009 11:57 AMI think that drivers have to be signed by MS. Any other root certificate, even if in the trust list, is not trusted for drivers, either UMDF or KMDF.
Michael -
Friday, November 06, 2009 5:33 PMModerator
Michael is correct; in order to properly sign your driver, it must be submitted to the WHQL program for verification. You can get more information on that here:
http://www.microsoft.com/whdc/winlogo/default.mspx
Dan- Marked As Answer by neil.young Saturday, November 07, 2009 10:32 AM
-
Friday, November 06, 2009 8:19 PMHmm. Thanks for the answers.My driver is neighter a hardware driver, nor is operating in kernel mode. Do I really have to go through WHQL?Regards
neil -
Saturday, November 07, 2009 7:13 AM
Yes.
Michael- Marked As Answer by neil.young Saturday, November 07, 2009 10:32 AM
-
Saturday, November 07, 2009 10:31 AM;) Thanks.
neil


