ChangeLog 2.8 KB

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