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-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
2017-11-03Update ref assemblies with readonly changesStephen Toub
2017-11-03Mark applicable structs as readonlyStephen Toub
2017-11-03Change TaskCanceledException to OperationCancelledException.Lakshmi Priya Sekar
2017-11-02Merge pull request #24883 from Drawaes/ALPN-LinuxLakshmi Priya Sekar
2017-11-01Fix exceptions on failing alpn protocol mismatch test.Lakshmi Priya Sekar
2017-11-01Implement cancellation policy for sslstream.Lakshmi Priya Sekar
2017-10-28Remove pointer math (#5)Tim Seaward
2017-10-27Make corefx exceptions serializable and add typeforwards (#24427)Viktor Hofer
2017-10-26Reacting to review enabling testsdrawaes
2017-10-26Remove dead code from System.Net.Security (#24816)Stano Peťko
2017-10-26Fix matching algo, remove pin because of client buffer use, moved gchandle to...Drawaes
2017-10-25SSLStream Fixing GC Hole (#24799)Tim Seaward
2017-10-24Add locking to SecureTransport P/Invokes (#24833)Jeremy Barton
2017-10-24Rename MemoryHandle PinnedPointer and add HasPointer property.ahsonkhan
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-19Merge pull request #24389 from Priya91/tlsextensionLakshmi Priya Sekar