summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Drop dh_prn.ctb2023-04-171-2/+1
* Provide EVP methods for SHA512/224 and SHA512/256.jsing2023-04-161-1/+2
* Rename the largely misnamed bn_print.c to bn_convert.cjsing2023-04-141-2/+2
* Drop now useless files from the Makefiletb2023-04-131-6/+1
* Consolidate sha1 into a single file.jsing2023-04-111-3/+2
* Add a new implementation of BN_mod_sqrt()tb2023-04-111-2/+2
* Link evp/cipher_method_lib.c to the buildtb2023-03-011-1/+2
* Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.ctb2023-02-131-3/+1
* Remove bn_exp2.c, which is now empty.jsing2023-02-111-2/+1
* Remove the now empty bn_asm.c.jsing2023-01-311-2/+1
* Remove the now empty/unused bn_depr.c.jsing2023-01-291-2/+1
* Stop installing x509_verify.htb2023-01-281-2/+1
* Provide an implementation of bn_sqr() that calls s2n-bignum's bignum_sqr().jsing2023-01-211-2/+3
* Provide a per machine bn_arch.h.jsing2023-01-201-1/+2
* Remove unused Elliptic Curve code.jsing2023-01-141-5/+1
* Link ui_null.c to buildtb2022-12-171-1/+2
* cms_lcl.h should not be part of SRCStb2022-11-261-2/+1
* Add support for symbol hiding disabled by default.beck2022-11-111-2/+15
* Finish migrating to one source file per line.joshua2022-11-101-17/+78
* Implement EVP interfaces for Ed25519 and X25519.jsing2022-11-101-1/+3
* Continue migrating to one source file per line.joshua2022-11-101-30/+121
* Continue migrating to one source file per line.joshua2022-11-101-37/+163
* Continue migrating to one source file per line.joshua2022-11-101-26/+110
* Start migrating to one source file per line.joshua2022-11-091-18/+83