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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-25Credscan - revert crypto changes (#406)Jan Jahoda
2021-02-19Only use IPv6 if availableAlexander Köplinger
2019-07-10Disable the entire ServerNoEncryptionTest test.Martin Baulig
2019-02-20Don't check the exception message on Mono.Martin Baulig
2019-02-15[WIP]: Mono-specific conditionals and hacks for the SslStream tests. (#252)Martin Baulig
2018-06-25NetFX compatibility fixes for X500DistinguishedName.Filip Navara
2018-05-25Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-05-10SslApplicationProtocol: don't use local functions to support older compilers....Martin Baulig
2018-04-30Fix regression in SslStream eof handling (#29344)Stephen Toub
2018-04-22Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-04-20Ensure LocalCertificateSelectionCallback is still called with AuthenticateAsS...Max Kerr
2018-04-16Fix nestedRead tracking in SslStreamInternal.ReadAsyncInternal (#29130)Stephen Toub
2018-04-16Delete faulty assert in SslStreamInternal (#29131)Stephen Toub
2018-04-12Simplify sspicli interop marshaling (#29031)Jan Kotas
2018-04-10Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-04-09Fix regression on OpenSsl exception message (#28931)Paulo Janotti
2018-04-09Stop nulling out fields in SafeDeleteSslContext dispose. (#28889)Max Kerr
2018-04-04Make default SocketsHttpHandler SslProtocols include Tls11/12 on Win7/2008R2 ...Stephen Toub
2018-04-02Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-03-31Stop blocking explicit opt-in to Ssl2/3 in SslStream and HttpClient (#28639)Stephen Toub
2018-03-31SslStream mutates state of options (#28666)Krzysztof Wicher
2018-03-31Add server-side SNI support (#28278)Krzysztof Wicher
2018-03-30Make AuthenticationException message less platform-specific (#28645)Stephen Toub
2018-03-29Mirror changes from dotnet/coreclr (#28534)dotnet bot
2018-03-23Rename new Stream.Read/Write{Async} Span/Memory source/Destination arguments ...Anirudh Agnihotry
2018-03-16Avoid mutating SslClientAuthenticationOptions in SslStateStephen Toub
2018-03-16Make StreamSizes a struct rather than classStephen Toub
2018-03-16Avoid allocating ExceptionDispatchInfo and ObjectDisposedException when dispo...Stephen Toub
2018-03-04System.Net.Security.Tests fails 3 tests in non-English Windows (#27650)Alexander Radchenko
2018-03-02Expose and roll out ValueTask extensibilityStephen Toub
2018-03-01Merge pull request #27551 from geoffkizer/ntlmGeoff Kizer
2018-03-01Scrub error messages for missing arguments(throw new) (#27553)Marco Rossignoli
2018-03-01fix NetEventSource.Security.cs build issueGeoff Kizer
2018-02-28Change new ThreadPool.QueueUserWorkItem overload to be genericStephen Toub
2018-02-26Use SCH_USE_STRONG_CRYPTO with SystemDefaults (#27382)Caesar Chen
2018-02-17Add SslStream test to validate options aren't mutated (#27203)Stephen Toub
2018-02-16Fix encryption policy error message missing argument (#27205)Stephen Toub
2018-02-16Fix AuthenticateAsServerAsync argument name in ref (#27201)Stephen Toub
2018-02-13Clear initlocals in a bunch of assemblies (#26993)Stephen Toub
2018-02-09Ensure EventData structs in EventSource implementations are zero'd (#26968)Stephen Toub
2018-02-01Make SslStreamInternal to free resources with SslStream dispose. (#26666)Lakshmi Priya Sekar
2018-01-23Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-01-22Merge pull request #26435 from Priya91/somefixesLakshmi Priya Sekar
2018-01-20Enable ClientAndServer_OneOrBothUseDefault_Ok test (#26463)Paulo Janotti
2018-01-19Fix bug with SslStream Read behavior.Lakshmi Priya Sekar
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2018-01-10respond to pr feedback.Lakshmi Priya Sekar
2018-01-08Respond to pr feedback.Lakshmi Priya Sekar
2018-01-08Use AllowRenegotiation with default true.Lakshmi Priya Sekar
2018-01-06Change assert to inrange test.Lakshmi Priya Sekar