summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/p_legacy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hide public symbols in evp.hbeck2024-04-091-1/+7
| | | | | | largely mechanically done by the guentherizer 9000 ok tb@
* Check the return value of EVP_CIPHER_CTX_reset()tb2024-03-281-3/+5
| | | | | | | The function call can't actually fail, but all other calls check its return value. ok joshua jsing
* Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInitjoshua2024-03-261-3/+3
| | | | ok tb@
* Use EVP_CIPHER_CTX_legacy_clear() internallytb2024-02-181-3/+3
| | | | ok jsing
* Merge p_open and p_seal into p_legacytb2023-12-201-1/+103
| | | | discussed with jsing
* Fold p_dec.c and p_enc.c into a new p_legacy.ctb2023-12-201-0/+90
discussed with jsing