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
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
2013-05-23Share a bit more code wrt OID/hash so X.509 CRL can use any of them (like the...Sebastien Pouliot
2013-05-17Do not bring (linking-wise) most of ToBase64Transform when Convert.ToBase64St...Sebastien Pouliot
2013-05-16For HMAC avoid using the hash names to create instances (since it bring Crypt...Sebastien Pouliot
2013-05-16Do not require an exception to detect if SHA1 is used.Sebastien Pouliot
2013-05-16Avoid calling TripleDES.Create(string), which calls CryptoConfig, when possib...Sebastien Pouliot
2013-02-12Kill the MOONLIGHT define in corlib.Rodrigo Kumpera
2013-01-07Fix several, but not all, cases where CFB does not work with Rijndael and AES...Sebastien Pouliot
2013-01-07Fix CFB for AesCryptoServiceProvider (only CFB8 worked, 16-64 did not) and mo...Sebastien Pouliot
2013-01-07SymmetricAlgorithm.FeedbackSize must be a multiple of 8 (bits)Sebastien Pouliot
2012-11-07Get better linker results when doing full-aot wrt the cryptographic stackSebastien Pouliot
2012-11-07Make the Crypto stack work with Full AOT.Rodrigo Kumpera
2012-10-05Remove some redundant initializationsMarek Safar
2012-07-27Fix types signatureMarek Safar
2012-06-07Add new 4.5 apiMarek Safar
2012-06-03[class libraries] drop ONLY_1_1Miguel de Icaza
2012-06-02Removal of NET_1_1 defines and some NET_2_0; Both defines are true these da...Miguel de Icaza
2012-05-30Create a store when importing from a CspBlob so we can export it with the sam...Sebastien Pouliot
2012-03-26Move RijndaelTransform code from RijndaelManaged.cs to RijndaelManagedTransfo...Sebastien Pouliot
2012-03-23Fix finalizer where a NRE can occur if the ctor fails to completeSebastien Pouliot
2012-01-04Implement new FX4 methods to add new algorithms/oids with code (not just mach...Sebastien Pouliot
2011-09-21Fix HMACSHA384 and HMACSHA512 for key length of [65, 128] bytes.Juho Vähä-Herttua
2011-09-09Return null instead of catching Activator exception (and return null). What w...Sebastien Pouliot
2011-07-07Fix for out of bounds exceptionSteven Robbins
2011-05-02Match IDisposable with 4.0 changes in System.Security.CryptographySebastien Pouliot
2011-05-02Add some new 4.0 features in System.Security.CryptographySebastien Pouliot
2011-04-17Implemented IDisposable on System.Security.Cryptography.DeriveBytes to match ...Sebastien Pouliot
2011-03-31Fix many corcompare issues for moonlightRolf Bjarne Kvinge
2011-02-08[crypto] Added missing 4.0 algorithm namesMarek Habersack