summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-3/+3
* Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that othertb2021-10-311-2/+2
* Add back the fips mode test functions, new stuff requires this.beck2021-10-231-2/+2
* Add X509 Extensions for IP Addresses and AS Identifiersjob2021-09-031-1/+2
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-2/+3
* Add x509_constraints.c - a new implementation of x509 name constraints, withbeck2020-09-111-2/+2
* Add issuer cache, to be used by upcoming changes to validation code.beck2020-09-111-1/+2
* The check_includes step is incorrect dependency management model forderaadt2020-06-091-11/+1
* One error file per directory is plenty.jsing2020-06-051-2/+2
* Collapse the x509v3 directory into x509.jsing2020-06-041-10/+7
* Add checks to ensure that lib{crypto,ssl,tls} public headers have actuallyjsing2020-01-221-1/+11
* Simplify header installation by combining the HDRS and HDRS_GEN loops.jsing2020-01-221-9/+2
* Enable CMS in LibreSSL.jsing2019-11-021-1/+6
* Install the openssl/cms.h header.jsing2019-09-091-1/+3
* Add various macros and controls for EC_PKEY_CTX.jsing2019-09-061-1/+2
* Build ecdh_kdf.cjsing2019-09-051-2/+2
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-1/+7
* No need to include <bsd.prog.mk> here.tb2019-01-231-2/+1
* Partial port of EC_KEY_METHOD from OpenSSL 1.1.tb2019-01-191-3/+7
* Add Ribose Inc's implementation of the SM3 hashing function withtb2018-11-111-2/+7
* Add automatic threading initialization for libcrypto.bcook2018-11-111-2/+2
* Remove a bunch of ancient and highly crufty ASN.1 related code fromjsing2018-10-241-4/+2
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-2/+2
* Add DSA_meth_{dup,free,new,set_{finish,sign}}()tb2018-03-171-1/+2
* Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()tb2018-03-171-2/+2
* Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()tb2018-02-171-2/+2
* Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and relatedjsing2017-08-281-2/+2