Skip to content

Commit

Permalink
Security: enforce sha256 on all prod configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bingxing Wang committed Jul 19, 2019
1 parent f5034be commit 297b04f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/AmtPtpDeviceSpiKm/AmtPtpDeviceSpiKm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@
<WppKernelMode>true</WppKernelMode>
<DisableSpecificWarnings>4214</DisableSpecificWarnings>
</ClCompile>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
</DriverSign>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand Down Expand Up @@ -356,6 +359,9 @@
<WppKernelMode>true</WppKernelMode>
<DisableSpecificWarnings>4214</DisableSpecificWarnings>
</ClCompile>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
</DriverSign>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<ClCompile>
Expand Down

0 comments on commit 297b04f

Please sign in to comment.