summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
AgeCommit message (Expand)Author
2023-01-14Remove unused Elliptic Curve code.Joel Sing
2022-12-17Link ui_null.c to buildTheo Buehler
2022-11-26cms_lcl.h should not be part of SRCSTheo Buehler
2022-11-11Add support for symbol hiding disabled by default.Bob Beck
2022-11-10Finish migrating to one source file per line.joshua
2022-11-10Implement EVP interfaces for Ed25519 and X25519.Joel Sing
2022-11-10Continue migrating to one source file per line.joshua
2022-11-10Continue migrating to one source file per line.joshua
2022-11-10Continue migrating to one source file per line.joshua
2022-11-09Start migrating to one source file per line.joshua
2022-11-09Move table in bn_primes.h to a .c file and get rid of prime_tTheo Buehler
2022-11-08Replace the old OpenSSL julian date stuff with BoringSSL'sBob Beck
2022-08-20Add an empty pkcs12_local.h and include it where it will soon be needed.Theo Buehler
2022-08-03Prepare to provide PKCS12 accessorsTheo Buehler
2022-07-24Start making ts opaqueTheo Buehler
2022-07-13Link bn_bpsw.c to buildTheo Buehler
2022-07-13Link bn_isqrt.c to buildTheo Buehler
2022-05-08Remove openssl/cterr.h and inline it in openssl/ct.hTheo Buehler
2022-05-05Link kdf/ to the buildTheo Buehler
2022-03-23Start disentangling armv7 and aarch64 codeTheo Buehler
2022-01-14Remove legacy sign/verify from EVP_MD.Theo Buehler
2022-01-14Remove obsolete key formatsTheo Buehler
2022-01-14Remove PEM_Seal{Init,Update,Final}Theo Buehler
2022-01-07Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.hTheo Buehler
2022-01-07Add an essentially empty ocsp_local.h and include it in the filesTheo Buehler
2022-01-07Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h byTheo Buehler
2022-01-07Add an essentially empty dh_local.h and include it in the files whereTheo Buehler
2022-01-07Add a new, mostly empty, bio_local.h and include it in the filesTheo Buehler
2021-12-25Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions.Joel Sing
2021-12-25Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions.Joel Sing
2021-12-25More consolidation of ASN.1 code.Joel Sing
2021-12-25Rewrite ASN.1 identifier/length parsing in CBS.Joel Sing
2021-12-17alphabetical order is hard, tb...Theo Buehler
2021-12-15Rename asn1_lib.c to asn1_old_lib.cJoel Sing
2021-12-15Consolidate various ASN.1 code.Joel Sing
2021-12-14Consolidate ASN.1 universal tag type data.Joel Sing
2021-12-13Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().Joel Sing
2021-12-12Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an upcoming commit.Theo Buehler
2021-12-04List subdirectories as a simple list. Avoids a source of many mergeTheo Buehler
2021-12-04Consolidate {d2i,i2d}_{pr,pu}.cJoel Sing
2021-11-24Make the certificate transparency code build with the rest of the libraryBob Beck
2021-11-20Provide the bytestring APIs for libcrypto internal use.Joel Sing
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-10-31Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that otherTheo Buehler
2021-10-23Add back the fips mode test functions, new stuff requires this.Bob Beck
2021-09-03Add X509 Extensions for IP Addresses and AS IdentifiersJob Snijders
2020-09-13Add new x509 certificate chain validator in x509_verify.cBob Beck
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withBob Beck
2020-09-11Add issuer cache, to be used by upcoming changes to validation code.Bob Beck
2020-06-09The check_includes step is incorrect dependency management model forTheo de Raadt