Skip to content

Commit ed4f448

Browse files
Merge pull request #1075 from reef-technologies/revert-1056-fix-windows-sign
Revert "Use SHA384withRSA for Windows signing"
2 parents 75019e5 + ae4f4b2 commit ed4f448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ def sign_windows(cert_file, cert_password):
379379
'/tr',
380380
WINDOWS_TIMESTAMP_SERVER,
381381
'/td',
382-
'sha384',
382+
'sha256',
383383
'/fd',
384-
'sha384',
384+
'sha256',
385385
f'dist/{binary_name}.exe',
386386
external=True,
387387
)

0 commit comments

Comments
 (0)