summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefiletb2023-04-281-2/+1
* Take the old policy code behind the barntb2023-04-281-7/+1
* Enable the new policy checking code in x509_policy.ctb2023-04-281-4/+2
* Allow compiling with -DHAS_DAG to enable the policy check with a DAG.tb2023-04-261-1/+4
* Add the new policy code to the build.beck2023-04-261-1/+2
* Remove the now unused bio_pk7.ctb2023-04-261-2/+1
* Remove e_old.c againtb2023-04-261-2/+1
* Reinstate e_old.c it is still used by -portabletb2023-04-251-1/+2
* e_old can also gotb2023-04-251-2/+1
* GF2m bites the dust. It won't be missed.tb2023-04-251-5/+1
* Remove proxy cert remnantstb2023-04-251-3/+1
* Remove NETSCAPE_CERT_SEQUENCEtb2023-04-251-2/+1
* Remove SXNETtb2023-04-251-2/+1
* Remove CTS modetb2023-04-251-2/+1
* Remove the horror show that is bn_nist and ecp_nisttb2023-04-251-3/+1
* Remove X9.31 supporttb2023-04-251-3/+1
* Comment out a few now unused files from Makefiletb2023-04-251-14/+14
* Remove the now unused x509_enum.ctb2023-04-211-2/+1
* Hook sha3 up to build.jsing2023-04-171-1/+3
* Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.cjsing2023-04-171-2/+1