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
2017-08-15Add DSA span-based methods (#23226)Stephen Toub
2017-08-11Add RSA span-based methods (#23112)Stephen Toub
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-08-10Add Span-based overloads to HashAlgorithm and IncrementalHash (#23076)Stephen Toub
2017-08-08Add RandomNumberGenerator.GetBytes(Span) overload (#23010)Stephen Toub
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-15Update Pinvoke baselines to match latest modernapis.xml entries (#21028)Dan Moseley
2017-05-17Increment versions post 2.0Eric St. John
2017-05-10Remove unneeded Serializable attributes (#19577)Morgan Brown
2017-05-02Merge pull request #19130 from krwq/fix18897Krzysztof Wicher
2017-05-01add modifier, comment out TheoryKrzysztof Wicher
2017-05-01apply review feedbackKrzysztof Wicher
2017-04-29Make KeyPassword work on coreKrzysztof Wicher
2017-04-28Skip S.S.C.Rsa test when framework version is smaller than 462 (#19074)Santiago Fernandez Madero
2017-04-28Add KeyPassworddanmosemsft
2017-04-19Enable the creation of certificates and cert requestsJeremy Barton
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-11Csp error strings missing error code parameter (#18161)Viktor Hofer
2017-04-11Support Unix in System.Security.Cryptography.Csp (#18024)Steve Harter
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-05NS2.0 - Add SHA256/384/512CryptoServiceProvider (#17906)Atsushi Kanamori
2017-04-03NS2.0 - Compute RSACryptoServiceProvider (#17814)Atsushi Kanamori
2017-03-11Merge remote-tracking branch 'dotnet/master' into master_to_applecryptoJeremy Barton
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-06Clean up unused SupportsKeyGeneration propertiesJeremy Barton
2017-02-23Remove calls to GetTypeInfo() from System.Security.Cryptography.CspJon Hanna
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Fix several typos (#16264)Jon Hanna
2017-02-17Enabling overflow checks for debug (#16189)Dennis "D.C." Dietrich
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-11Merge commit '5091856f5ec900505026f8296e8b2fd5f958796b' into dev/apple_cryptoJeremy Barton
2017-02-10Marking code as unchecked (pt 5)Dennis "D.C." Dietrich
2017-02-09Enable tests to compile with netstandard (#15956)Tarek Mahmoud Sayed
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez
2017-02-07Remove non-existent project.json's from project filesEric Mellino
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Enable compiling the test projects against the configuration (#15743)Tarek Mahmoud Sayed
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without Buil...Wes Haggard
2017-02-01Clean up desktop ConfigurationsEric St. John
2017-02-01Remove desktop config when in NETStandard.LibraryEric St. John
2017-01-31Sync PropertyGroups and BuildConfigurationsEric St. John
2017-01-24Removing netstandard configurations for things that are bellow netstandard (#...Jose Perez Rodriguez
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones (#1...Jose Perez Rodriguez
2017-01-20Merge pull request #15312 from ericstj/packageCleanup3Eric StJohn
2017-01-19Add packages to NETCore.App to complete closureEric St. John
2017-01-19Remove packages from NETStandard2.0Eric St. John