| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- 2010-07-21 Sebastien Pouliot <[email protected]>
- * LocalCertificateSelectionCallback.cs:
- * SslStream.cs:
- Don't use alias in moonlight build (not needed and breaks
- compilation otherwise)
- 2010-06-29 Sebastien Pouliot <[email protected]>
- * RemoteCertificateValidationCallback.cs: Remove SECURITY_DEP use
- 2010-05-10 Sebastien Pouliot <[email protected]>
- * SslStream.cs: Allow Moonlight to build the non-server part
- of SslStream
- * RemoteCertificateValidationCallback.cs: Adjust visibility for
- Moonlight build
- 2010-03-01 Gonzalo Paniagua Javier <[email protected]>
- * SslStream.cs: don't do anything if a chain element has
- no error.
- 2009-08-20 Sebastien Pouliot <[email protected]>
- * SslStream.cs : Always use/provide a X509Chain even if this
- duplicates some of the old/existing logic of Mono.Security.
- This makes it possible to provide a callback using
- ServicePointManager.ServerCertificateValidationCallback
- 2007-08-24 Atsushi Enomoto <[email protected]>
- * SslStream.cs : uh, fixed the build.
- 2007-08-24 Atsushi Enomoto <[email protected]>
- * SslStream.cs : implemented, based on Mono.Security.
- * LocalCertificateSelectionCallback.cs : extern alias is needed.
- 2006-04-05 Sebastien Pouliot <[email protected]>
- * RemoteCertValidationCallback.cs: Fix build. X509Chain isn't
- available when System.dll is first being build. This needs to be
- reviewed since some System.Security.dll classes migrated to System.dll
- 2006-04-05 Atsushi Enomoto <[email protected]>
- * SslPolicyErrors.cs : forgot to add.
- 2006-04-05 Atsushi Enomoto <[email protected]>
- * AuthenticationLevel.cs,
- NegotiateStream.cs,
- SslStream.cs,
- LocalCertificateSelectionCallback.cs,
- RemoteCertificateValidationCallback.cs :
- Updated all unimplemented things to 2.0 RTM.
- 2006-03-21 Miguel de Icaza <[email protected]>
- * AuthenticatedStream.cs: Implement Dispose method, remove Close
- method, the Close to fix the API.
- * NegotiateStream.cs: Implement Dispose method as well, kill
- Close, rename the various methods to the new ones.
- 2006-03-11 Miguel de Icaza <[email protected]>
- * AuthenticatedStream.cs: Fixed normative parameter names (yes, we
- need to do this everywhere one day).
- (Close): actually obey the "leaveInnerStreamOpen" setting from the
- constructor.
- 2006-03-07 Carlos Alberto Cortez <[email protected]>
- * SslStream.cs, NegotiateStream.cs: Override CanTimeout,
- ReadTimeout and WriteTimeout properties, to avoid warnings.
- 2005-10-26 Atsushi Enomoto <[email protected]>
- * ProtectionLevel.cs : fix enumeration.
- 2004-09-13 Tim Coleman <[email protected]>
- * AuthenticatedStream.cs AuthenticationLevel.cs LocalCertSelectionCallback.cs
- * NegotiateStream.cs ProtectionLevel.cs RemoteCertValidationCallback.cs
- * SslStream.cs: New stubs for Fx 2.0
|