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 | -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, | jmc | 2020-06-24 | 1 | -3/+3 |
| | | | | and for flagging which pages to check; | ||||
* | import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1, | schwarze | 2019-03-21 | 1 | -0/+149 |
still under a free license, tweaked by me |