Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-29"Code Ultramarine": sync `X509Certificate2` with CoreFX and introduce `X509Ce...Martin Baulig
2018-09-06[corlib] Replace System and other namespaces with CoreFX sources (#9744)Egor Bogatov
2018-08-13Bump linker to fix reflection deps (#9929)Marek Safar
2018-08-03[corlib] Improve linker crypto dependencies trackingMarek Safar
2018-07-10[corlib]: Enable `HashCode` in all profiles.Martin Baulig
2018-07-03[Coop] Convert System.Security.Cryptography.RNGCryptoServiceProvider. (#9014)Jay Krell
2018-04-11[corlib] Make more crypto oids work on mobile profiles when not linked outMarek Safar
2018-04-10[corlib] Implements CryptoConfig::AddAlgorithm on all profilesMarek Safar
2018-04-04 [corlib] Enable machine.config dependant version of CryptoConfig for net_4_x...Marek Safar
2018-01-05XMLDSIG from .NET Core. (#6154)Vladimir Kazakov
2017-11-20Fix CryptoConfig.CreateFromName on XM Modern (#6029)Chris Hamons
2017-09-20fix for DSAEgorBo
2017-09-20fix-38054Egor Bogatov
2016-12-20[bcl] Rename aot_only profile to testing_aot_fullAlexander Köplinger
2016-12-16[corlib] Override virtual DSA.HashData() methods in DSACryptoServiceProvider ...Alexander Köplinger
2016-12-15[Facades] Move IncrementalHash to System.Security.Cryptography.Algorithms facadeMarek Safar
2016-12-02[Facades] Add System.Security.Cryptography.Algorithms to net_4_x profileMarek Safar
2016-11-24Rename the mobile_static profile to aot_onlyAlexander Köplinger
2016-11-17[corlib] Remove public ctor from IncrementalHashAlexander Köplinger
2016-10-31[corlib] Map SHA*Cng algorithms to SHA*Managed on monodroidAlexander Köplinger
2016-10-21[bcl] Move a few types from the Facades into the framework for netstandard20 ...Alexander Köplinger
2016-10-10[bcl] Expose a few more APIs on mobile to match with netstandardAlexander Köplinger
2016-08-22[corlib] Add new values for RSAPKCS1SHA(256/384/512)SignatureDescription to C...Alexander Köplinger
2016-08-22[corlib] Rename CryptoConfig_2_1.cs to CryptoConfig.common.csAlexander Köplinger
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-09[bcl] Update Reference Source to .NET Framework 4.6.2Marek Safar
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-23[mobile_static] Fixed AES class usage for mobile_static profileAlexander Kyte
2015-04-29[corlib] Bump reference sources for api tweaksMarek Safar
2015-04-29[corlib] Fixes security tests failuresMarek Safar
2015-04-28[corlib] More cryptography from reference sourcesMarek Safar
2015-04-28[corlib] More cryptography from reference sourcesMarek Safar
2015-04-20[corlib] cryptography from reference sourcesMarek Safar
2015-02-12Merge pull request #1534 from haf/bugs/hmac-wrong-keysizesJoão Matos
2015-01-28[System.Core] More reference sourcesMarek Safar
2015-01-28[corlib] Move Aes.cs to corlibMarek Safar
2015-01-28[crypto] Key size 128 bytes for HMACSHA512Henrik Feldt
2015-01-28[crypto] Key size 128 bytes for HMACSHA384Henrik Feldt
2015-01-28[crypto] Key size 64 for HMACSHA256Henrik Feldt
2015-01-28[crypto] Key size 64 for HMACSHA1Henrik Feldt
2015-01-28[crypto] Key size 64 for HMACRIPEMD160Henrik Feldt
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2014-10-02Revert "Missing Args checks."Sebastien Pouliot
2014-09-14Missing Args checks.Marc-Andre Ferland
2014-09-14Missing setting disposed to trueMarc-Andre Ferland
2014-06-26[corlib] Fix typoMarek Safar
2013-08-13[mscorlib] Support OID names in RSACryptoServiceProvider.SignData()Jonathan Pryor
2013-05-30[ios] Allow some level of configuration when CryptoConfig is used (as a last ...Sebastien Pouliot
2013-05-24Refactor the [D|R]SACryptoServiceProvider constructors so it's possible for t...Sebastien Pouliot