summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/evp.3
diff options
context:
space:
mode:
authortb <>2023-08-30 00:58:57 +0000
committertb <>2023-08-30 00:58:57 +0000
commit1aa9536098c9828d022dfa472e268174a5592d14 (patch)
treebac43d507ba79cd2a54c25ac7a9b240404253823 /src/lib/libcrypto/man/evp.3
parent6374d451ab78e6a8b8173aa5795b5e7f4c9c1081 (diff)
downloadopenbsd-1aa9536098c9828d022dfa472e268174a5592d14.tar.gz
openbsd-1aa9536098c9828d022dfa472e268174a5592d14.tar.bz2
openbsd-1aa9536098c9828d022dfa472e268174a5592d14.zip
Document EVP_{CIPHER,MD}_do_all{,_sorted}(3)
The function prototypes in the SYNOPSIS don't look great, but schwarze assures me that this is how it is supposed to be. It is rather strange that OpenSSL chose to sprinkle OPENSSL_init_crypto() calls into these four functions rather than two inside OBJ_NAME_do_all{,_sorted}(3). Surely there was a good reason for that. With input and fixes from schwarze
Diffstat (limited to 'src/lib/libcrypto/man/evp.3')
-rw-r--r--src/lib/libcrypto/man/evp.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/evp.3 b/src/lib/libcrypto/man/evp.3
index d53fa94fe1..3b93d8ba64 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.20 2023/08/27 15:33:08 schwarze Exp $ 1.\" $OpenBSD: evp.3,v 1.21 2023/08/30 00:58:57 tb Exp $
2.\" full merge up to: OpenSSL man7/evp 24a535ea Sep 22 13:14:20 2020 +0100 2.\" full merge up to: OpenSSL man7/evp 24a535ea Sep 22 13:14:20 2020 +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: August 27 2023 $ 54.Dd $Mdocdate: August 30 2023 $
55.Dt EVP 3 55.Dt EVP 3
56.Os 56.Os
57.Sh NAME 57.Sh NAME
@@ -200,6 +200,7 @@ operations are more efficient using the high-level interfaces.
200.Xr EVP_camellia_128_cbc 3 , 200.Xr EVP_camellia_128_cbc 3 ,
201.Xr EVP_chacha20 3 , 201.Xr EVP_chacha20 3 ,
202.Xr EVP_CIPHER_CTX_get_cipher_data 3 , 202.Xr EVP_CIPHER_CTX_get_cipher_data 3 ,
203.Xr EVP_CIPHER_do_all 3 ,
203.Xr EVP_CIPHER_meth_new 3 , 204.Xr EVP_CIPHER_meth_new 3 ,
204.Xr EVP_des_cbc 3 , 205.Xr EVP_des_cbc 3 ,
205.Xr EVP_DigestInit 3 , 206.Xr EVP_DigestInit 3 ,