summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
AgeCommit message (Expand)Author
10 daysMerge ecp_mont.c into ecp_methods.cTheo Buehler
10 daysRename ecp_smpl.c to ecp_methods.cTheo Buehler
2024-11-06Rename malloc-wrapper.c to crypto_memory.cTheo Buehler
2024-11-05Rename cpt_err.c into crypto_err.cTheo Buehler
2024-11-05Relocate FIPS stubs to crpyto_legacy.cTheo Buehler
2024-11-05CRYPTO_mem_ctrl() is also relocated to crypto_legacy.cTheo Buehler
2024-11-05Move OPENSSL_cleanse() to crypto_legacy()Theo Buehler
2024-11-05Fold cversion.c into crypto_legacy.cTheo Buehler
2024-11-05Rename cryptlib.c into crypto_legacy.cTheo Buehler
2024-11-02Merge compressed coordinate setting back into ecp_smpl and ec_libTheo Buehler
2024-11-01sortTheo Buehler
2024-10-30Move the point2bn and point2hex API to ec_convert.cTheo Buehler
2024-10-30Move public point <-> octets API to a new ec_convert.cTheo Buehler
2024-10-19Move EC_GROUP_check() to ec_lib.cTheo Buehler
2024-10-18Inline last use of OPENSSL_load_builtin_modules()Theo Buehler
2024-10-18Move EC_GROUP_new_curve_GFp() into ec_lib.cTheo Buehler
2024-08-31Combine DES code into a smaller set of files.Joel Sing
2024-08-31Merge fcrypt_b.c into fcrypt.c.Joel Sing
2024-08-31Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_PTheo Buehler
2024-08-31Nuke the whrlpool (named after the galaxy) from orbitTheo Buehler
2024-08-31Remove DES_enc_{read,write} and DES_rw_modeTheo Buehler
2024-08-31Garbage collec UI_UTIL remnantsTheo Buehler
2024-08-31Retire conf_api.h and the API thereinTheo Buehler
2024-08-31Make CONF_METHOD opaqueTheo Buehler
2024-08-28Implement X509_get_signature_info()Theo Buehler
2024-08-10Remove the empty ui_compat.hTheo Buehler
2024-08-02Rewrite CRYPTO_EX_DATA.Joel Sing
2024-07-10Remove the static symbols.namespace, and just generate the _libre_Bob Beck
2024-07-09link tls1_prf.c to buildTheo Buehler
2024-07-09Actually enable namespaced builds in both libcrypto and libsslBob Beck
2024-07-09Enable namespaced builds by default for libssl and libcrypto.Bob Beck
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-05-24Stub out DES_enc_{read,write}(3)Theo Buehler
2024-04-25Take pem2.h behind the barnTheo Buehler
2024-04-15Bye, bye, OPENSSL_str{,n}casecmp()Theo Buehler
2024-03-29Consolidate cast code.Joel Sing
2024-03-29Consolidate camellia code.Joel Sing
2024-03-29Move camellia to primary Makefile.Joel Sing
2024-03-29Move aes_core.c to the primary Makefile.Joel Sing
2024-03-29Consolidate idea into a single C file.Joel Sing
2024-03-29Consolidate whirlpool into a single C file.Joel Sing
2024-03-29Move wp_block.c to the primary Makefile.Joel Sing
2024-03-28Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.Joel Sing
2024-03-28Nuke more leftover GOST tendrils.Bob Beck
2024-03-28Remove fallback files that are now always included in the build.Joel Sing
2024-03-28Move rc4.c to primary Makefile.Joel Sing
2024-03-28Move des sources to primary Makefile.Joel Sing
2024-03-28Consolidate most of the AES modes into a single C file.Joel Sing
2024-03-27Catch the blowfish that escaped.Joel Sing
2024-03-27Consolidate rc4 code.Joel Sing