Add EVP_CIPHER_meth_* documentation from OpenSSL 1.1
authortb <tb@openbsd.org>
Thu, 16 Mar 2023 15:05:23 +0000 (15:05 +0000)
committertb <tb@openbsd.org>
Thu, 16 Mar 2023 15:05:23 +0000 (15:05 +0000)
commit692fb298c88570fd05b3fef5f2613d25dec99a50
tree2eadbb4c608a3b3ebfba8b11ca3ba867ef229764
parent46101aef1c00dce24b5cc41e5befabbe53bd7e36
Add EVP_CIPHER_meth_* documentation from OpenSSL 1.1

This is essentially the original text with a few tweaks and fixes by me,
removing parts inapplicable to LibreSSL. There are dangling references to
EVP_CIPHER_CTX_copy(3) and EVP_CIPHER_CTX_get_cipher_data(3). This all
isn't great, but it's better than nothing. Probably good enough for these
rarely used functions.
lib/libcrypto/man/EVP_CIPHER_meth_new.3 [new file with mode: 0644]