summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_camellia_128_cbc.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* Mention the key lengths of some encryption algorithms.schwarze2024-11-091-3/+5
| | | | | | | | 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.
* use n-bit <noun> consistently; ok schwarze for the principal of the idea,jmc2020-06-241-3/+3
| | | | and for flagging which pages to check;
* import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,schwarze2019-03-211-0/+149
still under a free license, tweaked by me