Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build | kinichiro | 2022-01-14 | 2 | -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 build | kinichiro | 2022-01-12 | 2 | -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 it | kinichiro | 2021-12-26 | 2 | -0/+12 |
| | | | | | 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 | 2 | -14/+8 |
| | |||||
* | add hmac_local.h | Brent Cook | 2021-12-15 | 2 | -0/+3 |
| | |||||
* | Add crypto/bytestring with cmake | kinichiro | 2021-12-11 | 1 | -0/+4 |
| | |||||
* | 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 | 2 | -8/+4 |
| | | | | consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c | ||||
* | Remove unneeded target_include_directories with cmake | kinichiro | 2021-12-04 | 1 | -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 Cook | 2021-11-29 | 1 | -1/+1 |
| | | | | This reverts commit e8ea73c247069e4e5592b31c0888a8ceb35f7773. | ||||
* | Land #702: Add ct to libcrypto | Brent Cook | 2021-11-29 | 2 | -0/+25 |
|\ | |||||
| * | Add ct | kinichiro | 2021-11-27 | 2 | -0/+25 |
| | | |||||
* | | remove LIBRESSL_CRYPTO_INTERNAL | kinichiro | 2021-11-27 | 1 | -1/+1 |
| | | |||||
* | | Build static library for regression tests when shared build with CMake | kinichiro | 2021-11-27 | 1 | -0/+22 |
|/ | |||||
* | add o_fips | Brent Cook | 2021-11-08 | 2 | -0/+2 |
| | |||||
* | build updates | Brent Cook | 2021-11-08 | 2 | -0/+7 |
| | |||||
* | add new files to build | Brent Cook | 2021-09-08 | 1 | -0/+2 |
| | |||||
* | Statically link libcrypto/ssl into libtls with cmake | kinichiro | 2021-05-07 | 1 | -0/+2 |
| | |||||
* | Use object library for CMake | kinichiro | 2021-05-02 | 1 | -1/+17 |
| | |||||
* | 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 | 2 | -0/+2 |
| | |||||
* | Add x509_issuer_cache.c x509_issuer_cache.h | kinichiro | 2020-09-13 | 2 | -0/+3 |
| | |||||
* | Add x509_constraints.c x509_internal.h | kinichiro | 2020-09-13 | 2 | -0/+3 |
| | |||||
* | Remove cms_lcl.h from crypto/CMakeLists.txt | kinichiro | 2020-07-22 | 1 | -1/+0 |
| | |||||
* | Move crypto/x509v3/ files to crypto/x509/ | kinichiro | 2020-06-10 | 2 | -73/+69 |
| | |||||
* | Fix cmake build to enable masm with VS2019 | kinichiro | 2020-05-09 | 1 | -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 libcrypto | Brent Cook | 2020-04-14 | 2 | -7/+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: 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> | ||||
* | Crypto target properties when building static libs | Dan Nestor | 2020-03-02 | 1 | -11/+9 |
| | |||||
* | remove extra cms in cmac | Brent Cook | 2019-11-03 | 1 | -3/+3 |
| | |||||
* | add cms to portable build | Brent Cook | 2019-11-03 | 2 | -3/+35 |
| | |||||
* | initial support for midipix | Ørjan Malde | 2019-10-20 | 1 | -0/+3 |
| | |||||
* | 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 | 2 | -0/+5 |
| | |||||
* | Use posix_win.c functions on WIN32 | kinichiro | 2019-07-28 | 1 | -3/+6 |
| | | | | | | - read() returns bytes count as 1 for crlf unless binary mode isn't specified with open(). Reported by @ulfworsoe in libressl-portable#542 - err could be WSANOTINITIALISED when WSAStartup() is not called | ||||
* | default to a directory that is not world-creatable | Brent Cook | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | sigh, add back the quotes for C | Brent Cook | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | use something else by default for Windows builds (match dist-win.sh) | Brent Cook | 2019-06-10 | 1 | -2/+6 |
| | |||||
* | let cmake handle quoting itself | Brent Cook | 2019-06-10 | 1 | -2/+2 |
| | |||||
* | Fix masm build | kinichiro | 2019-06-10 | 1 | -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 windows | Stephan Vedder | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | condense android comments for clarity | Brent Cook | 2019-05-23 | 1 | -13/+6 |
| | |||||
* | Remove info about glibc | Ishimoto Shinobu | 2019-05-22 | 1 | -2/+0 |
| | |||||
* | avoid glibc | Ishimoto Shinobu | 2019-05-21 | 1 | -3/+1 |
| | | | cause problems on musl systems | ||||
* | Fix getprogname_linux.c for Android API < 21 | Simone Basso | 2019-05-04 | 1 | -0/+25 |
| | | | | | | | This diff fixes the build of LibreSSL for Android with API < 21 where the `getprogname` system call was not part of libc. A comment in the diff itself explains in detail the issue. | ||||
* | Add portable scaffold for SM4 | Daniel Wyatt | 2019-03-04 | 2 | -0/+6 |
| | |||||
* | add unimpl fallback for getprogname | Brent Cook | 2019-02-03 | 3 | -1/+13 |
| |