From 86e7b24148d1aafcf2d5c76d602561dddbd8fd0b Mon Sep 17 00:00:00 2001 From: Henyin-Microsoft <67933858+Henyin-Microsoft@users.noreply.github.com> Date: Tue, 12 Jan 2021 10:38:37 -0800 Subject: Bug 31022454 Update Windows-driver-samples to use SHA256 for signing (#562) Followed the instruction to change the Algorithm to use SAH256 Right click on driver project in Visual Studio and select "Properties" Select Configuration: All Configurations and Platform: All Platforms Select "Driving Signing" from the Configuration Properties Enter sha256 for "File Digest Algorithm" Apply changes and exit Properties Save project --- .../HostBasedSampleDriver.vcxproj | 18 +++++++++++++ .../Package/package.VcxProj | 30 +++++++++++++++++++++- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/HostBasedSampleDriver.vcxproj b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/HostBasedSampleDriver.vcxproj index 9242769a..6f345409 100644 --- a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/HostBasedSampleDriver.vcxproj +++ b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/HostBasedSampleDriver.vcxproj @@ -138,36 +138,54 @@ + + sha256 + + + sha256 + + + sha256 + + + sha256 + + + sha256 + + + sha256 + diff --git a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/Package/package.VcxProj b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/Package/package.VcxProj index d68c6610..8bd189b0 100644 --- a/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/Package/package.VcxProj +++ b/print/v4PrintDriverSamples/v4PrintDriver-HostBasedSampleDriver/Package/package.VcxProj @@ -92,7 +92,35 @@ 133563 - + + + sha256 + + + + + sha256 + + + + + sha256 + + + + + sha256 + + + + + sha256 + + + + + sha256 + -- cgit v1.3.1