ChangeLog 2.1 KB

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