Many improvements, almost amounting to a partial rewrite:
authorschwarze <schwarze@openbsd.org>
Fri, 1 Sep 2023 17:28:21 +0000 (17:28 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 1 Sep 2023 17:28:21 +0000 (17:28 +0000)
commit6bf59eda898875d5b4bd5d8c2dff44b6697a1cf8
treeadbb594f02fad4fe66d3954aadb1e012e54dcb1d
parentbce0228317db8f4ed8ad8ed8b9006279e099b3e8
Many improvements, almost amounting to a partial rewrite:
* more precision what the CIPHER_CTX functions do
* more precision what an NID is
* avoid talking about RC2, use AES-256 for an example instead
* clarify that block sizes are measured in bytes
* mention additional restrictions regarding valid block sizes
* add the missing description of the *_flags(3) functions
* mention the public mask constant EVP_CIPH_MODE
* add three missing modes that can occur as return values
* add the missing entries for *_flags(3) and *_mode(3) below RETURN VALUES
* tweak various wordings for precision and conciseness
lib/libcrypto/man/EVP_CIPHER_nid.3