ChangeLog 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 2006-04-05 Atsushi Enomoto <[email protected]>
  2. * SslPolicyErrors.cs : forgot to add.
  3. 2006-04-05 Atsushi Enomoto <[email protected]>
  4. * AuthenticationLevel.cs,
  5. NegotiateStream.cs,
  6. SslStream.cs,
  7. LocalCertificateSelectionCallback.cs,
  8. RemoteCertificateValidationCallback.cs :
  9. Updated all unimplemented things to 2.0 RTM.
  10. 2006-03-21 Miguel de Icaza <[email protected]>
  11. * AuthenticatedStream.cs: Implement Dispose method, remove Close
  12. method, the Close to fix the API.
  13. * NegotiateStream.cs: Implement Dispose method as well, kill
  14. Close, rename the various methods to the new ones.
  15. 2006-03-11 Miguel de Icaza <[email protected]>
  16. * AuthenticatedStream.cs: Fixed normative parameter names (yes, we
  17. need to do this everywhere one day).
  18. (Close): actually obey the "leaveInnerStreamOpen" setting from the
  19. constructor.
  20. 2006-03-07 Carlos Alberto Cortez <[email protected]>
  21. * SslStream.cs, NegotiateStream.cs: Override CanTimeout,
  22. ReadTimeout and WriteTimeout properties, to avoid warnings.
  23. 2005-10-26 Atsushi Enomoto <[email protected]>
  24. * ProtectionLevel.cs : fix enumeration.
  25. 2004-09-13 Tim Coleman <[email protected]>
  26. * AuthenticatedStream.cs AuthenticationLevel.cs LocalCertSelectionCallback.cs
  27. * NegotiateStream.cs ProtectionLevel.cs RemoteCertValidationCallback.cs
  28. * SslStream.cs: New stubs for Fx 2.0