ChangeLog 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2007-08-24 Atsushi Enomoto <[email protected]>
  2. * SslStream.cs : uh, fixed the build.
  3. 2007-08-24 Atsushi Enomoto <[email protected]>
  4. * SslStream.cs : implemented, based on Mono.Security.
  5. * LocalCertificateSelectionCallback.cs : extern alias is needed.
  6. 2006-04-05 Sebastien Pouliot <[email protected]>
  7. * RemoteCertValidationCallback.cs: Fix build. X509Chain isn't
  8. available when System.dll is first being build. This needs to be
  9. reviewed since some System.Security.dll classes migrated to System.dll
  10. 2006-04-05 Atsushi Enomoto <[email protected]>
  11. * SslPolicyErrors.cs : forgot to add.
  12. 2006-04-05 Atsushi Enomoto <[email protected]>
  13. * AuthenticationLevel.cs,
  14. NegotiateStream.cs,
  15. SslStream.cs,
  16. LocalCertificateSelectionCallback.cs,
  17. RemoteCertificateValidationCallback.cs :
  18. Updated all unimplemented things to 2.0 RTM.
  19. 2006-03-21 Miguel de Icaza <[email protected]>
  20. * AuthenticatedStream.cs: Implement Dispose method, remove Close
  21. method, the Close to fix the API.
  22. * NegotiateStream.cs: Implement Dispose method as well, kill
  23. Close, rename the various methods to the new ones.
  24. 2006-03-11 Miguel de Icaza <[email protected]>
  25. * AuthenticatedStream.cs: Fixed normative parameter names (yes, we
  26. need to do this everywhere one day).
  27. (Close): actually obey the "leaveInnerStreamOpen" setting from the
  28. constructor.
  29. 2006-03-07 Carlos Alberto Cortez <[email protected]>
  30. * SslStream.cs, NegotiateStream.cs: Override CanTimeout,
  31. ReadTimeout and WriteTimeout properties, to avoid warnings.
  32. 2005-10-26 Atsushi Enomoto <[email protected]>
  33. * ProtectionLevel.cs : fix enumeration.
  34. 2004-09-13 Tim Coleman <[email protected]>
  35. * AuthenticatedStream.cs AuthenticationLevel.cs LocalCertSelectionCallback.cs
  36. * NegotiateStream.cs ProtectionLevel.cs RemoteCertValidationCallback.cs
  37. * SslStream.cs: New stubs for Fx 2.0