]> git.ipfire.org Git - thirdparty/openssl.git/commit
Clarify in-place encryption behavior in documentation
authorerbsland-dev <github@erbsland.dev>
Mon, 15 Jul 2024 08:50:37 +0000 (10:50 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 16 Jul 2024 17:20:58 +0000 (13:20 -0400)
commitf692ceeedcd104407b7672c67d62d6f86f8ac182
treea9a6f39b6b5b9f8397dcf175d10c755170e7d7de
parentc1a27bdeb9a4f915aa92ed0e74ed48a1f9b94176
Clarify in-place encryption behavior in documentation

Fixes #7941: Update the `EVP_EncryptUpdate` documentation to specify that in-place encryption is guaranteed only if the context does not contain incomplete data from previous operations.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24887)
doc/man3/EVP_EncryptInit.pod