[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Security / ChangeLog
index 039b1f1f8a5887094a06651dee393415a458ad56..b44d10435eadf72237ffcecce00a223aff7c0b1e 100644 (file)
@@ -1,3 +1,29 @@
+2010-02-28  Miguel de Icaza  <miguel@novell.com>
+
+       *Mono.Security.Protocol.Tls/HttpsClientStream.cs,
+       Mono.Security.Protocol.Tls/SslStreamBase.cs,
+       Mono.Security.X509/PKCS12.cs,
+       Mono.Security.X509/X509Certificate.cs,
+       Mono.Security.Cryptography/RSAManaged.cs,
+       Mono.Security.Cryptography/SymmetricTransform.cs,
+       Mono.Security/ASN1Convert.cs: Drop the pre-NET 2.0 support.
+
+2008-06-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Mono.Security_test.dll.sources: Added SubjectAltNameExtension unit
+       tests to the build. Patch by David Wolinsky
+
+2006-12-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Mono.Security_test.dll.sources: Added X509Certificate unit tests to
+       the build.
+
+2006-01-04  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Mono.Security_test.dll.sources: Added Mono.Security.X509.Extensions.
+       KeyUsageExtensionTest, ExtendedKeyUsageExtensionTest and 
+       BasicConstraintsExtensionTest unit tests to the build.
+
 2005-10-04  Zoltan Varga  <vargaz@freemail.hu>
 
        * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Set this flag.
        * Mono.Security.dll.sources: Added new file X509ChainStatusFlags in
        Mono.Security.X509 namespace.
 
-2004-02-20 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2004-02-20 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls/SslClientStream.cs:
        * Mono.Security.Protocol.Tls/RecordProtocol.cs:
 
                - New classes for handle the SSL/TLS record protocol.
 
-2004-02-18 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2004-02-18 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls/SslClientStream.cs:
 
 
                - Changes on Common Name detection and certificate error handling ( Thanks to Sebastien Pouliot for his feedback ).
 
-2004-02-17 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2004-02-17 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls/SslClientStream.cs:
 
         - Fix for send the close notify alert in the Close method
         only if the Handshake is fully negotiated.
 
-2004-02-16 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2004-02-16 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls/TlsCipherSuiteFactory.cs:
 
         - Changed ciphersuites order of preference ( Thanks to Sebastien Pouliot for his feedback ).
 
-2004-02-15 Carlos Guzmán Álvarez  <carlosga@te...>
+2004-02-15 Carlos Guzmán Álvarez  <carlosga@te...>
  
        * Mono.Security.Protocol.Tls/SslClientStream.cs:
  
  
                - Removed test code.
 
-2004-02-14 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2004-02-14 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
     * Mono.Security.Protocol.Tls/SslClientStream.cs:
 
        Pieter Philippaerts (mentalis.org) to Mono.Security.Cryptography.
        * Mono.Security_test.dll.sources: Added Diffie-Hellman unit tests.
 
-2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
     * Mono.Security.Cryptography/PKCS1.cs:
 
        * Mono.Security_test.dll.sources Added Mono.Math BigInteger unit test
        to the build (as they cannot be executed with corlib).
 
-2004-02-09 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2004-02-09 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
     * Changed the license header to all the sources files
     to remove accents.
            - Removed comments from AES ciphersuites.
 
 
-2003-11-17 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2003-11-17 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls/SslClientStream.cs:
 
                Removed ReadByte method, use innerStream.ReadByte() method instead.
 
-2003-11-13 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2003-11-13 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
        * Added implementation of an SslClientStream class similar to the MS .NET Framework 1.2 documentation.
 
                        - TlsCloseNotifyAlert.cs
 
                
-2003-11-12 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2003-11-12 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs:
        
-               - Changes for give full error message only in debug mode ( Thanks to Sebastién Pouliot. )
+               - Changes for give full error message only in debug mode ( Thanks to Sebastién Pouliot. )
                
        * Mono.Security.Protocol.Tls/TlsProtocol.cs:
        
        
        * Mono.Security.Cryptography/MD5SHA1CryptoServiceProvider.cs:
        
-               - Renamed to MD5SHA1.cs ( Thanks to Sebastién Pouliot. )
+               - Renamed to MD5SHA1.cs ( Thanks to Sebastién Pouliot. )
                
        * Mono.Security.Cryptography/TlsCompressionMethod.cs:
        
                ( Not all the properties are implemented yet ).
 
 
-2003-11-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2003-11-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs:
 
        * Mono.Security.Cryptography/MD5SHA1CryptoServiceProvider.cs:
        * Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificateVerify.cs:
 
-               - Changed ( Thanks to Sebastién Pouliot for his feedback )
+               - Changed ( Thanks to Sebastién Pouliot for his feedback )
 
                        SHA1CryptoServiceProvider sha = new SHA1CryptoServiceProvider();
                        MD5CryptoServiceProvider sha = new MD5CryptoServiceProvider();
                        HashAlgorithm md5 = MD5.Create(); 
 
 
-2003-11-04 Carlos Guzmán Álvarez <carlosga@telefonica.net>
+2003-11-04 Carlos Guzmán Álvarez <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificate.cs:
 
                - Renamed ServerCertificates property to Certificates.
 
 
-2003-11-04 Carlos Guzmán Álvarez (carlosga@telefonica.net)
+2003-11-04 Carlos Guzmán Álvarez (carlosga@telefonica.net)
 
        * Updated SSL/TLS implementation files with unix like line endings.
 
-2003-11-04 Carlos Guzmán Álvarez <carlosga@telefonica.net>
+2003-11-04 Carlos Guzmán Álvarez <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls/CipherSuite.cs:
 
                - Added custom padding for record encryption.
 
 
-2003-11-03 Carlos Guzmán Álvarez <carlosga@telefonica.net>
+2003-11-03 Carlos Guzmán Álvarez <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls.Handshake/TlsHandshakeMessages.cs:
        
        
                - Changed handshakeHashes member to be an TlsStream.
 
-2003-10-28 Carlos Guzmán Álvarez <carlosga@telefonica.net>
+2003-10-28 Carlos Guzmán Álvarez <carlosga@telefonica.net>
 
        * Mono.Security.Protocol.Tls/CipherSuite.cs:
        * Mono.Security.Protocol.Tls/TlsSessionSettings.cs:
 
                - Added changes for make use of X509 classes from mono.
 
-2003-10-23 Carlos Guzmán Álvarez <carlosga@telefonica.net>
+2003-10-23 Carlos Guzmán Álvarez <carlosga@telefonica.net>
 
        * Added partial implementation of SSL3 protocol ( not finished yet ) to the TLS sources.
 
        TlsCipherSuiteFactory.cs and TlsCompressMethod.cs. This fixes the
        build.
 
-2003-10-20  Carlos Guzmán Álvarez  <carlosga@telefonica.net>
+2003-10-20  Carlos Guzmán Álvarez  <carlosga@telefonica.net>
 
        * Mono.Security.dll.sources: Added references for new Tls files.
 
-2003-10-20  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-10-20  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * Mono.Security.dll.sources: Added references for Tls files.