summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the OPENSSL_init() stub from o_init.c to crypto_init.ctb2024-03-191-2/+1
* Remove some GOST relicstb2024-03-021-2/+1
* Unhook and remove GOST and STREEBOGtb2024-03-021-21/+1
* Make LHASH_OF() and STACK_OF() use opaque structstb2024-03-021-1/+3
* Remove lh statstb2024-03-021-2/+1
* Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1tb2024-03-021-3/+1
* Remove the ameth libtb2024-03-021-2/+1
* Add posix_time.h from BoringSSLtb2024-02-181-1/+2
* Fold keyivgen functions into evp_pbe.ctb2024-01-271-4/+1
* The OBJ_NAME API joins the party in evp_names.ctb2024-01-131-2/+1
* Move EVP_add_{cipher,digest}() to the trashcantb2024-01-131-2/+1
* Stub out {OpenSSL,OPENSSL}_add*tb2024-01-131-2/+1
* Add a table of cipher names, ciphers and aliasestb2024-01-131-1/+2
* Merge the EVP_CIPHER_meth_* API into evp_cipher.ctb2023-12-291-2/+1
* Merge the remainder of evp_lib.c into evp_cipher.ctb2023-12-291-2/+1
* Use more consistent naming for some files in evptb2023-12-291-4/+4
* Merge p_open and p_seal into p_legacytb2023-12-201-3/+1
* Fold p_dec.c and p_enc.c into a new p_legacy.ctb2023-12-201-3/+2
* DES_random_key() sets the keytb2023-12-201-2/+1
* split the Symbols.list up so that arch specific symbols do not end up everywhererobert2023-11-121-1/+5
* Merge remainder of rsa_crpt.c into rsa_eay.ctb2023-08-091-2/+1
* Move bn_blind.c to rsa_blinding.ctb2023-08-091-2/+2
* Move HAVE_FUNOPEN out of !NOPICtb2023-07-291-5/+1
* Combine ripemd into a single C file.jsing2023-07-281-3/+2
* Combine md5 into a single C file.jsing2023-07-281-3/+2
* Combine md4 into a single C file.jsing2023-07-281-3/+2
* Remove various ${thing}_optionstb2023-07-281-2/+1
* Remove BUF_[a-z]* APItb2023-07-281-2/+1
* Remove ASN1_bn_print() and ASN1_buf_print()tb2023-07-281-2/+1
* Set OPENSSL_NO_ENGINE, remove engine codetb2023-07-281-26/+1
* Drop DSO and define OPENSSL_NO_DSOtb2023-07-281-11/+2
* Drop the comp moduletb2023-07-281-7/+1
* Excise ECDH_METHODtb2023-07-281-3/+1
* Remove ECDH errorstb2023-07-281-2/+1
* Remove ECDSA_METHODtb2023-07-281-3/+1
* Remove ecs_err.ctb2023-07-281-2/+1
* Provide a bunch of always failing ENGINE APItb2023-07-211-1/+2
* Remove some ancient cruft that hasn't been used in agestb2023-07-201-3/+1
* One source file per line.jsing2023-07-071-5/+10
* Add bn_printf(), a replacement for ASN1_bn_print()tb2023-07-061-1/+2
* Merge ECDH code that will stay into ecdh.ctb2023-07-051-3/+2
* Merge ECDSA code that will stay into ecdsa.ctb2023-07-051-3/+2
* Drop the no longer necessary -DLIBRESSL_CRYPTO_INTERNALtb2023-06-291-2/+2
* With ech_local.h gone, we no longer need to -I ecdhtb2023-06-251-2/+1
* Make BN_num_bits() independent of bn->top.jsing2023-06-211-1/+2
* Unifdef ZLIBtb2023-06-111-2/+1
* Recommit -Wshadow now that the warning on BIG_ENDIAN is fixedtb2023-05-071-2/+2
* Backout -Wshadow, it breaks build on powerpc64.bluhm2023-05-071-2/+2
* Use -Wshadow with clangtb2023-05-051-2/+2
* Link rsa_x931.c to buildtb2023-05-051-1/+2