]> granicus.if.org Git - python/commitdiff
Updates build to use SHA256 hash when signing files
authorSteve Dower <steve.dower@microsoft.com>
Mon, 8 Feb 2016 17:26:25 +0000 (09:26 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 8 Feb 2016 17:26:25 +0000 (09:26 -0800)
Tools/msi/msi.py

index 219c0edf78a54936670b81c5cfce85d28e0ae76d..a56e40afbc8ca50442911dd0e3fbadf8d0765bb4 100644 (file)
@@ -1436,6 +1436,7 @@ merge(msiname, "SharedCRT", "TARGETDIR", modules)
 if certname:
     os.system('signtool sign /n "%s" '
       '/t http://timestamp.verisign.com/scripts/timestamp.dll '
+      '/fd SHA256 '
       '/d "Python %s" '
       '%s' % (certname, full_current_version, msiname))