Changes between Version 4 and Version 5 of BuildingTapWindows6


Ignore:
Timestamp:
04/19/16 09:38:18 (8 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingTapWindows6

    v4 v5  
    5757Sign a driver using a certificate under ''Currentuser\My'', selecting the right certificate based on a substring of the certificate's subjectname:
    5858{{{
    59 signtool.exe sign /v /ac <cross-certificate> /t <timestamp-url> /s My -n <subjectname> <file>
     59signtool.exe sign /v /ac <cross-certificate> /t <timestamp-url> /s My /n <subjectname> <file>
    6060}}}
    6161Examples:
     
    7878signtool verify /v /kp /c <drivername>.cat <drivername>.sys
    7979}}}
     80
     81== External links ==
     82
     83'''General information'''
     84 * [http://www.osr.com/blog/2015/07/24/questions-answers-windows-10-driver-signing/ Questions and Answers: Windows 10 Driver Signing]
     85 * [http://www.davidegrayson.com/signing/ Practical Windows Code and Driver Signing]
     86 * [https://msdn.microsoft.com/en-us/library/windows/hardware/ff686697%28v=vs.85%29.aspx Authenticode Digital Signatures]
     87 * [https://msdn.microsoft.com/en-us/library/windows/hardware/dn170454%28v=vs.85%29.aspx Cross-Certificates for Kernel Mode Code Signing]
     88'''Practical guides'''
     89 * [https://technet.microsoft.com/en-us/library/dd919238%28v=ws.10%29.aspx Steps for Signing a Device Driver Package]
     90'''References'''
     91 * [https://msdn.microsoft.com/en-us/library/windows/hardware/ff553618%28v=vs.85%29.aspx Inf2Cat]
     92 * [https://msdn.microsoft.com/en-us/library/windows/desktop/aa387764%28v=vs.85%29.aspx Signtool]
     93 * [https://technet.microsoft.com/en-us/library/hh849805.aspx Get-AuthenticodeSignature]
     94 * [https://technet.microsoft.com/en-us/library/hh848625.aspx Import-PfxCertificate]
     95