diff options
author | Ramkumar <therealramkumar@gmail.com> | 2024-11-10 18:50:04 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2024-12-17 12:59:32 +0100 |
commit | c44066bb4cfee9e21ee6406112daebac03775067 (patch) | |
tree | d4c13adfa2ab16517ee97e1355d54f0c75f78293 /include | |
parent | test: add evp_extra_test case for cipher pipeline API with fake pipeline prov... (diff) | |
download | openssl-c44066bb4cfee9e21ee6406112daebac03775067.tar.xz openssl-c44066bb4cfee9e21ee6406112daebac03775067.zip |
docs: update man3 and man7 with cipher pipeline APIs
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24636)
Diffstat (limited to 'include')
-rw-r--r-- | include/openssl/evp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/evp.h b/include/openssl/evp.h index 23c4095596..01caaadcde 100644 --- a/include/openssl/evp.h +++ b/include/openssl/evp.h @@ -37,6 +37,7 @@ # define EVP_MAX_BLOCK_LENGTH 32 # define EVP_MAX_AEAD_TAG_LENGTH 16 +/* Maximum pipes in cipher pipelining */ # define EVP_MAX_PIPES 32 # define PKCS5_SALT_LEN 8 |