[Mono-devel-list] Preparing the release notes.

Brian Ritchie brian.ritchie at gmail.com
Sat Jun 11 23:35:07 EDT 2005


On 6/8/05, Miguel de Icaza <miguel at novell.com> wrote:
>     Am preparing the release notes for a new release of Mono, please
> send any important updates that should go into the release notes to me.
> 
Subset of XSP changes (I'm sure Gonzalo has many more..)
  - Mono.WebServer.dll: The core of XSP has been moved into a 
    seperate assembly.  xsp.exe now just handle configuration options.
  - SSL support: Provides HTTPS access using SslServerStream.  Includes 
    bug fix to SslCipherSuite in SslServerStream allowing multi-fragment 
    transfers to work.

Example of xsp running with SSL enabled:
   mono xsp.exe --https --cert server.cer --pkfile server.pvk 
      --pkpwd pass --root ~/samples

To generate a server certificate & private key:
makecert -r -eku 1.3.6.1.5.5.7.3.1 -n "CN=server" -sv server.pvk server.cer
   ( from Sebastien Pouliot's blog:
    http://pages.infinit.net/ctech/20041129-0607.html )



More information about the Mono-devel-list mailing list