aboutsummaryrefslogtreecommitdiff
path: root/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Link cipher_method_lib.c to -portable buildTheo Buehler2023-03-112-0/+2
|
* stop exposing hidden defines in public opensslconf.hBrent Cook2023-02-282-2/+2
| | | | pull in hidden headers instead, patching drectly for Windows support
* disable BN asm for amd64 win32 buildBrent Cook2023-02-271-13/+0
|
* include more asm filesBrent Cook2023-02-234-0/+17
|
* generally disable asm for nowBrent Cook2023-02-212-0/+24
|
* generate and include arch-specific headers for CMake buildsBrent Cook2023-02-211-5/+32
|
* add CPU checks, include initial bn_arch.h headersBrent Cook2023-02-142-8/+36
|
* remove obsolete and duplicated file referencesBrent Cook2023-02-131-16/+0
|
* autoconf: update for bn on amd64-elfTheo Buehler2023-02-132-2/+46
|
* autoconf: x509_verify.h is no longer publicTheo Buehler2023-02-131-0/+1
|
* Link new ui_null.c to buildTheo Buehler2022-12-182-0/+2
|
* add direct source dependency to each libraryBrent Cook2022-12-142-1/+2
| | | | | Fix library generation with some CMake generators by including a direct source file dependency for each library.
* Adjust for ui_locl.h -> ui_local.h renameTheo Buehler2022-11-271-1/+1
|
* Update */Makefile.am for internal header renamingTheo Buehler2022-11-271-28/+28
|
* Neuter namespace differently to fix Appveyor CITheo Buehler2022-11-231-1/+0
|
* Fix cmake buildsTheo Buehler2022-11-221-1/+5
|
* Update autoconf framework to build againTheo Buehler2022-11-221-3/+15
|
* build updates for latest upstreamBrent Cook2022-08-292-0/+3
|
* add p12_sbag.cTheo Buehler2022-08-152-0/+2
|
* updates for new files and test casesBrent Cook2022-07-312-0/+5
|
* expose kdf.h as a public headerBrent Cook2022-05-091-1/+0
|
* update for latest upstreamBrent Cook2022-05-082-0/+7
|
* Fix buildkinichiro2022-01-142-12/+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-122-16/+19
| | | | | | | | | | | | | - 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-262-0/+12
| | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories.
* update for asn1 changesBrent Cook2021-12-192-14/+8
|
* add hmac_local.hBrent Cook2021-12-152-0/+3
|
* Add crypto/bytestring with cmakekinichiro2021-12-111-0/+4
|
* Add crypto/bytestring with autotoolskinichiro2021-12-111-0/+7
|
* Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c andkinichiro2021-12-092-8/+4
| | | | consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c
* Remove unneeded target_include_directories with cmakekinichiro2021-12-041-30/+0
| | | | | | | This could remove recurring of the same statement for include directories. Instead of this removals, apps/* and tests should have include path that had been provided by INTERFACE_INCLUDE_DIRECTORIES of target libs and internal static libs.
* Revert "remove LIBRESSL_CRYPTO_INTERNAL"Brent Cook2021-11-291-1/+1
| | | | This reverts commit e8ea73c247069e4e5592b31c0888a8ceb35f7773.
* Land #702: Add ct to libcryptoBrent Cook2021-11-292-0/+25
|\
| * Add ctkinichiro2021-11-272-0/+25
| |
* | remove LIBRESSL_CRYPTO_INTERNALkinichiro2021-11-271-1/+1
| |
* | Build static library for regression tests when shared build with CMakekinichiro2021-11-271-0/+22
|/
* add o_fipsBrent Cook2021-11-082-0/+2
|
* build updatesBrent Cook2021-11-082-0/+7
|
* add new files to buildBrent Cook2021-09-081-0/+2
|
* Statically link libcrypto/ssl into libtls with cmakekinichiro2021-05-071-0/+2
|
* Use object library for CMakekinichiro2021-05-021-1/+17
|
* 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-142-0/+2
|
* Add x509_issuer_cache.c x509_issuer_cache.hkinichiro2020-09-132-0/+3
|
* Add x509_constraints.c x509_internal.hkinichiro2020-09-132-0/+3
|
* Remove cms_lcl.h from crypto/CMakeLists.txtkinichiro2020-07-221-1/+0
|
* Move crypto/x509v3/ files to crypto/x509/kinichiro2020-06-102-73/+69
|
* Fix cmake build to enable masm with VS2019kinichiro2020-05-091-1/+2
| | | | | | | To specify architecture Visual Studio 16 2019 requires -A option, and it is stored in variable CMAKE_GENERATOR_PLATFORM. Until Visual Studio 15 2017, architecture was indicated as part of generator string (e.g. "Visual Studio 15 2017 Win64")