ChangeLog 775 B

12345678910111213
  1. 2003-11-07 Sebastien Pouliot <[email protected]>
  2. * AlgorithmIdentifier.cs: New. Class to encapsulate PKCS7 AlgorithmIdentifier.
  3. * CryptographicAttribute.cs: Basic class for attributes.
  4. * KeyAgreeKeyChoice.cs: New. Enumeration for key agreement.
  5. * Pkcs9Attribute.cs: New. Base class for Pkcs#9 attributes.
  6. * Pkcs9DocumentDescription.cs: New. Pkcs#9 DocumentDescription attribute.
  7. * Pkcs9DocumentName.cs: New. Pkcs#9 DocumentName attribute.
  8. * Pkcs9SigningTime.cs: New. Pkcs#9 SigningTime attribute.
  9. * RecipientInfoType.cs: New. Enumeration for RecipientInfo.
  10. * RecipientSubType.cs: New. Enumeration for RecipientInfo.
  11. * SubjectIdentifierOrKeyType.cs: New. Enumeration for SubjectIdentifier.
  12. * SubjectIdentifierType.cs: New. Enumeration for SubjectIdentifier.