]> git.ipfire.org Git - thirdparty/openssl.git/commit
Clarify Tag Length Setting in OCB Mode
authorerbsland-dev <github@erbsland.dev>
Tue, 10 Sep 2024 17:20:17 +0000 (19:20 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 19 Sep 2024 18:51:38 +0000 (20:51 +0200)
commit1299699a90967c3a0b236e552d92dc307d0d6da3
treeb63fd66f38a9cedc5a45ba39db87a7cfc2080b87
parentdaead12df04e2257bd5f2f8441a3c2965ef102ee
Clarify Tag Length Setting in OCB Mode

Fixes #8331: Updated the description for setting the tag length in OCB mode to remove the misleading “when encrypting” and “during encryption” phrasing. This change emphasizes that setting a custom tag length requires a call with NULL, applicable to both encryption and decryption contexts.

Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25424)
doc/man3/EVP_EncryptInit.pod