summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move table in bn_primes.h to a .c file and get rid of prime_ttb2022-11-091-2/+2
* Replace the old OpenSSL julian date stuff with BoringSSL'sbeck2022-11-081-3/+3
* Add an empty pkcs12_local.h and include it where it will soon be needed.tb2022-08-201-1/+2
* Prepare to provide PKCS12 accessorstb2022-08-031-2/+2
* Start making ts opaquetb2022-07-241-1/+2
* Link bn_bpsw.c to buildtb2022-07-131-2/+2
* Link bn_isqrt.c to buildtb2022-07-131-1/+2
* Remove openssl/cterr.h and inline it in openssl/ct.htb2022-05-081-2/+1
* Link kdf/ to the buildtb2022-05-051-1/+7
* Start disentangling armv7 and aarch64 codetb2022-03-231-1/+2
* Remove legacy sign/verify from EVP_MD.tb2022-01-141-3/+2
* Remove obsolete key formatstb2022-01-141-3/+1
* Remove PEM_Seal{Init,Update,Final}tb2022-01-141-2/+2
* Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.htb2022-01-071-1/+2
* Add an essentially empty ocsp_local.h and include it in the filestb2022-01-071-1/+2
* Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h bytb2022-01-071-1/+2
* Add an essentially empty dh_local.h and include it in the files wheretb2022-01-071-1/+2
* Add a new, mostly empty, bio_local.h and include it in the filestb2022-01-071-1/+2
* Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions.jsing2021-12-251-2/+2
* Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions.jsing2021-12-251-2/+2
* More consolidation of ASN.1 code.jsing2021-12-251-4/+4
* Rewrite ASN.1 identifier/length parsing in CBS.jsing2021-12-251-2/+2
* alphabetical order is hard, tb...tb2021-12-171-2/+2
* Rename asn1_lib.c to asn1_old_lib.cjsing2021-12-151-2/+2
* Consolidate various ASN.1 code.jsing2021-12-151-5/+5
* Consolidate ASN.1 universal tag type data.jsing2021-12-141-2/+2
* Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().jsing2021-12-131-2/+2
* Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an upcoming commit.tb2021-12-121-1/+2
* List subdirectories as a simple list. Avoids a source of many mergetb2021-12-041-6/+8
* Consolidate {d2i,i2d}_{pr,pu}.cjsing2021-12-041-3/+3
* Make the certificate transparency code build with the rest of the librarybeck2021-11-241-2/+9
* Provide the bytestring APIs for libcrypto internal use.jsing2021-11-201-3/+7