aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update */Makefile.am for internal header renamingTheo Buehler2022-11-271-28/+28
|
* Update autoconf framework to build againTheo Buehler2022-11-221-3/+15
|
* build updates for latest upstreamBrent Cook2022-08-291-0/+2
|
* add p12_sbag.cTheo Buehler2022-08-151-0/+1
|
* updates for new files and test casesBrent Cook2022-07-311-0/+3
|
* expose kdf.h as a public headerBrent Cook2022-05-091-1/+0
|
* update for latest upstreamBrent Cook2022-05-081-0/+5
|
* Fix buildkinichiro2022-01-141-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 buildkinichiro2022-01-121-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 itkinichiro2021-12-261-0/+7
| | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories.
* update for asn1 changesBrent Cook2021-12-191-7/+4
|
* add hmac_local.hBrent Cook2021-12-151-0/+2
|
* Add crypto/bytestring with autotoolskinichiro2021-12-111-0/+7
|
* Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c andkinichiro2021-12-091-4/+2
| | | | consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c
* Add ctkinichiro2021-11-271-0/+15
|
* add o_fipsBrent Cook2021-11-081-0/+1
|
* build updatesBrent Cook2021-11-081-0/+1
|
* add new files to buildBrent Cook2021-09-081-0/+2
|
* Add '--enable-libtls-only' build optionBrent Cook2021-04-071-2/+6
|
* modify nc build to link libcompat objects directlyBrent Cook2020-10-201-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 librarykinichiro2020-10-041-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.hkinichiro2020-09-141-0/+1
|
* Add x509_issuer_cache.c x509_issuer_cache.hkinichiro2020-09-131-0/+2
|
* Add x509_constraints.c x509_internal.hkinichiro2020-09-131-0/+2
|
* Move crypto/x509v3/ files to crypto/x509/kinichiro2020-06-101-39/+36
|
* crypto: regenerate crypto_portable.symDmitry Baryshkov2020-03-311-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_HEADERSDmitry Baryshkov2020-03-251-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 cmacBrent Cook2019-11-031-3/+3
|
* add cms to portable buildBrent Cook2019-11-031-3/+20
|
* remove duplicate copy of public headerBrent Cook2019-09-091-1/+0
|
* update portable for latest build changesBrent Cook2019-09-091-0/+3
|
* Add portable scaffold for SM4Daniel Wyatt2019-03-041-0/+4
|
* add unimpl fallback for getprognameBrent Cook2019-02-031-1/+4
|
* update autoconf for latest compat functionsBrent Cook2019-01-311-0/+14
|
* enable asm for mingw64Brent Cook2019-01-201-3/+0
|
* generate masm and mingw64 assemblyBrent Cook2019-01-201-0/+6
|
* fix buildBrent Cook2019-01-191-0/+3
|
* add ec to crypto private -I path for ec_lcl.hBrent Cook2019-01-191-0/+1
|
* Add arm_arch.h to build ARM portablekinichiro2019-01-041-0/+1
|
* build crypto_lock_win.c in-placeBrent Cook2019-01-011-1/+1
|
* Land #439, Add portable scaffold for SM3Brent Cook2018-11-111-0/+5
|\
| * Add portable scaffold for SM3Jack Lloyd2018-08-141-0/+5
| |
* | added crypto_lock portable bitsBrent Cook2018-11-111-0/+5
| |
* | add arm asm support via autoconf/makeBrent Cook2018-11-111-0/+3
| |
* | Misc fixes to bring portable in line with upstream.bobsayshilol2018-11-071-2/+0
|/
* add new init functionsBrent Cook2018-03-181-0/+3
|
* bump base requirement to Windows Vista, use builtin inet_ntop/ptonBrent Cook2018-03-141-7/+0
|
* Add bio_meth.ckinichiro2018-02-261-0/+1
|
* Remove rsa/rsa_ssl.ckinichiro2017-09-011-1/+0
|
* don't build empty object filesBrent Cook2017-08-121-4/+0
|