summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/evp.3
diff options
context:
space:
mode:
authorschwarze <>2019-06-07 19:28:52 +0000
committerschwarze <>2019-06-07 19:28:52 +0000
commit4bea6ff056c1f836655c6ef3ec916e743ec34876 (patch)
tree93c68086454fe70402541a07ebf88a302540a80f /src/lib/libcrypto/man/evp.3
parent0c1ea0d871737686bb9682ac9fece73b74f94b12 (diff)
downloadopenbsd-4bea6ff056c1f836655c6ef3ec916e743ec34876.tar.gz
openbsd-4bea6ff056c1f836655c6ef3ec916e743ec34876.tar.bz2
openbsd-4bea6ff056c1f836655c6ef3ec916e743ec34876.zip
remove cross-references to the obsolete function OpenSSL_add_all_algorithms(3)
Diffstat (limited to 'src/lib/libcrypto/man/evp.3')
-rw-r--r--src/lib/libcrypto/man/evp.310
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/evp.3 b/src/lib/libcrypto/man/evp.3
index 8ea9c78de0..e18c26ea7c 100644
--- a/src/lib/libcrypto/man/evp.3
+++ b/src/lib/libcrypto/man/evp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: evp.3,v 1.10 2019/03/21 14:15:13 schwarze Exp $ 1.\" $OpenBSD: evp.3,v 1.11 2019/06/07 19:28:52 schwarze Exp $
2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 2.\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>, 4.\" This file was written by Ulf Moeller <ulf@openssl.org>,
@@ -51,7 +51,7 @@
51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
52.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
53.\" 53.\"
54.Dd $Mdocdate: March 21 2019 $ 54.Dd $Mdocdate: June 7 2019 $
55.Dt EVP 3 55.Dt EVP 3
56.Os 56.Os
57.Sh NAME 57.Sh NAME
@@ -153,9 +153,6 @@ compatible implementation.
153However, new applications should typically not use this (preferring, for 153However, new applications should typically not use this (preferring, for
154example, PBKDF2 from PCKS#5). 154example, PBKDF2 from PCKS#5).
155.Pp 155.Pp
156Algorithms are loaded with
157.Xr OpenSSL_add_all_algorithms 3 .
158.Pp
159All the symmetric algorithms (ciphers), digests and asymmetric 156All the symmetric algorithms (ciphers), digests and asymmetric
160algorithms (public key algorithms) can be replaced by 157algorithms (public key algorithms) can be replaced by
161.Vt ENGINE 158.Vt ENGINE
@@ -204,5 +201,4 @@ operations are more efficient using the high level interfaces.
204.Xr EVP_SealInit 3 , 201.Xr EVP_SealInit 3 ,
205.Xr EVP_SignInit 3 , 202.Xr EVP_SignInit 3 ,
206.Xr EVP_sm4_cbc 3 , 203.Xr EVP_sm4_cbc 3 ,
207.Xr EVP_VerifyInit 3 , 204.Xr EVP_VerifyInit 3
208.Xr OpenSSL_add_all_algorithms 3