Split three new manual pages EVP_CIPHER_nid(3), EVP_CIPHER_CTX_ctrl(3),
authorschwarze <schwarze@openbsd.org>
Thu, 31 Aug 2023 17:27:41 +0000 (17:27 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 31 Aug 2023 17:27:41 +0000 (17:27 +0000)
commitd1527b6e4ec29c58a6f7e354273e81166d7705c5
tree930fce642c47092afe2b8800d08df5f94d6fbd4f
parente2e5a33cfe22afa60a150b22a4a44126ac7d2cb8
Split three new manual pages EVP_CIPHER_nid(3), EVP_CIPHER_CTX_ctrl(3),
and EVP_CIPHER_CTX_set_flags(3) out of the excessively large and
unwieldy EVP_EncryptInit(3).  This causes a number of inaccuracies
and gaps to stand out, but i'm not mixing text changes or content
additions into this split.

Using very useful feedback from tb@ regarding what belongs together
and how important the various functions are.  I refrained from bothering
him with the complete patch, but he likes the general direction.
lib/libcrypto/man/EVP_CIPHER_CTX_ctrl.3 [new file with mode: 0644]
lib/libcrypto/man/EVP_CIPHER_CTX_set_flags.3 [new file with mode: 0644]
lib/libcrypto/man/EVP_CIPHER_nid.3 [new file with mode: 0644]
lib/libcrypto/man/EVP_EncryptInit.3
lib/libcrypto/man/Makefile
lib/libcrypto/man/evp.3