aboutsummaryrefslogtreecommitdiff
path: root/crypto/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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/+7
| | | | | | | | | | | | | - 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/+5
| | | | | 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/+1
|
* Add crypto/bytestring with cmakekinichiro2021-12-111-0/+4
|
* 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
* 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-291-0/+10
|\
| * Add ctkinichiro2021-11-271-0/+10
| |
* | 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-081-0/+1
|
* build updatesBrent Cook2021-11-081-0/+6
|
* Statically link libcrypto/ssl into libtls with cmakekinichiro2021-05-071-0/+2
|
* Use object library for CMakekinichiro2021-05-021-1/+17
|
* Add x509_verify.c x509_verify.hkinichiro2020-09-141-0/+1
|
* Add x509_issuer_cache.c x509_issuer_cache.hkinichiro2020-09-131-0/+1
|
* Add x509_constraints.c x509_internal.hkinichiro2020-09-131-0/+1
|
* Remove cms_lcl.h from crypto/CMakeLists.txtkinichiro2020-07-221-1/+0
|
* Move crypto/x509v3/ files to crypto/x509/kinichiro2020-06-101-34/+33
|
* 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")
* avoid exporting a sleep() symbol from libcryptoBrent Cook2020-04-141-1/+0
| | | | | | Since it seems only MSVC lacks sleep(), and it's only used by apps, lets special-case that and make it available as a static inline function instead.
* Crypto target properties when building static libsDan Nestor2020-03-021-11/+9
|
* add cms to portable buildBrent Cook2019-11-031-0/+15
|
* update portable for latest build changesBrent Cook2019-09-091-0/+2
|
* default to a directory that is not world-creatableBrent Cook2019-06-121-1/+1
|
* sigh, add back the quotes for CBrent Cook2019-06-101-1/+1
|
* use something else by default for Windows builds (match dist-win.sh)Brent Cook2019-06-101-2/+6
|
* let cmake handle quoting itselfBrent Cook2019-06-101-2/+2
|
* Fix masm buildkinichiro2019-06-101-1/+5
| | | | | | - Fix masm operators and comments - Add -DOPENSSL_NO_ASM only if not 64 bit build - Add -DCMAKE_INSTALL_PREFIX to avoid build error
* Enable masm compilation under windowsStephan Vedder2019-06-101-1/+1
|
* Add portable scaffold for SM4Daniel Wyatt2019-03-041-0/+2
|
* add unimpl fallback for getprognameBrent Cook2019-02-031-0/+2
|
* export getuid for libtlsBrent Cook2019-02-011-0/+1
|
* update cmakeBrent Cook2019-01-311-0/+12
|
* more masm fixes, but disable for nowBrent Cook2019-01-211-1/+1
|
* a couple of fixes to get MSVC Win64 going againBrent Cook2019-01-211-1/+1
|
* fixes to build asm on MSVSBrent Cook2019-01-211-1/+1
|
* adjust asm exclusionsBrent Cook2019-01-201-4/+13
|
* remove xcode annotations for windowsBrent Cook2019-01-201-2/+0
|
* consider masm/mingw assembly flavors from cmakeBrent Cook2019-01-201-1/+92
|
* fix buildBrent Cook2019-01-191-0/+4
|
* build crypto_lock_win.c in-placeBrent Cook2019-01-011-1/+1
|
* build lock functions with CMakeBrent Cook2018-11-111-0/+2
|
* Land #439, Add portable scaffold for SM3Brent Cook2018-11-111-0/+2
|\
| * Add portable scaffold for SM3Jack Lloyd2018-08-141-0/+2
| |
* | initial 32-bit arm assembly optimization supportBrent Cook2018-11-111-0/+25
| |
* | Misc fixes to bring portable in line with upstream.bobsayshilol2018-11-071-2/+0
| |