Mercurial > hg > xemacs-beta
comparison man/w3.texi @ 46:6a22abad6937 r19-15
Import from CVS: tag r19-15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:31 +0200 |
parents | 8d2a9b52c682 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
45:7705b7aa3b8a | 46:6a22abad6937 |
---|---|
3416 @cindex SSL | 3416 @cindex SSL |
3417 @cindex Gag Puke Retch | 3417 @cindex Gag Puke Retch |
3418 @cindex Exportability | 3418 @cindex Exportability |
3419 @cindex Export Restrictions | 3419 @cindex Export Restrictions |
3420 In order to use SSL in Emacs/W3, an implementation of SSL is necessary. | 3420 In order to use SSL in Emacs/W3, an implementation of SSL is necessary. |
3421 These are the implementations that I am aware of: | 3421 Emacs/W3 is configued to work out of the box with SSLeay 0.6.6 or later. |
3422 | 3422 For best results, you should apply a patch that makes the SSLeay client |
3423 @table @code | 3423 much quieter about what it reports. |
3424 @item SSLRef 2.0 | 3424 |
3425 Available from Netscape Communications @footnote{http://www.netscape.com/newsref/std/sslref.html}. This requires the | 3425 You can download SSLeay from |
3426 RSARef library, which is not exportable. The RSARef library is | 3426 @url{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/} |
3427 available from ftp://ftp.rsa.com/rsaref/ | |
3428 @item SSLeay 0.4 | |
3429 An implementation by Eric Young (eay@@mincom.oz.au) that is free for | |
3430 commerial or noncommercial use, and was developed completely outside the | |
3431 US by a non-US citizen. More information can be found at | |
3432 ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL/ | |
3433 @end table | |
3434 | |
3435 Currently, an external in order to use SSL from within Emacs/W3. This | |
3436 program should be able to take command line parameters for the hostname | |
3437 and port number to connect to, and read/write to standard input/output | |
3438 (similar to telnet, but without the annoying status messages). | |
3439 | 3427 |
3440 The following variables control how the external program is invoked. | 3428 The following variables control how the external program is invoked. |
3441 | 3429 |
3442 @table @code | 3430 @table @code |
3443 @item ssl-program-name | 3431 @item ssl-program-name |