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
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-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
2018-01-06Rename AllowRenegotiation to DisableRenegotiation.Lakshmi Priya Sekar
2018-01-06Add functional tests for AllowRenegotiation property.Lakshmi Priya Sekar
2018-01-06Implement AllowRenegotiation.Lakshmi Priya Sekar
2018-01-05Make assert condition more generic.Lakshmi Priya Sekar
2018-01-05Fix uwp build error.Lakshmi Priya Sekar
2018-01-05Fix bug to make FinishRead behave as before.Lakshmi Priya Sekar
2018-01-05Add test to work the renegotiation codepath.Lakshmi Priya Sekar
2018-01-02Increase code coverage for System.Net.Security (#26044)the-dwyer
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-21Merge pull request #26007 from Priya91/negotiateLakshmi Priya Sekar
2017-12-21Make test asynchronous.Lakshmi Priya Sekar
2017-12-19Ensure build of netcoreapp vertical of CoreFx can be done without past packag...Santiago Fernandez Madero
2017-12-16Reference Unsafe APIs from CoreLib in System.Memory (#25929)Ahson Khan
2017-12-05Respond to PR feedback.Lakshmi Priya Sekar
2017-12-02Add logic to skip alpn tests where unsupported.Lakshmi Priya Sekar
2017-11-30Merge pull request #25261 from Priya91/fixalpnlinuxLakshmi Priya Sekar
2017-11-29Fix test and refactor code.Lakshmi Priya Sekar
2017-11-29SSLStream - Make read side async, and remove a bunch of allocations (#24497)Tim Seaward
2017-11-23SslApplicationProtocol: Use the copied byte array (#25444)Justin Van Patten
2017-11-21Negotiate Async tests - remove blocking (#25360)Tim Seaward
2017-11-21Modify alpn failure test to use network stream.Lakshmi Priya Sekar
2017-11-20Set handshake failure for alpn failure on Linux.Lakshmi Priya Sekar
2017-11-20Remove blocking in SslStream Tests that should be async (#25345)Tim Seaward
2017-11-12Revert "Implement cancellation token for SslStream new AuthenticateAs*Async m...Stephen Toub
2017-11-04Merge pull request #24857 from Priya91/cancellationLakshmi Priya Sekar
2017-11-03Fix flaky test.Lakshmi Priya Sekar