ChangeLog 1.2 KB

123456789101112131415161718192021222324252627282930
  1. 2009-04-29 Sebastien Pouliot <[email protected]>
  2. * MD5Cng.cs, SHA1Cng.cs, SHA256Cng.cs, SHA256CryptoServiceProvider.cs,
  3. SHA384Cng.cs, SHA384CryptoServiceProvider.cs, SHA512Cng.cs,
  4. SHA512CryptoServiceProvider.cs: Regenerated to be excluded from
  5. NET_2_1
  6. 2008-08-07 Sebastien Pouliot <[email protected]>
  7. * Aes.cs: Don't set the (unexisting) FeedbackSizeValue field
  8. for NET_2_1
  9. * AesTransform.cs: Remove code for blocksize != 128 bits
  10. 2008-08-05 Sebastien Pouliot <[email protected]>
  11. * Aes.cs: New. Base class for AES cipher.
  12. * AesCryptoServiceProvider.cs: New. CSP implementation
  13. of AES. For mono we're reusing the managed AesTransform
  14. * AesManaged.cs: New. Managed implementation of AES.
  15. * AesTransform.cs: New. Actual managed code for AES.
  16. * CngAlgorithm.cs: New.
  17. * CngAlgorithmGroup.cs: New.
  18. * MD5Cng.cs: New. Generated code.
  19. * SHA1Cng.cs: New. Generated code.
  20. * SHA256Cng.cs: New. Generated code.
  21. * SHA256CryptoServiceProvider.cs: New. Generated code.
  22. * SHA384Cng.cs: New. Generated code.
  23. * SHA384CryptoServiceProvider.cs: New. Generated code.
  24. * SHA512Cng.cs: New. Generated code.
  25. * SHA512CryptoServiceProvider.cs: New. Generated code.