ChangeLog 1.9 KB

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