Merge various improvements from the OpenSSL 1.1 branch,
authorschwarze <schwarze@openbsd.org>
Fri, 11 Aug 2023 18:08:43 +0000 (18:08 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 11 Aug 2023 18:08:43 +0000 (18:08 +0000)
commit94cbdd02134df6ff030490f83bc50ecced563084
tree63d2f76e3739f20e0f1b16e4a58a1225e5270cd1
parent1819b7e21e7f6b686f978062a795594a5fe6afcf
Merge various improvements from the OpenSSL 1.1 branch,
which is still under a free license.

* document EVP_MD_CTX_set_flags, EVP_MD_CTX_clear_flags, EVP_MD_CTX_test_flags
* document EVP_MD_flags, EVP_MD_CTX_md_data
* document EVP_MD_CTX_pkey_ctx, EVP_MD_CTX_set_pkey_ctx
* correct arg type of EVP_MD_CTX_size, EVP_MD_CTX_block_size, EVP_MD_CTX_type
* more information about EVP_MD_CTX_ctrl
* add missing <string.h> and correct one variable type below EXAMPLES
* two orthographic improvements

with a few wording tweaks by me
lib/libcrypto/man/EVP_DigestInit.3