Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop dh_prn.c | Theo Buehler | 2023-04-17 | 1 | -1/+0 | |
| | ||||||
* | sha_internal.h is in crypto/sha | Theo Buehler | 2023-04-16 | 1 | -0/+1 | |
| | ||||||
* | ext_dat.h and vpm_int.h are gone | Theo Buehler | 2023-04-16 | 1 | -2/+0 | |
| | ||||||
* | Update file lists | Theo Buehler | 2023-04-14 | 1 | -1/+2 | |
| | ||||||
* | Remove no longer existing *_depr.c and ecs_*.c | Theo Buehler | 2023-04-13 | 1 | -5/+0 | |
| | ||||||
* | Drop sha_local.h add crypto_internal.h | Theo Buehler | 2023-04-12 | 1 | -1/+1 | |
| | ||||||
* | Update for mod_sqrt and sha1 changes | Theo Buehler | 2023-04-11 | 1 | -3/+2 | |
| | ||||||
* | fix mips/mips64 builds | Brent Cook | 2023-03-23 | 1 | -4/+12 | |
| | ||||||
* | Link cipher_method_lib.c to -portable build | Theo Buehler | 2023-03-11 | 1 | -0/+1 | |
| | ||||||
* | stop exposing hidden defines in public opensslconf.h | Brent Cook | 2023-02-28 | 1 | -2/+1 | |
| | | | | pull in hidden headers instead, patching drectly for Windows support | |||||
* | add CPU checks, include initial bn_arch.h headers | Brent Cook | 2023-02-14 | 1 | -5/+36 | |
| | ||||||
* | remove obsolete and duplicated file references | Brent Cook | 2023-02-13 | 1 | -16/+0 | |
| | ||||||
* | autoconf: update for bn on amd64-elf | Theo Buehler | 2023-02-13 | 1 | -2/+31 | |
| | ||||||
* | autoconf: x509_verify.h is no longer public | Theo Buehler | 2023-02-13 | 1 | -0/+1 | |
| | ||||||
* | Link new ui_null.c to build | Theo Buehler | 2022-12-18 | 1 | -0/+1 | |
| | ||||||
* | add direct source dependency to each library | Brent Cook | 2022-12-14 | 1 | -0/+1 | |
| | | | | | Fix library generation with some CMake generators by including a direct source file dependency for each library. | |||||
* | Update */Makefile.am for internal header renaming | Theo Buehler | 2022-11-27 | 1 | -28/+28 | |
| | ||||||
* | Update autoconf framework to build again | Theo Buehler | 2022-11-22 | 1 | -3/+15 | |
| | ||||||
* | build updates for latest upstream | Brent Cook | 2022-08-29 | 1 | -0/+2 | |
| | ||||||
* | add p12_sbag.c | Theo Buehler | 2022-08-15 | 1 | -0/+1 | |
| | ||||||
* | updates for new files and test cases | Brent Cook | 2022-07-31 | 1 | -0/+3 | |
| | ||||||
* | expose kdf.h as a public header | Brent Cook | 2022-05-09 | 1 | -1/+0 | |
| | ||||||
* | update for latest upstream | Brent Cook | 2022-05-08 | 1 | -0/+5 | |
| | ||||||
* | Fix build | kinichiro | 2022-01-14 | 1 | -6/+0 | |
| | | | | | | - Remove pem/pem_seal.c asn1/x_nx509.c asn1/n_pkey.c - Remove evp/m_dss.c evp/m_dss1.c evp/m_ecdsa.c - Add include path crypto/bio to libssl for bio_local.h | |||||
* | Follow upstream file changes and fix build | kinichiro | 2022-01-12 | 1 | -8/+12 | |
| | | | | | | | | | | | | | - Add asn1_lib.c - Consolidation of ASN.1 code Add asn1_item.c asn1_old.c Remove a_d2i_fp.c a_digest.c a_dup.c a_i2d_fp.c a_sign.c a_verify.c - Merge evp_asn1.c into a_type.c - Merge asn_pack.c into asn1_item.c - Rename tls13_key_share.c to tls_key_share.c - Add bio/bio_local.h dh/dh_local.h ocsp/ocsp_local.h - Add comp/comp_local.h - Add define LIBRESSL_CRYPTO_INTERNAL to regress build | |||||
* | Add strtonum to compat library and export it | kinichiro | 2021-12-26 | 1 | -0/+7 | |
| | | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories. | |||||
* | update for asn1 changes | Brent Cook | 2021-12-19 | 1 | -7/+4 | |
| | ||||||
* | add hmac_local.h | Brent Cook | 2021-12-15 | 1 | -0/+2 | |
| | ||||||
* | Add crypto/bytestring with autotools | kinichiro | 2021-12-11 | 1 | -0/+7 | |
| | ||||||
* | Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c and | kinichiro | 2021-12-09 | 1 | -4/+2 | |
| | | | | consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c | |||||
* | Add ct | kinichiro | 2021-11-27 | 1 | -0/+15 | |
| | ||||||
* | add o_fips | Brent Cook | 2021-11-08 | 1 | -0/+1 | |
| | ||||||
* | build updates | Brent Cook | 2021-11-08 | 1 | -0/+1 | |
| | ||||||
* | add new files to build | Brent Cook | 2021-09-08 | 1 | -0/+2 | |
| | ||||||
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 1 | -2/+6 | |
| | ||||||
* | modify nc build to link libcompat objects directly | Brent Cook | 2020-10-20 | 1 | -2/+2 | |
| | | | | Rather than assuming the static version of libcrypto exists for pulling in the compatibility functions, link the compat objects directly. This modifies the object file generation script a bit to handle the empty-case properly as well. | |||||
* | Link crypto and ssl object files directly instead of static library | kinichiro | 2020-10-04 | 1 | -0/+13 | |
| | | | | | | - Output object files list variable for libcrypto and libssl to .mk file. - Include object files list variable .mk from tls/Makefile - Link .lo files directly instead of static library for libtls. | |||||
* | Add x509_verify.c x509_verify.h | kinichiro | 2020-09-14 | 1 | -0/+1 | |
| | ||||||
* | Add x509_issuer_cache.c x509_issuer_cache.h | kinichiro | 2020-09-13 | 1 | -0/+2 | |
| | ||||||
* | Add x509_constraints.c x509_internal.h | kinichiro | 2020-09-13 | 1 | -0/+2 | |
| | ||||||
* | Move crypto/x509v3/ files to crypto/x509/ | kinichiro | 2020-06-10 | 1 | -39/+36 | |
| | ||||||
* | crypto: regenerate crypto_portable.sym | Dmitry Baryshkov | 2020-03-31 | 1 | -1/+2 | |
| | | | | | | | Make crypto_portable.sym depend on crypto.sym and libcrypto.so on crypto_portable.sym to rebuild library if one of symbol files changes. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> | |||||
* | crypto: do not include gost.h into noinst_HEADERS | Dmitry Baryshkov | 2020-03-25 | 1 | -1/+0 | |
| | | | | | gost/gost.h will go into include/openssl/, no need to duplicate it into crypto/gost directory Signed-by: Dmitry Baryshkov <dbaryshkov@gmail.com> | |||||
* | remove extra cms in cmac | Brent Cook | 2019-11-03 | 1 | -3/+3 | |
| | ||||||
* | add cms to portable build | Brent Cook | 2019-11-03 | 1 | -3/+20 | |
| | ||||||
* | remove duplicate copy of public header | Brent Cook | 2019-09-09 | 1 | -1/+0 | |
| | ||||||
* | update portable for latest build changes | Brent Cook | 2019-09-09 | 1 | -0/+3 | |
| | ||||||
* | Add portable scaffold for SM4 | Daniel Wyatt | 2019-03-04 | 1 | -0/+4 | |
| | ||||||
* | add unimpl fallback for getprogname | Brent Cook | 2019-02-03 | 1 | -1/+4 | |
| | ||||||
* | update autoconf for latest compat functions | Brent Cook | 2019-01-31 | 1 | -0/+14 | |
| |