Write documentation for EVP_CIPHER_CTX_buf_noconst(3) from scratch.
authorschwarze <schwarze@openbsd.org>
Sat, 26 Aug 2023 15:12:04 +0000 (15:12 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 26 Aug 2023 15:12:04 +0000 (15:12 +0000)
commit0e80ab9d860cba37a8cbaddb1f7b336158e7e901
treeb497e507233e252eb6184824cda14f4d479024f8
parenta934d56a2727556a771214b36a176e17b60cc214
Write documentation for EVP_CIPHER_CTX_buf_noconst(3) from scratch.
Put it here rather than into EVP_EncryptInit(3) because similar to
EVP_CIPHER_CTX_get_cipher_data(3), application software should not
use it.  These functions will likely not be needed except by people
implementing custom encryption algorithms.
lib/libcrypto/man/EVP_CIPHER_CTX_get_cipher_data.3