]> git.ipfire.org Git - thirdparty/openssl.git/commit
Document Internal EVP_MD_CTX_ Flags
authorerbsland-dev <github@erbsland.dev>
Thu, 11 Jul 2024 12:02:53 +0000 (14:02 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 12 Jul 2024 13:59:22 +0000 (15:59 +0200)
commite3693875e2b8c03cdad7d0a1418705e07de1fbe9
tree598a8ab3a9aae7d04ea61db3e608bbec3720c9bd
parent2fc2f3e69bf35d09d109099ebca8fbee48ef7d45
Document Internal EVP_MD_CTX_ Flags

Add documentation for the internal flags `EVP_MD_CTX_FLAG_CLEANED` and
`EVP_MD_CTX_FLAG_REUSE`, explicitly stating that these flags are for
internal use only and must not be used in user code.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24829)

(cherry picked from commit b74646b627ade4ff801914d45a7733af2ebf4b5f)
doc/man3/EVP_DigestInit.pod