Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
0c3f88a4
Commit
0c3f88a4
authored
Mar 07, 2017
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: dual sign with SHA-1 and SHA-2 for Authenticode
Requires osslsigncode 1.7.x
parent
85de983a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
extras/package/win32/package.mak
extras/package/win32/package.mak
+2
-1
No files found.
extras/package/win32/package.mak
View file @
0c3f88a4
...
...
@@ -94,7 +94,8 @@ package-win-strip: package-win-common package-win-npapi
if
test
-n
"
$(SIGNATURE)
"
;
then
\
cd
$(win32_destdir)
;
find
.
-type
f
\(
-name
'*
$(LIBEXT)
'
-or
-name
'*
$(EXEEXT)
'
\)
|
while
read
i
;
\
do if
test
-n
"
$$
i"
;
then
\
osslsigncode sign
-certs
$(SIGNATURE)
/cert.cer
-key
$(SIGNATURE)
/videolan.key
-n
"VLC media player"
-i
http://www.videolan.org/
-t
http://timestamp.verisign.com/scripts/timstamp.dll
-in
"
$$
i"
-out
"
$$
i.sign"
;
\
osslsigncode sign
-certs
$(SIGNATURE)
/cert.cer
-key
$(SIGNATURE)
/videolan.key
-n
"VLC media player"
-i
http://www.videolan.org/
-t
http://timestamp.verisign.com/scripts/timstamp.dll
-h
sha1
-in
"
$$
i"
-out
"
$$
i.sign"
;
\
osslsigncode sign
-certs
$(SIGNATURE)
/cert.cer
-key
$(SIGNATURE)
/videolan.key
-n
"VLC media player"
-i
http://www.videolan.org/
-t
http://timestamp.verisign.com/scripts/timstamp.dll
-nest
-h
sha2
-in
"
$$
i"
-out
"
$$
i.sign"
;
\
mv
"
$$
i.sign"
"
$$
i"
;
\
fi
;
\
done
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment