]> 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:30 +0000 (15:59 +0200)
commitcf198e9a0a61a1616fcb9e2eb9e724218d7b92fd
tree9f431f11a2255e0a1e2a0750cb8d31ff8577c754
parentfbb280df88f4f6ad7b9454f1ef8d1087bfcd0fdd
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