| Commit message (Expand) | Author | Age | Files | Lines |
| * | Combine DES code into a smaller set of files. | jsing | 2024-08-31 | 1 | -18/+5 |
| * | Merge fcrypt_b.c into fcrypt.c. | jsing | 2024-08-31 | 1 | -2/+1 |
| * | Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_P | tb | 2024-08-31 | 1 | -5/+1 |
| * | Nuke the whrlpool (named after the galaxy) from orbit | tb | 2024-08-31 | 1 | -7/+1 |
| * | Remove DES_enc_{read,write} and DES_rw_mode | tb | 2024-08-31 | 1 | -2/+1 |
| * | Garbage collec UI_UTIL remnants | tb | 2024-08-31 | 1 | -2/+1 |
| * | Retire conf_api.h and the API therein | tb | 2024-08-31 | 1 | -2/+1 |
| * | Make CONF_METHOD opaque | tb | 2024-08-31 | 1 | -1/+2 |
| * | Implement X509_get_signature_info() | tb | 2024-08-28 | 1 | -1/+2 |
| * | Remove the empty ui_compat.h | tb | 2024-08-10 | 1 | -2/+1 |
| * | Rewrite CRYPTO_EX_DATA. | jsing | 2024-08-02 | 1 | -2/+2 |
| * | Remove the static symbols.namespace, and just generate the _libre_ | beck | 2024-07-10 | 1 | -4/+3 |
| * | link tls1_prf.c to build | tb | 2024-07-09 | 1 | -1/+2 |
| * | Actually enable namespaced builds in both libcrypto and libssl | beck | 2024-07-09 | 1 | -8/+1 |
| * | Enable namespaced builds by default for libssl and libcrypto. | beck | 2024-07-09 | 1 | -3/+3 |
| * | libcrypto: constify most error string tables | tb | 2024-06-24 | 1 | -1/+2 |
| * | Stub out DES_enc_{read,write}(3) | tb | 2024-05-24 | 1 | -2/+1 |
| * | Take pem2.h behind the barn | tb | 2024-04-25 | 1 | -2/+1 |
| * | Bye, bye, OPENSSL_str{,n}casecmp() | tb | 2024-04-15 | 1 | -2/+1 |
| * | Consolidate cast code. | jsing | 2024-03-29 | 1 | -6/+2 |
| * | Consolidate camellia code. | jsing | 2024-03-29 | 1 | -7/+1 |
| * | Move camellia to primary Makefile. | jsing | 2024-03-29 | 1 | -4/+4 |
| * | Move aes_core.c to the primary Makefile. | jsing | 2024-03-29 | 1 | -2/+2 |
| * | Consolidate idea into a single C file. | jsing | 2024-03-29 | 1 | -6/+2 |
| * | Consolidate whirlpool into a single C file. | jsing | 2024-03-29 | 1 | -3/+2 |
| * | Move wp_block.c to the primary Makefile. | jsing | 2024-03-29 | 1 | -2/+2 |
| * | Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms. | jsing | 2024-03-28 | 1 | -2/+1 |
| * | Nuke more leftover GOST tendrils. | beck | 2024-03-28 | 1 | -2/+1 |
| * | Remove fallback files that are now always included in the build. | jsing | 2024-03-28 | 1 | -5/+1 |
| * | Move rc4.c to primary Makefile. | jsing | 2024-03-28 | 1 | -1/+4 |
| * | Move des sources to primary Makefile. | jsing | 2024-03-28 | 1 | -1/+3 |
| * | Consolidate most of the AES modes into a single C file. | jsing | 2024-03-28 | 1 | -6/+2 |
| * | Catch the blowfish that escaped. | jsing | 2024-03-27 | 1 | -2/+2 |
| * | Consolidate rc4 code. | jsing | 2024-03-27 | 1 | -3/+2 |
| * | Consolidate blowfish code. | jsing | 2024-03-27 | 1 | -6/+2 |
| * | Move bf_enc.c to the primary Makefile. | jsing | 2024-03-27 | 1 | -1/+2 |
| * | Move the OPENSSL_init() stub from o_init.c to crypto_init.c | tb | 2024-03-19 | 1 | -2/+1 |
| * | Remove some GOST relics | tb | 2024-03-02 | 1 | -2/+1 |
| * | Unhook and remove GOST and STREEBOG | tb | 2024-03-02 | 1 | -21/+1 |
| * | Make LHASH_OF() and STACK_OF() use opaque structs | tb | 2024-03-02 | 1 | -1/+3 |
| * | Remove lh stats | tb | 2024-03-02 | 1 | -2/+1 |
| * | Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1 | tb | 2024-03-02 | 1 | -3/+1 |
| * | Remove the ameth lib | tb | 2024-03-02 | 1 | -2/+1 |
| * | Add posix_time.h from BoringSSL | tb | 2024-02-18 | 1 | -1/+2 |
| * | Fold keyivgen functions into evp_pbe.c | tb | 2024-01-27 | 1 | -4/+1 |
| * | The OBJ_NAME API joins the party in evp_names.c | tb | 2024-01-13 | 1 | -2/+1 |
| * | Move EVP_add_{cipher,digest}() to the trashcan | tb | 2024-01-13 | 1 | -2/+1 |
| * | Stub out {OpenSSL,OPENSSL}_add* | tb | 2024-01-13 | 1 | -2/+1 |
| * | Add a table of cipher names, ciphers and aliases | tb | 2024-01-13 | 1 | -1/+2 |
| * | Merge the EVP_CIPHER_meth_* API into evp_cipher.c | tb | 2023-12-29 | 1 | -2/+1 |