Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 416aae0

Browse files
committed
- Added git ignore for the binary only crypto libraries so they don't get added into the tree
- Updated codesign certificate ids to current Microsoft SHA2 variants.
1 parent 34a92c3 commit 416aae0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ Listings/
3939
/DeviceCode/Targets/OS/Win32/DeviceCode/WinPcap_Eth/Dependencies/WpdPack/
4040

4141
*.axfdump
42+
/crypto/lib

tools/Targets/Microsoft.SPOT.SDK.Targets

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
<OUTPUT_WIXOBJ_DIR_LE>$(OutputWiXObjRoot)Fragments\le\$(MSBuildProjectName)\</OUTPUT_WIXOBJ_DIR_LE>
1414
<OUTPUT_WIXOBJ_DIR_BE>$(OutputWiXObjRoot)Fragments\be\$(MSBuildProjectName)\</OUTPUT_WIXOBJ_DIR_BE>
1515
<DO_NOT_BUILD_DOCS>True</DO_NOT_BUILD_DOCS>
16-
<CodeSignAuthenticodeCert>100040133</CodeSignAuthenticodeCert>
17-
<!-- Temp using Corp cert for VSIX packages until MSOT obtains it's own cert
18-
(Cleared with LCA so long as the contained binaries are signed with an MSOT publisher cert)
19-
-->
20-
<CodeSignOpcCert>160</CodeSignOpcCert>
21-
<CodeSignStrangNameCert>150</CodeSignStrangNameCert>
22-
<CodeSignApprovers>gokulk;richh</CodeSignApprovers>
16+
<CodeSignAuthenticodeCert>400</CodeSignAuthenticodeCert>
17+
<CodeSignOpcCert>100040160</CodeSignOpcCert>
18+
<CodeSignStrongNameCert>272</CodeSignStrongNameCert>
19+
<CodeSignApprovers>smaillet;mortezag</CodeSignApprovers>
20+
2321
<!--
2422
<VSIPInstalled>false</VSIPInstalled>
2523
<XBUILD_OUTDIR>$(SPOCLIENT)\UE\Public\Docs\Built</XBUILD_OUTDIR>

0 commit comments

Comments
 (0)