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-15Credscan second round (#404)Jan Jahoda
2019-02-12[NS2.1] changes: IPAddress (#253)Egor Bogatov
2018-11-27Use CryptoConfig.MapNameToOid instead of OID.FromFriendlyNameMartin Baulig
2018-07-24Partial cleanup of `Internal.Cryptography.Helpers`. (#31228)Martin Baulig
2018-07-18Removes System.Diagnostics.PrivateMarek Safar
2018-06-21Substitute BCryptGenRandom.cs with coreclr mirror version (#30115)Marco Rossignoli
2018-06-01Another System.Diagnostics.Private.Martin Baulig
2018-05-31Add more 'using System.Diagnostics.Private'.Martin Baulig
2018-04-22Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-04-05Throw the same exception for data too big and data too small in RSA DecryptJeremy Barton
2018-04-02Fix the message for Cryptography_InvalidPaddingJeremy Barton
2018-04-02Merge remote-tracking branch 'upstream/release/2.1' into 2.1-mergeMarek Safar
2018-03-24Make HashAlgorithm.Create(string) and friends work on .NET Core (#28385)Jeremy Barton
2018-03-15Normalize the too-big-to-decrypt message across RSA implementationsJeremy Barton
2018-03-09Collapse AsSpan().Slice(...) into .AsSpan(...) (#27867)Tarek Mahmoud Sayed
2018-03-06Remove apis that duplicate implicit operators. (#27744)Atsushi Kanamori
2018-02-28Enable RSA-OAEP(SHA-2) and RSA-PSS on Unix systemsJeremy Barton
2018-02-25Port ECDiffieHellman to .NET CoreJeremy Barton
2018-02-17Normalize names of span inputs in crypto APIJeremy Barton
2018-02-14Add FixedTimeEquals and other crypto helper routines as public APIJeremy Barton
2018-01-30Make Linux and macOS throw the same exception on unknown hash algorithms (#26...Jeremy Barton
2018-01-23Merge remote-tracking branch 'upstream/release/2.1'Marek Safar
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2018-01-03Merge remote-tracking branch 'upstream/master'Marek Safar
2017-12-21Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#25936)Ahson Khan
2017-12-19Bring SignedCms to CoreFxJeremy Barton
2017-10-19Merge remote-tracking branch 'upstream/master'Marek Safar
2017-10-19Fix Rijndael IV/Blocksize bugIan Hays
2017-08-31Merge remote-tracking branch 'upstream/master'Marek Safar
2017-08-30Merge pull request #23611 from ericstj/removeNetFxSupportLibsEric StJohn
2017-08-30XML doc spelling corrections - I through P. :shower: (#23651)Brian Chavez
2017-08-29Update VS configurationsEric St. John
2017-08-29Remove NetFx support libsEric St. John
2017-08-29Fix output buffer assumptions in CSP symmetric transforms.Jeremy Barton
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-07Merge remote-tracking branch 'upstream/master'Marek Safar
2017-08-02Remove unused NonSerializable attributes from non serializable types (#22862)Viktor Hofer
2017-07-16Merge remote-tracking branch 'upstream/master'Alexander Köplinger
2017-07-14Add net47 configuration to System.Security.Cryptography.AlgorithmsWes Haggard
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-07-03Merge remote-tracking branch 'upstream/master'Alexander Köplinger
2017-06-28Update remaining argument*exceptions to have param names (#21650)Hugh Bellamy