Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle i?86 for 32-bit CMake builds | Brent Cook | 2023-02-27 | 1 | -1/+2 |
| | |||||
* | delete opensslconf.h for each build | Brent Cook | 2023-02-27 | 1 | -1/+1 |
| | |||||
* | set CMAKE_SYSTEM_PROCESSOR when cross compiling | Brent Cook | 2023-02-27 | 2 | -0/+2 |
| | | | | handle x86 as option for 32-bit x86 on Windows | ||||
* | add conditional around common apt commands | Brent Cook | 2023-02-27 | 1 | -9/+12 |
| | |||||
* | remove inherited CC env variable, consolidate common setup | Brent Cook | 2023-02-27 | 1 | -20/+10 |
| | |||||
* | update cross arch tests for arm/aarch64 | Brent Cook | 2023-02-25 | 1 | -9/+6 |
| | |||||
* | update config.sub and config.guess for M1 Mac | catatsuy | 2022-11-03 | 2 | -1977/+2398 |
| | | | | | config.sub and config.guess on LibreSSL are very old. To build LibreSSL on M1 Mac, we need to update config.sub. | ||||
* | Set max number of processes for CI | kinichiro | 2022-04-29 | 1 | -7/+7 |
| | |||||
* | update badges, further split out actions by OS, add more Linux targets | Brent Cook | 2021-05-30 | 2 | -22/+4 |
| | |||||
* | Use github actions for linux test | kinichiro | 2021-05-22 | 1 | -19/+5 |
| | |||||
* | Add after_failure script to show failed test log | kinichiro | 2021-05-19 | 1 | -0/+18 |
| | |||||
* | Fix Android CI | kinichiro | 2021-05-09 | 1 | -23/+22 |
| | | | | | | | | - Targeted to Android 8.0 (API level 26) and above - Build for x86_64, x86 and arm64-v8a, stop searching dir for detecting ABI - Use newer version of ndk and cmake - Suppress sdkmanager messages to reduce log output - Add log messages to tell CI running right | ||||
* | bump arm library versions | Brent Cook | 2021-05-01 | 1 | -2/+2 |
| | |||||
* | Fix android build | kinichiro | 2020-03-26 | 1 | -3/+2 |
| | |||||
* | typo s/NAPI/NAL/ | kinichiro | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Add Android build for Travis-CI | kinichiro | 2019-01-05 | 1 | -0/+61 |
| | |||||
* | Add ARM build for Travis-CI | kinichiro | 2019-01-04 | 1 | -1/+23 |
| | |||||
* | enable cmake mingw builds in travis | Brent Cook | 2019-01-02 | 3 | -0/+35 |
| | |||||
* | Have travis do shared and static builds | Don | 2018-03-21 | 1 | -2/+14 |
| | |||||
* | adjust mingw package name | Brent Cook | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | update to trusty distro, remove 3rd-party PPAs for testing | Brent Cook | 2016-11-13 | 1 | -7/+0 |
| | |||||
* | add upstream config.guess/config.sub | Brent Cook | 2015-12-27 | 2 | -0/+3260 |
| | | | | | This adds refreshed OS and CPU detection. https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html | ||||
* | test cmake builds on osx as well | Brent Cook | 2015-09-17 | 1 | -0/+1 |
| | |||||
* | extend regression tests | Brent Cook | 2015-09-17 | 1 | -1/+2 |
| | | | | run distcheck rather than just dist, cmake tests | ||||
* | speed up builds without killing os x perhaps | Brent Cook | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | add cmake test support | Brent Cook | 2015-09-11 | 1 | -3/+20 |
| | |||||
* | Remove cmake tests from travis builds for now. | Brent Cook | 2015-09-09 | 1 | -21/+3 |
| | | | | | This seemed like it should be easy, but apparently there are a lot of gotchas that need to be ironed out in a branch first. | ||||
* | fix a couple of travis build failures | Brent Cook | 2015-09-09 | 1 | -2/+2 |
| | |||||
* | revert some travis shell portability tweaks | Brent Cook | 2015-09-09 | 1 | -4/+4 |
| | |||||
* | try ninja on travis linux again | Brent Cook | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | use newer cmake for travis linux builds, revise build script | Brent Cook | 2015-09-09 | 1 | -10/+16 |
| | |||||
* | travis' cmake does not support ninja, use make | Brent Cook | 2015-09-09 | 1 | -2/+2 |
| | |||||
* | add travis-ci cmake tests | Brent Cook | 2015-09-09 | 1 | -0/+12 |
| | |||||
* | enable libtls by default | Brent Cook | 2015-03-19 | 1 | -2/+2 |
| | | | | | | | | The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@ | ||||
* | be even nicer to OS X's fork | Brent Cook | 2015-01-31 | 1 | -1/+0 |
| | |||||
* | be nicer to travis OS X machines, remove unneeded 'make clean' | Brent Cook | 2015-01-31 | 1 | -11/+15 |
| | |||||
* | only use the specific build matrix | Brent Cook | 2015-01-31 | 1 | -3/+5 |
| | | | | use sudo to install mingw toolchains | ||||
* | update travis-ci build to check mingw32/64 targets | Brent Cook | 2015-01-31 | 1 | -0/+28 |
| | |||||
* | move public domain to top, help automatic tools | Brent Cook | 2015-01-02 | 1 | -1/+3 |
| | |||||
* | Change comments to remark on script not being needed for clang >= 5.1 | Jim Barlow | 2015-01-01 | 1 | -3/+7 |
| | |||||
* | configure.ac: use executable hardening where available | Jim Barlow | 2014-12-23 | 1 | -0/+25 |
Where available, enable stack smashing protection, fortify source, no-strict-overflow, and read only relocations. Many Linux distributions automatically enable most of these options. They are no brainers. The difference introduced here is in asking for a few more aggressive options. An option to disable the more aggressive options is provided (--disable-hardening). When set, configure will fall back to the default CFLAGS on the system - in many cases that will still be hardened. There is no point in going further than that. Options enabled are: -fstack-protector-strong is a relatively new GCC-4.9 feature that is supposed to give a better balance between performance and protection. -all is considered too aggressive, but was used in Chromium and other security critical systems until -strong became available. Follow their lead and use -strong when possible. clang 6.0 supports -all but not -strong. _FORTIFY_SOURCE replaces certain unsafe C str* and mem* functions with more robust equivalents when the compiler can determine the length of the buffers involved. -fno-strict-overflow instructs GCC to not make optimizations based on the assumption that signed arithmetic will wrap around on overflow (e.g. (short)0x7FFF + 1 == 0). This prevents the optimizer from doing some unexpected things. Further improvements should trap signed overflows and reduce the use of signed to refer to naturally unsigned quantities. I did not set -fPIE (position independent executables). The critical function of Open/LibreSSL is as a library, not an executable. Tested on Ubuntu Linux 14.04.1 LTS, OS X 10.10.1 with "make check". The code added to m4/ is GPLv3 but con Signed-off-by: Jim Barlow <jim@purplerock.ca> |