Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remnants of OPENSSL_cpuid_setup(). | jsing | 2025-05-24 | 1 | -16/+1 |
| | | | | This is no longer used. | ||||
* | Use err_local.h rather than err.h in most places | tb | 2025-05-10 | 1 | -2/+2 |
| | | | | ok jsing | ||||
* | Toss tedu's cleanse into crypto_memory.c | tb | 2024-11-06 | 1 | -8/+1 |
| | |||||
* | Relocate FIPS stubs to crpyto_legacy.c | tb | 2024-11-05 | 1 | -1/+19 |
| | | | | discussed with jsing | ||||
* | CRYPTO_mem_ctrl() is also relocated to crypto_legacy.c | tb | 2024-11-05 | 1 | -1/+8 |
| | | | | discussed with jsing | ||||
* | Move OPENSSL_cleanse() to crypto_legacy() | tb | 2024-11-05 | 1 | -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.c | tb | 2024-11-05 | 1 | -1/+56 |
| | | | | discussed with jsing | ||||
* | Rename cryptlib.c into crypto_legacy.c | tb | 2024-11-05 | 1 | -0/+371 |
discussed with jsing |