summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
AgeCommit message (Expand)Author
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
2023-07-28Combine ripemd into a single C file.Joel Sing
2023-07-28Combine md5 into a single C file.Joel Sing
2023-07-28Combine md4 into a single C file.Joel Sing
2023-07-28Remove various ${thing}_optionsTheo Buehler
2023-07-28Remove BUF_[a-z]* APITheo Buehler
2023-07-28Remove ASN1_bn_print() and ASN1_buf_print()Theo Buehler
2023-07-28Set OPENSSL_NO_ENGINE, remove engine codeTheo Buehler
2023-07-28Drop DSO and define OPENSSL_NO_DSOTheo Buehler
2023-07-28Drop the comp moduleTheo Buehler
2023-07-28Excise ECDH_METHODTheo Buehler
2023-07-28Remove ECDH errorsTheo Buehler
2023-07-28Remove ECDSA_METHODTheo Buehler
2023-07-28Remove ecs_err.cTheo Buehler
2023-07-21Provide a bunch of always failing ENGINE APITheo Buehler
2023-07-20Remove some ancient cruft that hasn't been used in agesTheo Buehler
2023-07-07One source file per line.Joel Sing
2023-07-06Add bn_printf(), a replacement for ASN1_bn_print()Theo Buehler
2023-07-05Merge ECDH code that will stay into ecdh.cTheo Buehler