summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_legacy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Toss tedu's cleanse into crypto_memory.ctb2024-11-061-8/+1
|
* Relocate FIPS stubs to crpyto_legacy.ctb2024-11-051-1/+19
| | | | discussed with jsing
* CRYPTO_mem_ctrl() is also relocated to crypto_legacy.ctb2024-11-051-1/+8
| | | | discussed with jsing
* Move OPENSSL_cleanse() to crypto_legacy()tb2024-11-051-1/+8
| | | | | | The correct spelling is explicit_bzero() and it doesn't need its own file. discussed with jsing
* Fold cversion.c into crypto_legacy.ctb2024-11-051-1/+56
| | | | discussed with jsing
* Rename cryptlib.c into crypto_legacy.ctb2024-11-051-0/+371
discussed with jsing