File tree
12 files changed
+40
-35
lines changed- patches/cli
- repos
- src
- tools-local
12 files changed
+40
-35
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 14 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 |
| |
22 | 28 |
| |
23 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
- dependencies.props+9-9
- external/harvestPackages/harvestPackages.props+1-1
- pkg/Microsoft.NETCore.Platforms/Microsoft.NETCore.Platforms.pkgproj+2-2
- pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json+117
- pkg/Microsoft.NETCore.Platforms/runtime.json+50
- pkg/Microsoft.NETCore.Platforms/runtimeGroups.props+6
- pkg/Microsoft.Private.PackageBaseline/packageIndex.json+7-4
- src/Common/src/Interop/Unix/System.Net.Http.Native/Interop.Easy.cs+1
- src/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.OpenSsl.cs+20
- src/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.Ssl.cs+5-1
- src/Common/src/Interop/Unix/System.Security.Cryptography.Native/Interop.X509StoreCtx.cs+23
- src/Common/src/Interop/Windows/SChannel/Interop.SchProtocols.cs+6-2
- src/Common/src/System/Net/SecurityProtocol.cs+6-1
- src/Common/tests/System/Net/SslProtocolSupport.cs+16-4
- src/CoreFx.Private.TestUtilities/ref/CoreFx.Private.TestUtilities.cs+2
- src/CoreFx.Private.TestUtilities/src/System/PlatformDetection.Unix.cs+7-4
- src/CoreFx.Private.TestUtilities/src/System/PlatformDetection.Windows.cs+23
- src/Native/Unix/System.Security.Cryptography.Native.Apple/pal_ssl.cpp+8-1
- src/Native/Unix/System.Security.Cryptography.Native.Apple/pal_ssl.h+1
- src/Native/Unix/System.Security.Cryptography.Native.Apple/pal_x509chain.cpp+2-1
- src/Native/Unix/System.Security.Cryptography.Native/CMakeLists.txt+1
- src/Native/Unix/System.Security.Cryptography.Native/apibridge.cpp+10
- src/Native/Unix/System.Security.Cryptography.Native/apibridge.h+2
- src/Native/Unix/System.Security.Cryptography.Native/openssl_1_0_structs.h+22-1
- src/Native/Unix/System.Security.Cryptography.Native/opensslshim.h+33-3
- src/Native/Unix/System.Security.Cryptography.Native/pal_asn1_print.cpp+1-1
- src/Native/Unix/System.Security.Cryptography.Native/pal_ssl.cpp+4-1
- src/Native/Unix/System.Security.Cryptography.Native/pal_ssl.h+2-1
- src/Native/Unix/System.Security.Cryptography.Native/pal_x509.cpp+120
- src/Native/Unix/System.Security.Cryptography.Native/pal_x509.h+9
- src/System.Net.Http.WinHttpHandler/dir.props+3-3
- src/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs+11
- src/System.Net.Http/src/System/Net/Http/CurlHandler/CurlHandler.SslProvider.Linux.cs+7
- src/System.Net.Http/src/System/Net/Http/CurlHandler/CurlHandler.SslProvider.OSX.cs+7
- src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.AcceptAllCerts.cs+2
- src/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.SslProtocols.cs+19-7
- src/System.Net.Http/tests/FunctionalTests/HttpClientTestBase.cs+4
- src/System.Net.Security/src/System/Net/Security/SslConnectionInfo.Unix.cs+2
- src/System.Net.Security/src/System/Net/Security/SslState.cs+8
- src/System.Net.ServicePoint/src/System/Net/ServicePointManager.cs+4-1
- src/System.Private.Uri/tests/FunctionalTests/IriTest.cs+1
- src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Unix/OpenSslX509ChainProcessor.cs+43
- src/System.Security.Cryptography.X509Certificates/tests/ChainTests.cs+73
- src/System.Security.Cryptography.X509Certificates/tests/DynamicChainTests.cs+210
- src/System.Security.Cryptography.X509Certificates/tests/System.Security.Cryptography.X509Certificates.Tests.csproj+3-1
- src/System.Security.Cryptography.X509Certificates/tests/TestDataGenerator.cs+137
- src/packages.builds+1-1
- tools-local/ILAsmVersion.txt+1-1
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
221 |
| - | |
| 220 | + | |
| 221 | + | |
222 | 222 |
| |
223 |
| - | |
| 223 | + | |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
|
Lines changed: 12 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 |
| - | |
99 |
| - | |
100 |
| - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
| 136 | + | |
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
195 | 194 |
| |
196 | 195 |
| |
197 | 196 |
| |
| |||
274 | 273 |
| |
275 | 274 |
| |
276 | 275 |
| |
277 |
| - | |
278 |
| - | |
| 276 | + | |
| 277 | + | |
279 | 278 |
| |
280 |
| - | |
| 279 | + | |
281 | 280 |
| |
282 |
| - | |
| 281 | + | |
283 | 282 |
| |
284 | 283 |
| |
285 | 284 |
| |
|
0 commit comments