summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3')
-rw-r--r--src/lib/libcrypto/man/OpenSSL_add_all_algorithms.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
index 26910d45b0..7a31b9d1e8 100644
--- a/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
+++ b/src/lib/libcrypto/man/OpenSSL_add_all_algorithms.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: OpenSSL_add_all_algorithms.3,v 1.3 2016/11/22 21:38:18 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 22 2016 $
4.Dt OPENSSL_ADD_ALL_ALGORITHMS 3 4.Dt OPENSSL_ADD_ALL_ALGORITHMS 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -21,7 +21,7 @@
21.Fn EVP_cleanup void 21.Fn EVP_cleanup void
22.Sh DESCRIPTION 22.Sh DESCRIPTION
23OpenSSL keeps an internal table of digest algorithms and ciphers. 23OpenSSL keeps an internal table of digest algorithms and ciphers.
24It uses this table to lookup ciphers via functions such as 24It uses this table to look up ciphers via functions such as
25.Xr EVP_get_cipherbyname 3 . 25.Xr EVP_get_cipherbyname 3 .
26.Pp 26.Pp
27.Fn OpenSSL_add_all_algorithms 27.Fn OpenSSL_add_all_algorithms
@@ -47,7 +47,7 @@ An application does not need to add algorithms to use them explicitly,
47for example by 47for example by
48.Xr EVP_sha1 3 . 48.Xr EVP_sha1 3 .
49It just needs to add them if it (or any of the functions it calls) needs 49It just needs to add them if it (or any of the functions it calls) needs
50to lookup algorithms. 50to look up algorithms.
51.Pp 51.Pp
52The cipher and digest lookup functions are used in many parts of the 52The cipher and digest lookup functions are used in many parts of the
53library. 53library.