Table of Contents


1. Mosaic-2.5

The modifications were done such that they fitted in with the way the current http support is implemented. The implementation was straight forward as the code is nicely structured and almost all the reading and writing to the network is in one place.

1.1 libwww2/HTTPS.c

This adds the support for https ... it is a modified copy of the standard HTTP.c with the usual SSL client modifications.

1.2 libwww2/Makefile

Simply add the new source module HTTPS.c

1.3 libwww2/tcp.h

Modified the NETCLOSE, NETREAD, and NETWRITE macros to be aware of SSL connections and to use ssl_read(), ssl_write() when appropriate.

1.4 libwww2/HTTCP.c

Catch a read() loop that wasn't using NETREAD.

1.5 libwww2/HTAccess.c

Register the support for https.

1.6 libwww2/HTUtils.h

Add in HTTPS_TCP_PORT define.


2. Mosaic-2.6b1

Forward fitting the patches from Mosaic-2.5 took about 10 minutes as nothing has really changed in this area between the two releases. The introduction of support for mailto to Mosaic-2.6b1 was the main reason that I've upgraded to the current beta release. The other is to finally have the ability to edit the URL in the top header line ... something that once you start using it you will find too painful to live without :-)

If you don't have Mosaic-2.6b1 then I strongly suggest that you get hold of it now.

There are also a number of little changes done when Eric complained that I missed changing HTTP to HTTPS in some of the error messages.