[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.14 and 1.15

version 1.14, 2018/07/27 03:55:22 version 1.15, 2018/10/23 05:56:35
Line 34 
Line 34 
   
     - 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 are in libc.        in cipher.c, and the implementations are either in libc or
         LibreSSL.
   
   Multiple Precision Integer Library    Multiple Precision Integer Library
   
     - Uses the SSLeay BIGNUM sublibrary.      - Uses the LibreSSL BIGNUM sublibrary.
   
   Random Numbers    Random Numbers
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15