ChangeLog 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 2011-02-17 Juho Vähä-Herttua <[email protected]>
  2. * CngAlgorithm.cs, CngAlgorithmGroup.cs: Change the private
  3. variable name to match .NET when the class is serialized
  4. * CngKeyBlobFormat.cs: New.
  5. * CngKeyCreationParameters.cs: New.
  6. * CngProperty.cs: New.
  7. * CngPropertyCollection.cs: New.
  8. * CngProvider.cs: New.
  9. * CngUIPolicy.cs: New.
  10. 2011-02-16 Juho Vähä-Herttua <[email protected]>
  11. * CngExportPolicies.cs: New.
  12. * CngKeyCreationOptions.cs: New.
  13. * CngKeyOpenOptions.cs: New.
  14. * CngKeyUsages.cs: New.
  15. * CngPropertyOptions.cs: New.
  16. * CngUIProtectionLevels.cs: New.
  17. * ECDiffieHellmanKeyDerivationFunction.cs: New.
  18. * ECKeyXmlFormat.cs: New.
  19. 2010-03-18 Sebastien Pouliot <[email protected]>
  20. * Aes.cs: Build here before NET_4_0 (or MOONLIGHT) otherwise
  21. build only if compiled from mscorlib.dll
  22. 2009-11-12 Jb Evain <[email protected]>
  23. * Aes.cs: avoid using an hardcoded assembly version for System.Core.
  24. 2009-07-20 Sebastien Pouliot <[email protected]>
  25. * Aes.cs: Use the fully qualified name since this is not a type known
  26. in the default corlib (2.0 or 1.x).
  27. 2009-04-29 Sebastien Pouliot <[email protected]>
  28. * MD5Cng.cs, SHA1Cng.cs, SHA256Cng.cs, SHA256CryptoServiceProvider.cs,
  29. SHA384Cng.cs, SHA384CryptoServiceProvider.cs, SHA512Cng.cs,
  30. SHA512CryptoServiceProvider.cs: Regenerated to be excluded from
  31. NET_2_1
  32. 2008-08-07 Sebastien Pouliot <[email protected]>
  33. * Aes.cs: Don't set the (unexisting) FeedbackSizeValue field
  34. for NET_2_1
  35. * AesTransform.cs: Remove code for blocksize != 128 bits
  36. 2008-08-05 Sebastien Pouliot <[email protected]>
  37. * Aes.cs: New. Base class for AES cipher.
  38. * AesCryptoServiceProvider.cs: New. CSP implementation
  39. of AES. For mono we're reusing the managed AesTransform
  40. * AesManaged.cs: New. Managed implementation of AES.
  41. * AesTransform.cs: New. Actual managed code for AES.
  42. * CngAlgorithm.cs: New.
  43. * CngAlgorithmGroup.cs: New.
  44. * MD5Cng.cs: New. Generated code.
  45. * SHA1Cng.cs: New. Generated code.
  46. * SHA256Cng.cs: New. Generated code.
  47. * SHA256CryptoServiceProvider.cs: New. Generated code.
  48. * SHA384Cng.cs: New. Generated code.
  49. * SHA384CryptoServiceProvider.cs: New. Generated code.
  50. * SHA512Cng.cs: New. Generated code.
  51. * SHA512CryptoServiceProvider.cs: New. Generated code.