Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-14[release/5.0] Fix NegotiateStream handling of EOF (#43741)github-actions[bot]
2020-09-11[release/5.0-rc2] Backport Browser Unsupported Attribute Changes Properly (#4...Mitchell Hwang
2020-09-01[release/5.0] Http telemetry changes backport (#41610)Miha Zupan
2020-08-28[release/5.0] Fix OS version check and testhost copying in stress tests (#41321)github-actions[bot]
2020-08-27set TLS versions explicitly to prevent SNI test failure on Deb10 (#41372)github-actions[bot]
2020-08-18retire TLS1.0/1.1 ciphers from default list (#40746)Tomas Weinfurt
2020-08-17Renamed EventSources "Microsoft-"->"Private.InternalDiagnostics.".Marie Píchová
2020-08-14Add telemetry to System.Net.Security (#40108)Miha Zupan
2020-08-11Remove unused locals in System.Net.* (#39575)Matt Kotsenas
2020-08-11Fix concurrent collections CA1836 rule violations (#40629)David Cantu
2020-08-10fix certificate ctx on windows and macOS (#39818)Tomas Weinfurt
2020-08-10use new OperatingSystem APIs in test projects that target NetCoreAppCurrent o...Adam Sitnik
2020-08-10make ssl tests more portable (#40303)Tomas Weinfurt
2020-08-08include more details in exception if remote certificate validation fails (#40...Tomas Weinfurt
2020-08-07Use T? for unconstrained nullable types (#40197)Stephen Toub
2020-08-06QUIC and HTTP/3 fixes (#40468)Cory Nelson
2020-08-05remove dead code (#40363)Geoff Kizer
2020-08-04cleanup schannel pal (#39755)Tomas Weinfurt
2020-07-28 use empty server name is client did not specify one (#39671)Tomas Weinfurt
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-20add SupportsTls11 and SupportsTls12 to PlatformDetection avoid OS versions in...Tomas Weinfurt
2020-07-16Use implicit system configuration for EncryptionPolicy.RequireEncryptionTom Deseyn
2020-07-16use new API on new windows to get TLS13 (#37888)Tomas Weinfurt
2020-07-15[wasm] Modify System.Net.Security to throw PNSE (#39358)Maxim Lipnin
2020-07-14add ServerOptionsSelectionCallback to SslStream (#38760)Tomas Weinfurt
2020-07-10Delete NetEventSource.Enter/Exit events (#38874)Stephen Toub
2020-07-09Trim NetEventSource when EventSource.IsSupported is false (#38828)Eric Erhardt
2020-07-09Add browser tfm to test projects that used to run when it derived from Unix (...Santiago Fernandez Madero
2020-07-09Fix remaining license headers (#38953)Stephen Toub
2020-07-08Update license headers (#38793)Stephen Toub
2020-07-08Make browser peer for windows_nt and unix (#37944)Anirudh Agnihotry
2020-07-08fix failing revocation & ssl tests (#38827)Tomas Weinfurt
2020-07-02Initial support for SslStreamCertificateContext (#38364)Tomas Weinfurt
2020-07-02add two SslStream tests for custom validation (#38182)Tomas Weinfurt
2020-07-01add TargetHostName to SslStream (#38202)Tomas Weinfurt
2020-06-30SDK base images upgraded to 5.0 and docker-compose logging fixed (#38389)Alexander Nikolaev
2020-06-26Fix CA1805 for unnecessary initialization of fields (#38410)Stephen Toub
2020-06-24Delete dead TRACE_VERBOSE code from System.Net.* (#38343)Stephen Toub
2020-06-18Networking stress tests moved out of Hosted pool (#35011)Alexander Nikolaev
2020-06-18Fix nullable annotation on IEnumerator.Current (#37969)Stephen Toub
2020-06-17[libraries] Add ConditionalFact to wasm failing tests (#37822)Mitchell Hwang
2020-06-17reduce use of TRACE_VERBOSE in SslStream (#37917)Tomas Weinfurt
2020-06-16improve correlation for EventSource events in SslStream (#36633)Tomas Weinfurt
2020-06-12Reduce allocation in NegotiateStream.Read/Write{Async} (#37772)Stephen Toub
2020-06-11flush SslStream between messages (#37632)Tomas Weinfurt
2020-06-10improve TLS frame parser (#36201)Tomas Weinfurt
2020-06-10remove ClientAsyncAuthenticate_SslStreamClientServerNone_UseStrongCryptoSet (...Tomas Weinfurt
2020-06-09Use ConditionalFact/Theory for skipping RemoteExecutor on unsupported platfor...Alexander Köplinger
2020-06-09allow access to crypto props from RemoteCertificateValidationCallback (#37580)Tomas Weinfurt
2020-06-07Add ValueTask.factory members (#37507)Stephen Toub