ChangeLog 916 B

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