Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move camellia to primary Makefile. | jsing | 2024-03-29 | 1 | -3/+1 |
| | | | | These files are now built on all platforms. | ||||
* | Move aes_core.c to the primary Makefile. | jsing | 2024-03-29 | 1 | -3/+1 |
| | | | | This is now built on all platforms. | ||||
* | Move wp_block.c to the primary Makefile. | jsing | 2024-03-29 | 1 | -3/+1 |
| | | | | This is now built on all platforms. | ||||
* | Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms. | jsing | 2024-03-28 | 1 | -2/+2 |
| | |||||
* | Remove OPENSSL_UNISTD define | tb | 2024-03-28 | 1 | -3/+0 |
| | |||||
* | Move rc4.c to primary Makefile. | jsing | 2024-03-28 | 1 | -3/+1 |
| | | | | This is now built on all platforms. | ||||
* | Move des sources to primary Makefile. | jsing | 2024-03-28 | 1 | -3/+1 |
| | | | | | Now that all platforms use a C des implementation, move it to the primary Makefile. | ||||
* | Consolidate rc4 code. | jsing | 2024-03-27 | 1 | -2/+2 |
| | | | | Discussed with tb@ | ||||
* | Move bf_enc.c to the primary Makefile. | jsing | 2024-03-27 | 1 | -3/+1 |
| | | | | | Now that all architectures are using bf_enc.c, it does not make sense to have it in every Makefile.inc file. | ||||
* | Remove the now empty bn_asm.c. | jsing | 2023-01-31 | 1 | -2/+1 |
| | | | | | | This rather misnamed file (bn_asm.c) previously contained the C code that was needed to build libcrypto bignum on platforms that did not have assembly implementations of the functions it contained. | ||||
* | Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add | miod | 2023-01-17 | 1 | -6/+2 |
| | | | | | | | interfaces, and remove empty assembly OPENSSL_cpuid_setup routines - the default empty C fallback will work as good. ok jsing@ | ||||
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -2/+2 |
| | | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb | ||||
* | Disable assembly code for powerpc64; more work is needed to make it work. | kettenis | 2020-06-29 | 1 | -8/+9 |
| | |||||
* | Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't | kettenis | 2020-06-28 | 1 | -3/+3 |
| | | | | | hooked up and the lack of a bn_mul_mont_int implementation results in undefined references. | ||||
* | Accidentally doubled these files on first commit. Correcting. | drahn | 2020-06-26 | 2 | -194/+1 |
| | |||||
* | Intial attempt at powerpc64 libcrypto pieces. | drahn | 2020-06-25 | 2 | -0/+386 |
just commit this kettenis@ |