ChangeLog 6.9 KB

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