summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_des_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-2/+11
| | | | | | | | 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.
* Split EVP_des_cbc(3) out of EVP_EncryptInit(3) to reduce clutter:schwarze2019-03-211-0/+221
this moves a large number of functions out of the way that are no longer the latest and greatest. Also mention a few that were missing.