ChangeLog 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. 2003-12-07 Sebastien Pouliot <[email protected]>
  2. * PublicKey.cs: New (1.2). Class that encapsulate an ASN.1 encoded
  3. public key.
  4. * X509BasicConstraintsExtension.cs: New (1.2). X.509 certification
  5. extension for BasicConstraints.
  6. * X509CertificateEx.cs: New (1.2). Augmented class to use X.509
  7. certificates.
  8. * X509CertificateExCollection.cs: New (1.2). Collection class for
  9. X509CertificateEx.
  10. * X509CertificateExEnumerator.cs: New (1.2). Enumerator class for
  11. X509CertificateEx.
  12. * X509ChainElement.cs: New (1.2). Information (certificate, status,
  13. informations) for a member of a certificate chain.
  14. * X509ChainElementCollection.cs: New (1.2). Collection class for
  15. X509ChainElement.
  16. * X509ChainElementEnumerator.cs: New (1.2). Enumerator class for
  17. X509ChainElement.
  18. * X509ChainStatus.cs: New (1.2). Chain status (many can apply to a
  19. single X509ChainElement).
  20. * X509Extension.cs: New (1.2). Base class for all certificate
  21. extensions.
  22. * X509ExtensionCollection.cs: New (1.2). Collection class for
  23. X509Extension.
  24. * X509ExtensionEnumerator.cs: New (1.2). Enumerator class for
  25. X509Extension.
  26. 2003-11-08 Sebastien Pouliot <[email protected]>
  27. * OpenFlags.cs: New (1.2). Enumeration for certificate stores.
  28. * StoreLocation.cs: New (1.2). Enumeration for certificate stores.
  29. * StoreName.cs: New (1.2). Enumeration for certificate stores.
  30. * X509Chain.cs: New (1.2). Class to build a certificate chain up to a
  31. trusted anchor.
  32. * X509ChainElement.cs: New (1.2). Element from the chain (certificate,
  33. status and information) - only stubbed for now.
  34. * X509ChainElementCollection.cs: New (1.2). Collection class for
  35. X509ChainElement.
  36. * X509ChainElementEnumerator.cs: New (1.2). Enumerator class for
  37. X509ChainElement.
  38. * X509ChainPolicy.cs: New (1.2). Policy to build a certificate chain.
  39. * X509ChainStatusFlags.cs: New (1.2). Enumeration for chain status.
  40. * X509FindType.cs: New (1.2). Enumeration for how to find X.509
  41. certificates in stores.
  42. * X509IncludeOption.cs: New (1.2). Enumeration for options about which
  43. certificate(s) to store within a (pkcs7) structure.
  44. * X509KeyUsageFlags.cs: New (1.2). Enumeration for specifying valid
  45. usage for a keypair.
  46. * X509NameType.cs: New (1.2). Enumeration for different types of name
  47. that can be present inside a certificate.
  48. * X509RevocationFlag.cs: New (1.2). Enumeration for specifying which
  49. certificates should be verified for revocation in a chain.
  50. * X509RevocationMode.cs: New (1.2). Enumeration for specifying how the
  51. revocation process should find it's informations.
  52. * X509SelectionFlag.cs: New (1.2). Enumeration about how to select
  53. certificates (ui-related).
  54. * X509Store.cs: New (1.2). X.509 certificate store access - not complete.
  55. * X509VerificationFlags.cs: New (1.2). Enumeration for parameters
  56. affecting the verification of a certificate chain.