Key generation for Updater module removed

This commit is contained in:
Simon Rozman 2016-04-01 14:01:34 +02:00
parent 9d6a4d2f1f
commit d446c50ed0
3 changed files with 1 additions and 18 deletions

View File

@ -79,8 +79,7 @@ All \
Setup \ Setup \
SetupDebug \ SetupDebug \
Register \ Register \
Unregister \ Unregister :: "MSI\MSIBuild\Version\Version.mak"
GenRSAKeypair :: "MSI\MSIBuild\Version\Version.mak"
$(MAKE) /f "Makefile" /$(MAKEFLAGS) HAS_VERSION=1 $@ $(MAKE) /f "Makefile" /$(MAKEFLAGS) HAS_VERSION=1 $@
"MSI\MSIBuild\Version\Version.mak" :: "MSI\MSIBuild\Version\Version.mak" ::
@ -345,18 +344,4 @@ $(REDIST_SL_X64) : "$(OUTPUT_DIR)\ZRColaSl64D.3.msi"
$(MAKE) /f "Makefile" /$(MAKEFLAGS) LANG=Sl PLAT=x64 CFG=Debug $(MAKE) /f "Makefile" /$(MAKEFLAGS) LANG=Sl PLAT=x64 CFG=Debug
cd "$(MAKEDIR)" cd "$(MAKEDIR)"
GenRSAKeypair :: \
"$(OUTPUT_DIR)\Keys" \
"$(OUTPUT_DIR)\Keys\verpriv.bin" \
"$(OUTPUT_DIR)\Keys\verpub.bin"
"$(OUTPUT_DIR)\Keys\verkeypair.txt" :
openssl.exe genrsa -out $@ 4096
"$(OUTPUT_DIR)\Keys\verpriv.bin" : "$(OUTPUT_DIR)\Keys\verkeypair.txt"
openssl.exe rsa -in $** -inform PEM -outform DER -out $@
"$(OUTPUT_DIR)\Keys\verpub.bin" : "$(OUTPUT_DIR)\Keys\verkeypair.txt"
openssl.exe rsa -in $** -inform PEM -outform DER -out $@ -pubout
!ENDIF !ENDIF

View File

@ -1,2 +0,0 @@
/verkeypair.txt
/verpriv.bin

Binary file not shown.