|
|
|
|
|
by toast0
2144 days ago
|
|
Windows code signing does not include a step where Microsoft inspects the code. The developer gets a certificate from a commercial CA and signs the code. If the certificate is an EV certificate, that's basically it. If it's a regular certificate, Windows does a callback to Microsoft that seems to just be a popularity check --- if the certificate has been used a lot, then the prompts go away. At best, Windows code signing lets you know who signed it and that that person was able to pay a CA some money, not that it's safe to run. |
|