diff options
author | schwarze <> | 2019-06-07 20:09:16 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-07 20:09:16 +0000 |
commit | 9c5872632f4705dc83b87531acf320dbf77fea3f (patch) | |
tree | 577027098695dee7090a1a26de41977e618da1db /src | |
parent | 51cb3fb28cd818581eee92cd50b11dfdbd2176d8 (diff) | |
download | openbsd-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')
-rw-r--r-- | src/lib/libcrypto/man/evp.3 | 7 |
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. | |||
153 | However, new applications should typically not use this (preferring, for | 153 | However, new applications should typically not use this (preferring, for |
154 | example, PBKDF2 from PCKS#5). | 154 | example, PBKDF2 from PCKS#5). |
155 | .Pp | 155 | .Pp |
156 | The | ||
157 | .Xr EVP_EncodeInit 3 | ||
158 | family of functions provides base64 encoding and decoding. | ||
159 | .Pp | ||
156 | All the symmetric algorithms (ciphers), digests and asymmetric | 160 | All the symmetric algorithms (ciphers), digests and asymmetric |
157 | algorithms (public key algorithms) can be replaced by | 161 | algorithms (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 , |