[BACK]Return to OVERVIEW CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/OVERVIEW between version 1.3 and 1.4

version 1.3, 1999/10/25 21:05:20 version 1.4, 1999/10/25 21:34:01
Line 23 
Line 23 
   
   Compression Library    Compression Library
   
     - Ssh uses the GNU GZIP compression library (ZLIB).  It resides in      - Ssh uses the GNU GZIP compression library (ZLIB).
       the zlib095 subdirectory.  
   
   Encryption/Decryption    Encryption/Decryption
   
     - Ssh contains several encryption algorithms.  These are all      - Ssh contains several encryption algorithms.  These are all
       accessed through the cipher.h interface.  The interface code is        accessed through the cipher.h interface.  The interface code is
       in cipher.c, and the implementations in des.c, ssh_md5.c, rc4.c.        in cipher.c, and the implementations are in libc.
   
   Multiple Precision Integer Library    Multiple Precision Integer Library
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4