summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
AgeCommit message (Expand)Author
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
2024-03-27Consolidate blowfish code.Joel Sing
2024-03-27Move bf_enc.c to the primary Makefile.Joel Sing
2024-03-19Move the OPENSSL_init() stub from o_init.c to crypto_init.cTheo Buehler
2024-03-02Remove some GOST relicsTheo Buehler
2024-03-02Unhook and remove GOST and STREEBOGTheo Buehler
2024-03-02Make LHASH_OF() and STACK_OF() use opaque structsTheo Buehler
2024-03-02Remove lh statsTheo Buehler
2024-03-02Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1Theo Buehler
2024-03-02Remove the ameth libTheo Buehler
2024-02-18Add posix_time.h from BoringSSLTheo Buehler
2024-01-27Fold keyivgen functions into evp_pbe.cTheo Buehler
2024-01-13The OBJ_NAME API joins the party in evp_names.cTheo Buehler
2024-01-13Move EVP_add_{cipher,digest}() to the trashcanTheo Buehler
2024-01-13Stub out {OpenSSL,OPENSSL}_add*Theo Buehler
2024-01-13Add a table of cipher names, ciphers and aliasesTheo Buehler
2023-12-29Merge the EVP_CIPHER_meth_* API into evp_cipher.cTheo Buehler
2023-12-29Merge the remainder of evp_lib.c into evp_cipher.cTheo Buehler
2023-12-29Use more consistent naming for some files in evpTheo Buehler
2023-12-20Merge p_open and p_seal into p_legacyTheo Buehler
2023-12-20Fold p_dec.c and p_enc.c into a new p_legacy.cTheo Buehler
2023-12-20DES_random_key() sets the keyTheo Buehler
2023-11-12split the Symbols.list up so that arch specific symbols do not end up everywhereRobert Nagy
2023-08-09Merge remainder of rsa_crpt.c into rsa_eay.cTheo Buehler
2023-08-09Move bn_blind.c to rsa_blinding.cTheo Buehler
2023-07-29Move HAVE_FUNOPEN out of !NOPICTheo Buehler