| 
      
      
      From: Paarvai N. <ope...@gm...> - 2007-11-10 19:03:06
      
     | 
| >From what I have read the INF does not need to be signed. I might be wrong so I want to try this in-house and see what the result is. The impression I had was that Microsoft wants to keep the kernel mode code signing (KMCS) separate from WHQL. The INF gets signed and hashed as part of the WHQL process. The links I posed earlier were: http://www.microsoft.com/whdc/winlogo/drvsign/kmsigning.mspx http://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/kmsigning.doc There is discussion in the kmsigning.doc that specifically says that you can release a driver *without* WHQL as long as you follow KMCS. And then, there is discussion on KMCS and how it only requires that the KMOD be signed, its hash placed in the CAT file, and the CAT file signed. Sprio, did you look through that document above and find something contradictory, or are you working of some other reference? Personally, I'm unclear on all of this and Microsoft's documentation hasn't been the greatest here. Sadly, the only way to really be sure would be to try this all out or here from someone who has. Paarvai On Nov 10, 2007 8:20 AM, Spiro Trikaliotis <an-...@sp...> wrote: > Hello, > > * On Fri, Nov 09, 2007 at 10:47:27AM -0800 Paarvai Naai wrote: > > > The interesting question that remains is whether the INF file needs to > > be signed to actually allow the driver to install and load. Do you > > know anything about this? > > I don't know for sure as I do not own a 64 bit machine (nor Vista 64 > bit). Anyway, from my understanding, > > 1. in order for the driver (.sys) to load, it must be signed; > > 2. in order for Vista (64bit) to accept your .inf, it must be signed, > too. > > If this is correct, the question is: Are we able to install a USB > driver (WDM, not legacy kernel-mode driver) without an INF? AFAIK, this > is not possible, but I may be wrong. > > But, again, remember: This is only guessing, as I do not own a system to > test this. > > > Regards, > Spiro. > > -- > Spiro R. Trikaliotis http://opencbm.sf.net/ > http://www.trikaliotis.net/ http://www.viceteam.org/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel > |