summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorschwarze <>2019-06-07 20:09:16 +0000
committerschwarze <>2019-06-07 20:09:16 +0000
commit9c5872632f4705dc83b87531acf320dbf77fea3f (patch)
tree577027098695dee7090a1a26de41977e618da1db /src/lib
parent51cb3fb28cd818581eee92cd50b11dfdbd2176d8 (diff)
downloadopenbsd-9c5872632f4705dc83b87531acf320dbf77fea3f.tar.gz
openbsd-9c5872632f4705dc83b87531acf320dbf77fea3f.tar.bz2
openbsd-9c5872632f4705dc83b87531acf320dbf77fea3f.zip
link to EVP_EncodeInit(3), which was the only missing child page
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/evp.37
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/evp.3 b/src/lib/libcrypto/man/evp.3
index e18c26ea7c..a5b6b2990d 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.11 2019/06/07 19:28:52 schwarze Exp $ 1.\" $OpenBSD: evp.3,v 1.12 2019/06/07 20:09:16 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>,
@@ -153,6 +153,10 @@ 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
156The
157.Xr EVP_EncodeInit 3
158family of functions provides base64 encoding and decoding.
159.Pp
156All the symmetric algorithms (ciphers), digests and asymmetric 160All the symmetric algorithms (ciphers), digests and asymmetric
157algorithms (public key algorithms) can be replaced by 161algorithms (public key algorithms) can be replaced by
158.Vt ENGINE 162.Vt ENGINE
@@ -185,6 +189,7 @@ operations are more efficient using the high level interfaces.
185.Xr EVP_des_cbc 3 , 189.Xr EVP_des_cbc 3 ,
186.Xr EVP_DigestInit 3 , 190.Xr EVP_DigestInit 3 ,
187.Xr EVP_DigestSignInit 3 , 191.Xr EVP_DigestSignInit 3 ,
192.Xr EVP_EncodeInit 3 ,
188.Xr EVP_EncryptInit 3 , 193.Xr EVP_EncryptInit 3 ,
189.Xr EVP_OpenInit 3 , 194.Xr EVP_OpenInit 3 ,
190.Xr EVP_PKEY_decrypt 3 , 195.Xr EVP_PKEY_decrypt 3 ,