1. Tweak the descriptions of EVP_MD_CTX_ctrl(3), EVP_MD_CTX_set_flags(3),
authorschwarze <schwarze@openbsd.org>
Sat, 12 Aug 2023 16:12:19 +0000 (16:12 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 12 Aug 2023 16:12:19 +0000 (16:12 +0000)
commit4d855df4d5fdcecd40fe3e138b83a9a28ac736d8
treed44a78a08fe9c9f45b590dd30be7152a9cdc957d
parentcaf6bd1d575af699bee0a8879806121769df6981
1. Tweak the descriptions of EVP_MD_CTX_ctrl(3), EVP_MD_CTX_set_flags(3),
EVP_MD_CTX_clear_flags(3), EVP_MD_CTX_test_flags(3), and the atrocious
EVP_MD_CTX_set_pkey_ctx(3) for precision.
2. Tweak the description of EVP_MD_type(3) and EVP_MD_CTX_type(3)
for conciseness.
3. Add a few missing HISTORY bits.
lib/libcrypto/man/EVP_DigestInit.3