Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
I have a doubt whether EV code signing certificate can be used for one driver itself or in future, if I develop another driver, can I use old one?
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Writing WDF Drivers | 7 Dec 2020 | LIVE ONLINE |
Internals & Software Drivers | 25 Jan 2021 | LIVE ONLINE |
Developing Minifilters | 8 March 2021 | LIVE ONLINE |
Comments
A code signing certificate is issued to a COMPANY, and you use it to sign an executable (for example) to "prove" who wrote the code. As long as the certificate is valid (they DO expire) you can use that certificate as many times as you want.
Peter
Peter Viscarola
OSR
@OSRDrivers
Thanks for quick response Peter Viscarola. So, EV certificate is valid for one year only, after that we may need to renew or it works after one year also?
Different Certificate Authorities sell EV Certs with different validity periods.
During the Cert’s validity period you can use it to sign code. When the cert’s validity period ends, the code will still be signed (and drivers signed will still load), but you no longer use the (now expired) cert to sign additional drivers.
Peter
Peter Viscarola
OSR
@OSRDrivers