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
2022-07-11NegotiateAuthentication: Implement additional API surface (#71777)Filip Navara
2022-07-01Fix some tests regressed by the aggressive reflection metadata trimming work ...Lakshan Fernando
2022-06-30Improve interoperability of NTLM encryption/decryption and authentication (#7...Filip Navara
2022-06-29Improve allocations in NegotiateStreamPal (#71280)Filip Navara
2022-06-21Implement NegotiateAuthentication API (#70720)Filip Navara
2022-06-16Add end-to-end test for NTLM/Negotiate authentication against fake server (#7...Filip Navara
2022-06-13Add fake server test for Negotiate authentication. (#70396)Filip Navara
2022-06-09Remove <Nullable>disable/annotations</Nullable> from test projects (#70455)Stephen Toub
2022-06-07Use u8 in more places (#69995)Stephen Toub
2022-06-02Update Roslyn to pick up recent features / bug fixes / design changes (#70087)Stephen Toub
2022-05-16Update ActiveIIssue on NtlmSignatureTest (#69389)Filip Navara
2022-05-12Fix NTAuthentication.MakeSignature/VerifySignature on Linux (#65679)Filip Navara
2022-05-09refactor SslStream internals (#68678)Tomas Weinfurt
2022-05-07Add basic fake NTLM server to test NTAuthentication round-trip scenarios (#65...Filip Navara
2022-04-19Managed implementation of NTLM for Android and tvOS (#66879)Filip Navara
2022-03-08Mark EncryptionPolicy.NoEncryption and EncryptionPolicy.AllowNoEncryption as ...Radek Zikmund
2022-02-23Change default of SslServerAuthenticationOptions.AllowRenegotiation to false ...Radek Zikmund
2022-02-15Change SslStream's internal adapter interface to use static abstract interfac...Stephen Toub
2022-02-12Don't use Targets* helper properties in libs (#64500)Viktor Hofer
2022-02-09Consolidate _handshakeBuffer and _internalBuffer in SslStream (#64747)Radek Zikmund
2022-01-24Port MD4 managed implementation from mono/mono (#62074)Maxim Lipnin
2021-08-04Add SslApplicationProtocol.Http3 (#56775)Bar Arnon
2021-07-22Update System.Net.Security Telemetry tests (#55910)Miha Zupan
2021-07-13Delayed client certificate (#54692)Jan Jahoda
2021-06-22SYSLIB0026: Obsolete mutable X509 certificate APIsKevin Jones
2021-06-02add NegotiateClientCertificateAsync support on Windows (#51905)Tomas Weinfurt
2021-04-09Cleanup PlatformSpecific/SkipOnMono attributes that skip a platform (#50907)Alexander Köplinger
2021-02-24Import iOS from MacCatalyst in libraries OSGroups.json (#48652)Alexander Köplinger
2021-02-08Add Mac Catalyst (iOS API, Mac ABI) runtime (#47823)Jo Shields
2020-11-03Changing Windows_NT -> Windows for enabling TargetPlatformMoniker feature of...Anirudh Agnihotry
2020-10-30Add Stream argument validation helpers and use throughout dotnet/runtime (#43...Stephen Toub
2020-08-11Remove unused locals in System.Net.* (#39575)Matt Kotsenas
2020-08-08include more details in exception if remote certificate validation fails (#40...Tomas Weinfurt
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-15[wasm] Modify System.Net.Security to throw PNSE (#39358)Maxim Lipnin
2020-07-08Update license headers (#38793)Stephen Toub
2020-07-08Make browser peer for windows_nt and unix (#37944)Anirudh Agnihotry
2020-07-02Initial support for SslStreamCertificateContext (#38364)Tomas Weinfurt
2020-07-01add TargetHostName to SslStream (#38202)Tomas Weinfurt
2020-06-17[libraries] Add ConditionalFact to wasm failing tests (#37822)Mitchell Hwang
2020-06-16improve correlation for EventSource events in SslStream (#36633)Tomas Weinfurt
2020-05-19Rewrite NegotiateStream.XxAsync operations with async/await (#36583)Stephen Toub
2020-04-25Use attribute Link syntax for Common files (#35436)Marcus Turewicz
2020-03-12Add iOS build configurations (#33292)Alexander Köplinger
2020-02-27Annotate System.Net.Security for nullable reference types (#32541)Eirik Tsarpalis
2020-02-14use proper IO in ssl handshake (#32013)Tomas Weinfurt
2020-02-12Unify int to hexadecimal char conversions (#1273)Marek Safar
2020-02-08Solution Explorer showing netcoreapp5.0-windowsNT file first in case of multi...Anirudh Agnihotry
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-01-29Merging small assemblies (part 1/N) (#2189)Jan Kotas