| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide and use crypto_arch.h. | jsing | 2024-08-11 | 2 | -3/+29 |
* | Always use C functions for AES_{encrypt,decrypt}(). | jsing | 2024-03-29 | 1 | -1/+3 |
* | Move camellia to primary Makefile. | jsing | 2024-03-29 | 1 | -3/+1 |
* | Move aes_core.c to the primary Makefile. | jsing | 2024-03-29 | 1 | -2/+1 |
* | Move wp_block.c to the primary Makefile. | jsing | 2024-03-29 | 1 | -3/+1 |
* | 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 |
* | Move des sources to primary Makefile. | jsing | 2024-03-28 | 1 | -3/+1 |
* | Remove unused rc4 parisc assembly. | jsing | 2024-03-27 | 1 | -5/+1 |
* | Consolidate rc4 code. | jsing | 2024-03-27 | 1 | -2/+2 |
* | Move bf_enc.c to the primary Makefile. | jsing | 2024-03-27 | 1 | -3/+1 |
* | Remove the now empty bn_asm.c. | jsing | 2023-01-31 | 1 | -2/+1 |
* | Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_add | miod | 2023-01-17 | 1 | -8/+1 |
* | Move all data tables from .text section to .rodata, and update the code to | miod | 2023-01-13 | 1 | -3/+1 |
* | temporarily force hppa libcrypto to be built --no-execute-only because | deraadt | 2023-01-11 | 1 | -1/+3 |
* | spelling fixes; from paul tagliamonte | jmc | 2022-12-26 | 1 | -3/+3 |
* | Remove commented out rc5 bits | tb | 2019-05-11 | 1 | -3/+1 |
* | Remove I386_ONLY define. It was only used to prefer a | miod | 2016-11-04 | 1 | -3/+0 |
* | Disable ENGINE_load_dynamic (dynamic engine support). | bcook | 2015-06-19 | 1 | -1/+0 |
* | In the neverending saga of enabling and disabling assembler code for sha | miod | 2015-03-18 | 1 | -5/+1 |
* | Do not use sha512-parisc for now, as it is subtly bugged - passes the sha | miod | 2015-03-05 | 1 | -1/+3 |
* | Add the Cammelia cipher to libcrypto. | miod | 2014-11-17 | 1 | -1/+3 |
* | Revert r1.5 and reenable assembler version of ghash now that it has been | miod | 2014-09-27 | 1 | -3/+3 |
* | Disable assembler code for ghash on hppa, causes wrong computations in some | miod | 2014-09-27 | 1 | -3/+3 |
* | i'm a dumbdumb. fix build. | tedu | 2014-07-11 | 1 | -1/+1 |
* | move all the feature settings to a common header. | tedu | 2014-07-11 | 1 | -72/+1 |
* | Make sure we leave OPENSSL_NO_PSK in the conf files so things | beck | 2014-07-11 | 1 | -0/+1 |
* | Correctly enable assembler Montgomery routine. | miod | 2014-05-02 | 1 | -1/+2 |
* | Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes | miod | 2014-05-02 | 1 | -3/+3 |
* | Disable assembler version of SHA512 for now, it produces wrong results. | miod | 2014-05-02 | 1 | -3/+3 |
* | Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512. | miod | 2014-05-01 | 1 | -0/+50 |
* | first round of static config. ok miod | tedu | 2014-04-18 | 1 | -43/+0 |
* | The more you remove Chtulhu^WVMS tentacles, the more there are | miod | 2014-04-15 | 1 | -2/+0 |
* | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | miod | 2014-04-11 | 1 | -0/+273 |