2002-12-27 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 27 Dec 2002 15:26:45 +0000 (15:26 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 27 Dec 2002 15:26:45 +0000 (15:26 -0000)
commit71bac88f6cb9013783fec49930abea1f3c2acd76
tree73f0fb136b748b48fd6e03024b200035ec334fa5
parente86ff448b8d81866d32ec0a3f69d8ecea5bf8999
2002-12-27  Sebastien Pouliot  <spouliot@videotron.ca>

* ASN1.cs: New. Updated ASN1 classes for X509Certificate that can
now be reused for other tools (like Cert2Spc). Classes are marked
internal so they cannot be reused from outside corlib (for
compatibility with MS implementation).
* X509Certificate.cs: Removed all ASN1 classes from file.

svn path=/trunk/mcs/; revision=9927
mcs/class/corlib/Mono.Security/ASN1.cs [new file with mode: 0644]
mcs/class/corlib/System.Security.Cryptography.X509Certificates/ASN1.cs [new file with mode: 0644]
mcs/class/corlib/System.Security.Cryptography.X509Certificates/ChangeLog
mcs/class/corlib/System.Security.Cryptography.X509Certificates/X509Certificate.cs