2002-11-03 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / corlib / System.Security.Cryptography.X509Certificates / ChangeLog
1 2002-11-03  Sebastien Pouliot  <spouliot@videotron.ca>
2
3         * X509Certificate.cs: Updated some DN cases and some minor time issues.
4         GetEffectiveDateString and GetExpirationDateString still don't match 
5         MS implementation (however they seems, most of the time, to be on par 
6         with the Windows Certificate Viewer - crtmgr.exe).
7
8 2002-11-02  Sebastien Pouliot  <spouliot@videotron.ca>
9
10         * ChangeLog: New. First entry ;-)
11         * X509Certificates.cs: New. Almost complete - except 
12         CryptoAPI link, CreateFromSignedFile and some date issues.