diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-10-23 05:56:35 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-10-23 16:57:54 +1100 |
commit | a65784c9f9c5d00cf1a0e235090170abc8d07c73 (patch) | |
tree | b240419cc4884bab109f1b5db1dc4a057e7ca77b /OVERVIEW | |
parent | c0a35265907533be10ca151ac797f34ae0d68969 (diff) |
upstream: refer to OpenSSL not SSLeay;
we're old, but we don't have to act it
OpenBSD-Commit-ID: 9ca38d11f8ed19e61a55108d1e892d696cee08ec
Diffstat (limited to 'OVERVIEW')
-rw-r--r-- | OVERVIEW | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 $ |