Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-12-13 | Ignore ar command error | kinichiro | 1 | -1/+1 | |
'ar d' command gets error on macos if specified object not exist. | |||||
2021-12-12 | Remove bytestring objects from static libssl with autotools | kinichiro | 1 | -0/+7 | |
2021-12-11 | Add crypto/bytestring with cmake | kinichiro | 2 | -4/+22 | |
2021-12-11 | Add crypto/bytestring with autotools | kinichiro | 2 | -5/+16 | |
2021-12-09 | Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c and | kinichiro | 2 | -8/+4 | |
consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c | |||||
2021-12-04 | Fix _PATH_SSL_CA_FILE for ocsp_test | kinichiro | 2 | -2/+2 | |
2021-12-04 | Sort regress key_schedule | kinichiro | 1 | -5/+5 | |
2021-12-04 | Add regress ssl_methods | kinichiro | 1 | -0/+5 | |
2021-12-04 | Remove unneeded target_include_directories with cmake | kinichiro | 7 | -54/+4 | |
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. | |||||
2021-11-30 | update man links | Brent Cook | 1 | -0/+7 | |
2021-11-30 | add asn1x509 test | Brent Cook | 2 | -0/+10 | |
2021-11-30 | update man links | Brent Cook | 1 | -5/+38 | |
2021-11-30 | adjust cmake check to include dependencies for netinet/ip.h | Brent Cook | 1 | -1/+1 | |
2021-11-29 | Revert "remove LIBRESSL_CRYPTO_INTERNAL" | Brent Cook | 1 | -1/+1 | |
This reverts commit e8ea73c247069e4e5592b31c0888a8ceb35f7773. | |||||
2021-11-27 | remove LIBRESSL_CRYPTO_INTERNAL | kinichiro | 1 | -1/+1 | |
2021-11-27 | Add ct | kinichiro | 3 | -1/+27 | |
2021-11-27 | Build static library for regression tests when shared build with CMake | kinichiro | 5 | -211/+218 | |
2021-11-23 | Set IA-64 compiler flag only if it is HP-UX with IA-64 | kinichiro | 1 | -4/+9 | |
Compiler switch -mlp64 (GCC) or +DD64(HP CC) gives build failure with platform HP-UX other than IA-64. This avoids build break on HP-UX with PA-RISC platform. Suggested from Larkin Nickle (me <at> larbob org) by libressl ML. | |||||
2021-11-09 | Update CMake for new header checks | Brent Cook | 1 | -0/+10 | |
2021-11-09 | Autoconf updates | Brent Cook | 3 | -9/+9 | |
Move machine/endian.h to endian.h, use AC_HEADER_RESOLV over individual header checks, and include prerequisites for netinet/ip.h check. | |||||
2021-11-08 | prepend tls dir to AM_CPPFLAGS | Brent Cook | 1 | -1/+1 | |
2021-11-08 | add o_fips | Brent Cook | 2 | -0/+2 | |
2021-11-08 | add x509req_ext | Brent Cook | 2 | -0/+10 | |
2021-11-08 | update man links | Brent Cook | 1 | -7/+91 | |
2021-11-08 | build updates | Brent Cook | 6 | -6/+12 | |
2021-11-06 | Don't install pkgconfig if ENABLE_LIBRESSL_INSTALL is disabled. | Tobias Heider | 1 | -18/+20 | |
2021-10-15 | Add the option to support an Apple-style xcframework for tls, ssl, and crypto | Cameron Lowell Palmer | 1 | -0/+13 | |
2021-10-13 | LibreSSL 3.4.1 Changelog | Brent Cook | 1 | -0/+56 | |
2021-10-03 | Support operating systems without some non-POSIX headers | Jonas 'Sortie' Termansen | 5 | -6/+8 | |
The arpa/nameser.h, netinet/ip.h, and resolv.h headers are not crucial to building LibreSSL. The netinet/ip.h header is used in nc(1) for optional IPTOS_ features that can be ifdef'd on systems without support. The endian.h header is the upcoming standard header and should be used whenever available and correct. The machine/endian.h header is non-standard and doesn't have to exist on POSIX systems. Fix the check for getpagesize(3) not forward declaring the function, such that CFLAGS with -Werror=implicit-function-declaration doesn't cause the check to fail. | |||||
2021-09-14 | add minimal 3.4.0 changelogv3.4.0 | Brent Cook | 1 | -0/+23 | |
2021-09-13 | update manpage links | Brent Cook | 1 | -0/+5 | |
2021-09-08 | add new man links | Brent Cook | 1 | -6/+71 | |
2021-09-08 | add new files to build | Brent Cook | 3 | -0/+5 | |
2021-07-20 | Add -DHAVE_GNU_STACK on ELF platforms to enable non-executable | Tobias Heider | 1 | -0/+1 | |
stack annotations for the GNU toolchain. | |||||
2021-07-19 | disable dtlstest when static libraries are not built | Brent Cook | 1 | -1/+1 | |
2021-07-19 | update man links | Brent Cook | 1 | -0/+30 | |
2021-06-09 | Update pc files | kinichiro | 3 | -7/+0 | |
- Remove Requires: and Conflicts: - libssl.pc does not need to have Libs.private: since Requires.private: provides required | |||||
2021-05-30 | add OS to cross compile name | Brent Cook | 1 | -1/+1 | |
2021-05-30 | disable continue-on-error | Brent Cook | 2 | -3/+3 | |
2021-05-30 | add dtls_locl.h | Brent Cook | 1 | -0/+1 | |
2021-05-30 | update badges, further split out actions by OS, add more Linux targets | Brent Cook | 7 | -45/+55 | |
2021-05-30 | Remove -D_FORTIFY_SOURCE=2 and -lssp with mingw build | kinichiro | 2 | -2/+4 | |
2021-05-30 | Fix mingw build on ubuntu 20.04 | kinichiro | 2 | -1/+3 | |
- Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll | |||||
2021-05-29 | Fix UWP build | kinichiro | 2 | -15/+20 | |
- Do not set _WIN32_WINNT to enable VirtualAllocFromApp - Disable tlstest since SetHandleInformation is not supported on UWP | |||||
2021-05-25 | Split out android test | kinichiro | 2 | -26/+30 | |
2021-05-24 | Set continue-on-error to false | kinichiro | 1 | -1/+1 | |
2021-05-22 | Add pull_request trigger | kinichiro | 1 | -1/+1 | |
2021-05-22 | Force cmake to link strtonum shim with Darwin less than 20 | kinichiro | 3 | -3/+6 | |
check_function_exists misinterprets as if strtonum exists on macos 10.15. | |||||
2021-05-22 | Use github actions for linux test | kinichiro | 2 | -19/+69 | |
2021-05-22 | Remove .travis.yml | kinichiro | 1 | -67/+0 | |