X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Security%2FChangeLog;h=b44d10435eadf72237ffcecce00a223aff7c0b1e;hb=03fc8b7fd954d95e342ca7b620c85ea550af727d;hp=f5ba3242f2bfcca3371bfe4237be1c7785f87893;hpb=a1c084698bb2755216dfc459f0c779ee62203e2f;p=mono.git diff --git a/mcs/class/Mono.Security/ChangeLog b/mcs/class/Mono.Security/ChangeLog index f5ba3242f2b..b44d10435ea 100644 --- a/mcs/class/Mono.Security/ChangeLog +++ b/mcs/class/Mono.Security/ChangeLog @@ -1,3 +1,43 @@ +2010-02-28 Miguel de Icaza + + *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 + + * Mono.Security_test.dll.sources: Added SubjectAltNameExtension unit + tests to the build. Patch by David Wolinsky + +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. + KeyUsageExtensionTest, ExtendedKeyUsageExtensionTest and + BasicConstraintsExtensionTest unit tests to the build. + +2005-10-04 Zoltan Varga + + * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Set this flag. + +2005-06-30 Sebastien Pouliot + + * Mono.Security_test.dll.sources: Added Mono.Security.X509.X509CrlTest + to the build. + +2005-02-25 Sebastien Pouliot + + * Mono.Security.dll.sources: Added GeneralNames to Mono.Security.X509. + Extensions to share code between existing extensions. + 2004-12-06 Sebastien Pouliot * Mono.Security_test.dll.sources: Added Mono.Security.Cryptography. @@ -400,7 +440,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: @@ -464,7 +504,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: @@ -487,7 +527,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: @@ -522,13 +562,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: @@ -537,7 +577,7 @@ - Removed test code. -2004-02-14 Carlos Guzmán Álvarez +2004-02-14 Carlos Guzmán Álvarez * Mono.Security.Protocol.Tls/SslClientStream.cs: @@ -553,7 +593,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: @@ -574,7 +614,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. @@ -687,13 +727,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. @@ -748,11 +788,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: @@ -760,7 +800,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: @@ -785,7 +825,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: @@ -797,7 +837,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(); @@ -808,7 +848,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: @@ -819,18 +859,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: @@ -878,7 +918,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: @@ -890,7 +930,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. @@ -905,11 +945,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.