Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-152004-07-15 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* X501Name.cs: Support for E (email) in FromString. * X520Attributes.cs: Added X520.EmailAddress. Both patches fix bug #61241 and were contributed by Ianier Munoz. svn path=/branches/mono-1-0/mcs/; revision=31197
2004-06-25Add licensing infoDuncan Mak
svn path=/trunk/mcs/; revision=30348
2004-04-222004-04-22 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* PKCS12.cs: FxCop-ized. CLS compliance. * X501Name.cs: FxCop-ized. * X509Builder.cs: FxCop-ized. Replaced Array.Copy with Buffer.BlockCopy. * X509CRL.cs: FxCop-ized. Replaced Array.Copy with Buffer.BlockCopy. * X509Certificate.cs: FxCop-ized. Replaced Array.Copy with Buffer.BlockCopy. Removed unused private method GetHash. * X509CertificateBuilder.cs: Ajusted with changes. Replaced Array.Copy with Buffer.BlockCopy. * X509CertificateCollection.cs: Added INSIDE_CORLIB as the class is shared with corlib assembly. * X509Chain.cs: FxCop-ized. Removed old ITrustAnchor support. * X509ChainStatusFlags.cs: Added missing [Flags]. * X509Extension.cs: FxCop-ized. Added Equals, GetHashCode methods. * X509Extensions.cs: FxCop-ized. Sealed class, renamed to X509ExtensionCollection and inherit from CollectionBase. Added missing methods. * X509Store.cs: FxCop-ized. * X509StoreManager.cs: FxCop-ized. Sealed class. * X509Stores.cs: Added INSIDE_CORLIB as the class is shared with corlib assembly. svn path=/trunk/mcs/; revision=25861
2003-03-162003-03-15 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* X501Name.cs: New. X.501 Distinguished Names stuff * X509Builder.cs: New. Abstract class for building X.509 related structures (like certificates and CRLs). * X509Certificate.cs: New. A more complete class to handle X.509 certificates. * X509CertificateBuilder.cs: New. Class to build X.509 certificates. * X509Extension.cs: New. A base class for all X.509 extensions. * X509Extensions.cs: New. X509Extension collection. * X520Attributes.cs: New. X.520 attributes (mainly for X501 names) svn path=/trunk/mcs/; revision=12574