Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/docs/ssl/mosaic.html
Дата изменения: Tue Sep 9 17:46:56 1997
Дата индексирования: Mon Oct 1 21:17:30 2012
Кодировка:


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. 


3. Mosaic-2.6b2

Nothing major here ... see comments for Mosaic-2.6b1 and Mosaic-2.5 


4. Mosaic-2.7b2

Just the normal changes here ... however now that there is a nice interface for indicating the "security" on a page I've made some additions to use it. 

4.1 src/pixmaps/lock_ssl.xpm

Added this icon (simply a padlock with SSL as the text ...) 

4.2 src/pixmaps.c

Load the lock_ssl.xpm into securitySSL. 

4.3 src/pixmaps.h

Added #include "pixmaps/lock_ssl.xpm" 

4.4 libwww2/HTAAUtil.h

Added an extra enum HTAA_SSL to represent SSL security. 

4.5 libwww2/HTAAUtil.c

Adding HTAA_SSL stuff ... two little additions for string to enum and enum to string as per the other security enums. 

4.6 src/gui.c

Tie the user interface stuff into the new icon for displaying the right icon at the right time and also including a few details in terms of subject and issuer of the certificate that matches the page.