CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2024/11/09 15:03:49
Modified files: lib/libcrypto/man: EVP_EncryptInit.3 EVP_aes_128_cbc.3 EVP_camellia_128_cbc.3 EVP_des_cbc.3 Log message: Mention the key lengths of some encryption algorithms. This is relevant because EVP_EncryptInit(3) takes a "key" argument, and users need to consider the size of that argument. While here, also mention whether ciphers are stream ciphers or block ciphers and what the block size is.