summaryrefslogtreecommitdiff
path: root/OVERVIEW
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-06-05 06:41:44 +0100
committerColin Watson <cjwatson@debian.org>2019-06-05 06:41:44 +0100
commit102062f825fb26a74295a1c089c00c4c4c76b68a (patch)
tree3db66bc8c8483cce66516dff36f6ef56065143d9 /OVERVIEW
parent3d246f10429fc9a37b98eabef94fe8dc7c61002b (diff)
parentfd0fa130ecf06d7d092932adcd5d77f1549bfc8d (diff)
Import openssh_8.0p1.orig.tar.gz
Diffstat (limited to 'OVERVIEW')
-rw-r--r--OVERVIEW7
1 files changed, 4 insertions, 3 deletions
diff --git a/OVERVIEW b/OVERVIEW
index 515567f45..cec7cd75b 100644
--- a/OVERVIEW
+++ b/OVERVIEW
@@ -34,11 +34,12 @@ these programs.
34 34
35 - Ssh contains several encryption algorithms. These are all 35 - Ssh contains several encryption algorithms. These are all
36 accessed through the cipher.h interface. The interface code is 36 accessed through the cipher.h interface. The interface code is
37 in cipher.c, and the implementations are in libc. 37 in cipher.c, and the implementations are either in libc or
38 LibreSSL.
38 39
39 Multiple Precision Integer Library 40 Multiple Precision Integer Library
40 41
41 - Uses the SSLeay BIGNUM sublibrary. 42 - Uses the LibreSSL BIGNUM sublibrary.
42 43
43 Random Numbers 44 Random Numbers
44 45
@@ -158,4 +159,4 @@ these programs.
158 uidswap.c uid-swapping 159 uidswap.c uid-swapping
159 xmalloc.c "safe" malloc routines 160 xmalloc.c "safe" malloc routines
160 161
161$OpenBSD: OVERVIEW,v 1.14 2018/07/27 03:55:22 dtucker Exp $ 162$OpenBSD: OVERVIEW,v 1.15 2018/10/23 05:56:35 djm Exp $