summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
AgeCommit message (Expand)Author
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
2023-07-05Merge ECDSA code that will stay into ecdsa.cTheo Buehler
2023-06-29Drop the no longer necessary -DLIBRESSL_CRYPTO_INTERNALTheo Buehler
2023-06-25With ech_local.h gone, we no longer need to -I ecdhTheo Buehler
2023-06-21Make BN_num_bits() independent of bn->top.Joel Sing
2023-06-11Unifdef ZLIBTheo Buehler
2023-05-07Recommit -Wshadow now that the warning on BIG_ENDIAN is fixedTheo Buehler
2023-05-07Backout -Wshadow, it breaks build on powerpc64.Alexander Bluhm
2023-05-05Use -Wshadow with clangTheo Buehler
2023-05-05Link rsa_x931.c to buildTheo Buehler
2023-04-28Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the MakefileTheo Buehler
2023-04-28Take the old policy code behind the barnTheo Buehler
2023-04-28Enable the new policy checking code in x509_policy.cTheo Buehler
2023-04-26Allow compiling with -DHAS_DAG to enable the policy check with a DAG.Theo Buehler
2023-04-26Add the new policy code to the build.Bob Beck
2023-04-26Remove the now unused bio_pk7.cTheo Buehler
2023-04-26Remove e_old.c againTheo Buehler
2023-04-25Reinstate e_old.c it is still used by -portableTheo Buehler
2023-04-25e_old can also goTheo Buehler
2023-04-25GF2m bites the dust. It won't be missed.Theo Buehler
2023-04-25Remove proxy cert remnantsTheo Buehler