aboutsummaryrefslogtreecommitdiff
path: root/m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-04Sort regress key_schedulekinichiro1-5/+5
2021-12-04Add regress ssl_methodskinichiro1-0/+5
2021-12-04Remove unneeded target_include_directories with cmakekinichiro7-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-30update man linksBrent Cook1-0/+7
2021-11-30add asn1x509 testBrent Cook2-0/+10
2021-11-30update man linksBrent Cook1-5/+38
2021-11-30adjust cmake check to include dependencies for netinet/ip.hBrent Cook1-1/+1
2021-11-29Revert "remove LIBRESSL_CRYPTO_INTERNAL"Brent Cook1-1/+1
This reverts commit e8ea73c247069e4e5592b31c0888a8ceb35f7773.
2021-11-27remove LIBRESSL_CRYPTO_INTERNALkinichiro1-1/+1
2021-11-27Add ctkinichiro3-1/+27
2021-11-27Build static library for regression tests when shared build with CMakekinichiro5-211/+218
2021-11-23Set IA-64 compiler flag only if it is HP-UX with IA-64kinichiro1-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-09Update CMake for new header checksBrent Cook1-0/+10
2021-11-09Autoconf updatesBrent Cook3-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-08prepend tls dir to AM_CPPFLAGSBrent Cook1-1/+1
2021-11-08add o_fipsBrent Cook2-0/+2
2021-11-08add x509req_extBrent Cook2-0/+10
2021-11-08update man linksBrent Cook1-7/+91
2021-11-08build updatesBrent Cook6-6/+12
2021-11-06Don't install pkgconfig if ENABLE_LIBRESSL_INSTALL is disabled.Tobias Heider1-18/+20
2021-10-15Add the option to support an Apple-style xcframework for tls, ssl, and cryptoCameron Lowell Palmer1-0/+13
2021-10-13LibreSSL 3.4.1 ChangelogBrent Cook1-0/+56
2021-10-03Support operating systems without some non-POSIX headersJonas 'Sortie' Termansen5-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-14add minimal 3.4.0 changelogv3.4.0Brent Cook1-0/+23
2021-09-13update manpage linksBrent Cook1-0/+5
2021-09-08add new man linksBrent Cook1-6/+71
2021-09-08add new files to buildBrent Cook3-0/+5
2021-07-20Add -DHAVE_GNU_STACK on ELF platforms to enable non-executableTobias Heider1-0/+1
stack annotations for the GNU toolchain.
2021-07-19disable dtlstest when static libraries are not builtBrent Cook1-1/+1
2021-07-19update man linksBrent Cook1-0/+30
2021-06-09Update pc fileskinichiro3-7/+0
- Remove Requires: and Conflicts: - libssl.pc does not need to have Libs.private: since Requires.private: provides required
2021-05-30add OS to cross compile nameBrent Cook1-1/+1
2021-05-30disable continue-on-errorBrent Cook2-3/+3
2021-05-30add dtls_locl.hBrent Cook1-0/+1
2021-05-30update badges, further split out actions by OS, add more Linux targetsBrent Cook7-45/+55
2021-05-30Remove -D_FORTIFY_SOURCE=2 and -lssp with mingw buildkinichiro2-2/+4
2021-05-30Fix mingw build on ubuntu 20.04kinichiro2-1/+3
- Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll
2021-05-29Fix UWP buildkinichiro2-15/+20
- Do not set _WIN32_WINNT to enable VirtualAllocFromApp - Disable tlstest since SetHandleInformation is not supported on UWP
2021-05-25Split out android testkinichiro2-26/+30
2021-05-24Set continue-on-error to falsekinichiro1-1/+1
2021-05-22Add pull_request triggerkinichiro1-1/+1
2021-05-22Force cmake to link strtonum shim with Darwin less than 20kinichiro3-3/+6
check_function_exists misinterprets as if strtonum exists on macos 10.15.
2021-05-22Use github actions for linux testkinichiro2-19/+69
2021-05-22Remove .travis.ymlkinichiro1-67/+0
2021-05-19Add after_failure script to show failed test logkinichiro2-0/+21
2021-05-18cmake: tweak for clang-clPaweł Wegner1-2/+1
This change allows libressl to be built with clang-cl.
2021-05-15Add regression dtlstestkinichiro3-0/+27
2021-05-15Add regression ssl_get_shared_cipherskinichiro3-0/+14
2021-05-15Add regression tlslegacykinichiro2-0/+10
2021-05-13Enable clienttest againkinichiro2-8/+6