Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .Lb libcrypto ; OK tb@ | schwarze | 2025-06-08 | 1 | -2/+3 |
| | |||||
* | Mention the key lengths of some encryption algorithms. | schwarze | 2024-11-09 | 1 | -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: | schwarze | 2019-03-21 | 1 | -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. |