Do not expose the classes when they are compiled inside corlib as helpers.
[mono.git] / mcs / class / corlib / Mono.Security.X509 / ChangeLog
1 2003-05-16  Sebastien Pouliot  <spouliot@videotron.ca>
2
3         * X509Certificate.cs: Added support for "really" NULL key parameters
4         (i.e. not ASN.1 encoded NULL).
5
6 2003-03-15  Sebastien Pouliot  <spouliot@videotron.ca>
7
8         * X501Name.cs: New. X.501 Distinguished Names stuff
9         * X509Certificate.cs: New. A more complete class to handle X.509
10         certificates.
11         * X509Extension.cs: New. A base class for all X.509 extensions.
12         * X509Extensions.cs: New. X509Extension collection.
13         * X520Attributes.cs: New. X.520 attributes (mainly for X501 names)