X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Security%2FChangeLog;h=46d674478f7a7af26f0e4920ce32246e23365ad8;hb=b2b18946b67cb79fe7f7418d61fc04229550e659;hp=c28287e283517b2b7c1867655ca7ba0be9ebf685;hpb=0ca4c0c5ef6ba0bf13fd721deb36e7b501ec5829;p=mono.git diff --git a/mcs/class/Mono.Security/ChangeLog b/mcs/class/Mono.Security/ChangeLog index c28287e2835..46d674478f7 100644 --- a/mcs/class/Mono.Security/ChangeLog +++ b/mcs/class/Mono.Security/ChangeLog @@ -1,3 +1,8 @@ +2006-12-04 Sebastien Pouliot + + * Mono.Security_test.dll.sources: Added X509Certificate unit tests to + the build. + 2006-01-04 Sebastien Pouliot * Mono.Security_test.dll.sources: Added Mono.Security.X509.Extensions. @@ -420,7 +425,7 @@ * Mono.Security.dll.sources: Added new file X509ChainStatusFlags in Mono.Security.X509 namespace. -2004-02-20 Carlos Guzmán Álvarez +2004-02-20 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls/SslClientStream.cs: * Mono.Security.Protocol.Tls/RecordProtocol.cs: @@ -484,7 +489,7 @@ - New classes for handle the SSL/TLS record protocol. -2004-02-18 Carlos Guzmán Álvarez +2004-02-18 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls/SslClientStream.cs: @@ -507,7 +512,7 @@ - Changes on Common Name detection and certificate error handling ( Thanks to Sebastien Pouliot for his feedback ). -2004-02-17 Carlos Guzmán Álvarez +2004-02-17 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls/SslClientStream.cs: @@ -542,13 +547,13 @@ - 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 +2004-02-16 Carlos Guzmán Álvarez * 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 +2004-02-15 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls/SslClientStream.cs: @@ -557,7 +562,7 @@ - Removed test code. -2004-02-14 Carlos Guzmán Álvarez +2004-02-14 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls/SslClientStream.cs: @@ -573,7 +578,7 @@ 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 +2004-02-10 Carlos Guzmán Álvarez * Mono.Security.Cryptography/PKCS1.cs: @@ -594,7 +599,7 @@ * 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 +2004-02-09 Carlos Guzmán Álvarez * Changed the license header to all the sources files to remove accents. @@ -707,13 +712,13 @@ - Removed comments from AES ciphersuites. -2003-11-17 Carlos Guzmán Álvarez +2003-11-17 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls/SslClientStream.cs: Removed ReadByte method, use innerStream.ReadByte() method instead. -2003-11-13 Carlos Guzmán Álvarez +2003-11-13 Carlos Guzmán Álvarez * Added implementation of an SslClientStream class similar to the MS .NET Framework 1.2 documentation. @@ -768,11 +773,11 @@ - TlsCloseNotifyAlert.cs -2003-11-12 Carlos Guzmán Álvarez +2003-11-12 Carlos Guzmán Álvarez * 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: @@ -780,7 +785,7 @@ * 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: @@ -805,7 +810,7 @@ ( Not all the properties are implemented yet ). -2003-11-10 Carlos Guzmán Álvarez +2003-11-10 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs: @@ -817,7 +822,7 @@ * 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(); @@ -828,7 +833,7 @@ HashAlgorithm md5 = MD5.Create(); -2003-11-04 Carlos Guzmán Álvarez +2003-11-04 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificate.cs: @@ -839,18 +844,18 @@ - 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 +2003-11-04 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls/CipherSuite.cs: - Added custom padding for record encryption. -2003-11-03 Carlos Guzmán Álvarez +2003-11-03 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls.Handshake/TlsHandshakeMessages.cs: @@ -898,7 +903,7 @@ - Changed handshakeHashes member to be an TlsStream. -2003-10-28 Carlos Guzmán Álvarez +2003-10-28 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls/CipherSuite.cs: * Mono.Security.Protocol.Tls/TlsSessionSettings.cs: @@ -910,7 +915,7 @@ - Added changes for make use of X509 classes from mono. -2003-10-23 Carlos Guzmán Álvarez +2003-10-23 Carlos Guzmán Álvarez * Added partial implementation of SSL3 protocol ( not finished yet ) to the TLS sources. @@ -925,11 +930,11 @@ TlsCipherSuiteFactory.cs and TlsCompressMethod.cs. This fixes the build. -2003-10-20 Carlos Guzmán Álvarez +2003-10-20 Carlos Guzmán Álvarez * Mono.Security.dll.sources: Added references for new Tls files. -2003-10-20 Pedro Martínez Juliá +2003-10-20 Pedro Martínez Juliá * Mono.Security.dll.sources: Added references for Tls files.