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-16Avoid manually pinning spans in crypto interop (#23259)Stephen Toub
2017-08-16Use Span overloads with Rfc2898DeriveBytes computations (#23269)Jeremy Barton
2017-08-15Add ECDsa span-based methods (#23252)Stephen Toub
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-08-02Remove unused NonSerializable attributes from non serializable types (#22862)Viktor Hofer
2017-07-14Add net47 configuration to System.Security.Cryptography.AlgorithmsWes Haggard
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-28Update remaining argument*exceptions to have param names (#21650)Hugh Bellamy
2017-06-28Convert Assert.Throws<ArgumentException> to AssertExtensions (#21491)Hugh Bellamy
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-05Update buildtools (#20651)Matt Ellis
2017-05-25Support Two-Key Triple DES (#20275)Steve Harter
2017-05-17Merge pull request #19842 from ericstj/incrementVersionsGaurav Khanna
2017-05-17Scale back [Serializable] CoreFX types (#19742)Morgan Brown
2017-05-17Increment versions post 2.0Eric St. John
2017-05-04Implement CryptoConfig.AddOID and AddAlgorithm (#19193)Jonathan Mezach
2017-05-03Merge pull request #19199 from ianhays/desktop_algofixesIan Hays
2017-05-03Merge pull request #19201 from ianhays/crypto_pkcs1_allownotshaoneIan Hays
2017-05-03Minor cleanup in Crypto PKCS1 testsIan Hays
2017-05-02Handle some Crypto desktop inconsistencies.Ian Hays
2017-05-02Add PKCS1 MD5 testIan Hays
2017-05-02Make ECDsa.Create(ECCurve(.IsExplicit)) work on Windows. (#19208)Jeremy Barton
2017-05-02Allow PKCS1MaskGenerationMethod non-sha1Ian Hays
2017-04-28Disable for netfx (#19102)Dan Moseley
2017-04-27Merge pull request #19013 from krwq/crypto-algo-netfxKrzysztof Wicher
2017-04-27Merge pull request #19050 from danmosemsft/netfx.hashStephen Toub
2017-04-27change test method DefaultRSAProvider.Create to properly respect key size on ...Krzysztof Wicher
2017-04-27TESTING_CSP_IMPLEMENTATION -> TESTING_WINDOWS_IMPLEMENTATIONKrzysztof Wicher
2017-04-27Disable test for netfxdanmosemsft
2017-04-27Fix testdanmosemsft
2017-04-27Fix issue 18811 - KeySize is not respected on netfx CSP implKrzysztof Wicher
2017-04-25Merge pull request #18766 from ericstj/removeIsDesktopFacadeEric StJohn
2017-04-25Fix System.Security.Cryptography.Algorithms.Tests on UWPAOT #18842 (#18842)Atsushi Kanamori
2017-04-25Replace netfx ifdefs in refs with IsPartialFacadeAssemblyEric St. John
2017-04-24fix 18721: reinitialize hashalgorithm after TransformFinalBlockKrzysztof Wicher
2017-04-22Fix multiple netfx intermittent failures in System.Security.Cryptography.Algo...Krzysztof Wicher
2017-04-18Bulk updates of tests for AssertExtensions (#18491)Daniel Harvey
2017-04-15attribute setViktor Hofer
2017-04-12Add NETStandard.Library.NETFramework packageEric St. John
2017-04-12Update project build configurationsEric St. John
2017-04-12Add netfx configurations for libs in NETStandardEric St. John
2017-04-11Support Unix in System.Security.Cryptography.Csp (#18024)Steve Harter
2017-04-11Merge pull request #18165 from weshaggard/UpdateAssemblyKeysWes Haggard
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-04-10Improve negative alignment for asymmetric algs. (#18082)Jeremy Barton
2017-04-04Add enhanced overloads for RSA and DSA.CreateJeremy Barton