smadaminov / ovs-dpdk-meson-issues

VMware Summer 2021
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

VS2019 compile netuio SignTool warning #9

Closed williamtu closed 3 years ago

williamtu commented 3 years ago

1>SIGNTASK : SignTool warning : No file digest algorithm specified. Please specify the digest algorithm with the /fd flag. Using /fd SHA256 is recommended and considered more secure than SHA1. Calling signtool with /fd sha1 is equivalent to the previous behavior. In future releases, this parameter will be required. In order to select the hash algorithm used in the signing certificate's signature, use the /fd certHash option.

full message 1>------ Build started: Project: netuio, Configuration: Release x64 ------ 1>Building 'netuio' with toolset 'WindowsKernelModeDriver10.0' and the 'Desktop' target platform. 1>Stamping C:\dpdk-kmods\windows\netuio\x64\Release\netuio\netuio.inf 1>Stamping [Version] section with DriverVer=06/23/2021,0.6.1.0 1>C:\dpdk-kmods\windows\netuio\netuio.inf(7-7): warning 1324: [Version] section should specify PnpLockdown=1. 1>netuio.vcxproj -> C:\dpdk-kmods\windows\netuio\x64\Release\netuio\netuio.sys 1>......................... 1>Signability test complete. 1> 1>Errors: 1>None 1> 1>Warnings: 1>None 1> 1>Catalog generation complete. 1>C:\dpdk-kmods\windows\netuio\x64\Release\netuio\netuio\netuio.cat 1>Done Adding Additional Store 1>Successfully signed: C:\dpdk-kmods\windows\netuio\x64\Release\netuio\netuio\netuio.cat 1> 1>SIGNTASK : SignTool warning : No file digest algorithm specified. Please specify the digest algorithm with the /fd flag. Using /fd SHA256 is recommended and considered more secure than SHA1. Calling signtool with /fd sha1 is equivalent to the previous behavior. In future releases, this parameter will be required. In order to select the hash algorithm used in the signing certificate's signature, use the /fd certHash option. 1> 1>Done building project "netuio.vcxproj". 1>Done building project "netuio.vcxproj". 2>------ Deploy started: Project: netuio, Configuration: Release x64 ------ ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

williamtu commented 3 years ago

1>Successfully signed: C:\dpdk-kmods\windows\netuio\x64\Release\netuio\netuio\netuio.cat

Screen Shot 2021-06-23 at 7 24 08 PM