ChangeLog 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. 2005-04-26 Sebastien Pouliot <[email protected]>
  2. * AlgorithmIdentifier.cs: Removed FIXME - seems "by design".
  3. * ContentInfo.cs: Applied fix for ArgumentNullException (was fixed in
  4. beta2).
  5. * Pkcs9ContentType.cs: Added new override for CopyFrom.
  6. * Pkcs9DocumentDescription.cs: Added new override for CopyFrom.
  7. Applied fix for ArgumentNullException (was fixed in beta2).
  8. * Pkcs9DocumentName.cs: Added new override for CopyFrom.
  9. Applied fix for ArgumentNullException (was fixed in beta2).
  10. * Pkcs9MessageDigest.cs: Added new override for CopyFrom.
  11. * Pkcs9SigningTime.cs: Added new override for CopyFrom.
  12. 2005-04-25 Sebastien Pouliot <[email protected]>
  13. * SignedCms.cs: Fix compiler warning (unused variable).
  14. 2005-04-24 Sebastien Pouliot <[email protected]>
  15. * SubjectIdentifierType.cs: Removed (really) obsolete enum value and
  16. [Serializable] attribute.
  17. 2005-04-23 Sebastien Pouliot <[email protected]>
  18. * CmsRecipient.cs, CmsRecipientCollection.cs, CmsSigner.cs,
  19. EnvelopedCms.cs, KeyAgreeRecipientInfo.cs, Pkcs9Attribute.cs,
  20. Pkcs9ContentType.cs, Pkcs9DocumentDescription.cs, Pkcs9DocumentName.cs,
  21. Pkcs9MessageDigest.cs, Pkcs9SigningTime.cs, SignedCms.cs,
  22. SignerInfo.cs: Adapted for changes in class names in beta2.
  23. 2005-01-17 Sebastien Pouliot <[email protected]>
  24. * Pkcs9Attribute.cs: Fixed wrt unit tests.
  25. * Pkcs9ContentType.cs: Completed public part. Internals are still
  26. todo later.
  27. * Pkcs9DocumentDescription.cs: Completed implementation.
  28. * Pkcs9DocumentName.cs: Completed implementation.
  29. * Pkcs9SigningTime.cs: Completed implementation.
  30. * Pkcs9MessageDigest.cs: Completed public part. Internals are still
  31. todo later.
  32. 2004-09-04 Tim Coleman <[email protected]>
  33. * Pkcs9ContentType.cs Pkcs9MessageDigest.cs:
  34. New classes for 2.0
  35. 2004-07-08 Sebastien Pouliot <[email protected]>
  36. * ContentInfo.cs: Added finalizer.
  37. * CmsRecipient.cs: New. Replace Pkcs7Recipient (from 1.2).
  38. * CmsRecipientCollection.cs: New. Replace Pkcs7RecipientCollection
  39. (from 1.2).
  40. * CmsRecipientEnumerator.cs: New. Replace Pkcs7RecipientEnumerator
  41. (from 1.2).
  42. * CmsSigner.cs: New. Replace Pkcs7Signer (from 1.2).
  43. * EnvelopedCms.cs: New. Replace EnvelopedPkcs7 (from 1.2).
  44. * KeyAgreeRecipientInfo.cs: Fixed internal constructor.
  45. * Pkcs9Attribute.cs: Now inherit from AsnEncodedData. Fixed
  46. constructors.
  47. * Pkcs9DocumentDescription.cs: Sealed class and fixed API.
  48. * Pkcs9DocumentName.cs: Sealed class and fixed API.
  49. * Pkcs9SigningTime.cs: Sealed class and fixed API.
  50. * PublicKeyInfo.cs: Sealed class.
  51. * RecipientInfo.cs: Removed protected constructor.
  52. * RecipientInfoCollection.cs: Sealed class.
  53. * RecipientInfoEnumerator.cs: Sealed class.
  54. * SignedCms.cs: New. Replace SignedPkcs7 (from 1.2).
  55. * SignerInfo.cs: Sealed class and fixed API.
  56. * SignerInfoCollection.cs: Sealed class and fixed CopyTo.
  57. * SignerInfoEnumerator.cs: Sealed class.
  58. * SubjectIdentifier.cs: Sealed class.
  59. * SubjectIdentifierOrKey.cs: Sealed class.
  60. * SubjectIdentifierType.cs: Fixed enum and added [Serializable].
  61. 2004-07-07 Sebastien Pouliot <[email protected]>
  62. * AlgorithmIdentifier.cs: Added missing #if NET_2_0.
  63. * ContentInfo.cs: Fixed OID due to changes in Mono.Security.
  64. * EnvelopedPkcs7.cs: Fixed OID due to changes in Mono.Security.
  65. * SignedPkcs7.cs: Fixed OID due to changes in Mono.Security.
  66. 2003-12-07 Sebastien Pouliot <[email protected]>
  67. * ContentInfo.cs: Modified default Oid not to include description.
  68. Added basic support for static GetContentType.
  69. * EnvelopedPkcs7.cs: New. Partial implementation of PKCS#7 envelopes
  70. (encrypted data).
  71. * KeyAgreeRecipientInfo.cs: New. Stub for key agreement informations.
  72. Note that key agreement algorithms (DH) are absent from the framework.
  73. * KeyTransRecipientInfo.cs: New. Implementation for key transport
  74. informations.
  75. * Pkcs7Recipient.cs: New. Implementation of "recipients" - how it
  76. links to a X.509 certificate (issuer and serial key or subject key
  77. info).
  78. * Pkcs7RecipientCollection.cs: New. Collection of Pkcs7Recipient.
  79. * Pkcs7RecipientEnumerator.cs: New. Enumerator for Pkcs7Recipient.
  80. * Pkcs7AttributeCollection.cs: New. Collection of Pkcs9Attributes.
  81. * Pkcs7AttributeEnumerator.cs: New. Enumerator for Pkcs9Attributes.
  82. * PublicKeyInfo.cs: New. Handle public key informations.
  83. * RecipientInfoCollection.cs: New. Collection of RecipientInfo (and
  84. inherited classes).
  85. * RecipientInfoEnumerator.cs: New. Enumerator for RecipientInfo (and
  86. inherited classes).
  87. * SignedPkcs7.cs: New. Partial implementation of PKCS#7 signed
  88. structures.
  89. * SignerInfo.cs: New. Information (certificate and attributes) about
  90. the signer. Actual signature/verification stuff is missing.
  91. * SignerInfoCollection.cs: New. Collection of SignerInfo.
  92. * SignerInfoEnumarator.cs: New. Enumerator for SignerInfo.
  93. * SubjectIdentifier.cs: New. Contains the type of identifier linking
  94. to a subject.
  95. * SubjectIdentifierOrKey.cs: New. Contains the subject's public key or
  96. an information linking to a subject public key.
  97. 2003-11-08 Sebastien Pouliot <[email protected]>
  98. * ContentInfo.cs: New. Class to encapsulate PKCS7 ContentInfo. Static
  99. method GetContentType need to be completed (requires some test vectors).
  100. * Pkcs7Signer.cs: New. Class to add attributes (authenticated and/or
  101. authenticated), certificates and other informations to the signature.
  102. * RecipientInfo.cs: New. Abstract class to encpasulate recipient
  103. informations.
  104. 2003-11-07 Sebastien Pouliot <[email protected]>
  105. * AlgorithmIdentifier.cs: New. Class to encapsulate PKCS7 AlgorithmIdentifier.
  106. * CryptographicAttribute.cs: Basic class for attributes.
  107. * KeyAgreeKeyChoice.cs: New. Enumeration for key agreement.
  108. * Pkcs9Attribute.cs: New. Base class for Pkcs#9 attributes.
  109. * Pkcs9DocumentDescription.cs: New. Pkcs#9 DocumentDescription attribute.
  110. * Pkcs9DocumentName.cs: New. Pkcs#9 DocumentName attribute.
  111. * Pkcs9SigningTime.cs: New. Pkcs#9 SigningTime attribute.
  112. * RecipientInfoType.cs: New. Enumeration for RecipientInfo.
  113. * RecipientSubType.cs: New. Enumeration for RecipientInfo.
  114. * SubjectIdentifierOrKeyType.cs: New. Enumeration for SubjectIdentifier.
  115. * SubjectIdentifierType.cs: New. Enumeration for SubjectIdentifier.