Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Build static library for regression tests when shared build with CMake | kinichiro | 2021-11-27 | 5 | -211/+218 | |
|/ | ||||||
* | Update CMake for new header checks | Brent Cook | 2021-11-09 | 1 | -0/+10 | |
| | ||||||
* | Autoconf updates | Brent Cook | 2021-11-09 | 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. | |||||
* | Land #689, support OSes with some non-POSIX headers | Brent Cook | 2021-11-09 | 5 | -6/+8 | |
|\ | ||||||
| * | Support operating systems without some non-POSIX headers | Jonas 'Sortie' Termansen | 2021-10-03 | 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. | |||||
* | | Land #694, Add the option for Apple-style xcframework libraries | Brent Cook | 2021-11-09 | 1 | -0/+13 | |
|\ \ | ||||||
| * | | Add the option to support an Apple-style xcframework for tls, ssl, and crypto | Cameron Lowell Palmer | 2021-10-15 | 1 | -0/+13 | |
| | | | ||||||
* | | | Land #698, install pkgconfig files with ENABLE_LIBRESSL_INSTALL | Brent Cook | 2021-11-09 | 1 | -18/+20 | |
|\ \ \ | ||||||
| * | | | Don't install pkgconfig if ENABLE_LIBRESSL_INSTALL is disabled. | Tobias Heider | 2021-11-06 | 1 | -18/+20 | |
| |/ / | ||||||
* | | | prepend tls dir to AM_CPPFLAGS | Brent Cook | 2021-11-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | add o_fips | Brent Cook | 2021-11-08 | 2 | -0/+2 | |
| | | | ||||||
* | | | add x509req_ext | Brent Cook | 2021-11-08 | 2 | -0/+10 | |
| | | | ||||||
* | | | update man links | Brent Cook | 2021-11-08 | 1 | -7/+91 | |
| | | | ||||||
* | | | build updates | Brent Cook | 2021-11-08 | 6 | -6/+12 | |
|/ / | ||||||
* / | LibreSSL 3.4.1 Changelog | Brent Cook | 2021-10-13 | 1 | -0/+56 | |
|/ | ||||||
* | add minimal 3.4.0 changelogv3.4.0 | Brent Cook | 2021-09-14 | 1 | -0/+23 | |
| | ||||||
* | update manpage links | Brent Cook | 2021-09-13 | 1 | -0/+5 | |
| | ||||||
* | add new man links | Brent Cook | 2021-09-08 | 1 | -6/+71 | |
| | ||||||
* | add new files to build | Brent Cook | 2021-09-08 | 3 | -0/+5 | |
| | ||||||
* | Add -DHAVE_GNU_STACK on ELF platforms to enable non-executable | Tobias Heider | 2021-07-20 | 1 | -0/+1 | |
| | | | | stack annotations for the GNU toolchain. | |||||
* | disable dtlstest when static libraries are not built | Brent Cook | 2021-07-19 | 1 | -1/+1 | |
| | ||||||
* | update man links | Brent Cook | 2021-07-19 | 1 | -0/+30 | |
| | ||||||
* | Update pc files | kinichiro | 2021-06-09 | 3 | -7/+0 | |
| | | | | | | - Remove Requires: and Conflicts: - libssl.pc does not need to have Libs.private: since Requires.private: provides required | |||||
* | add OS to cross compile name | Brent Cook | 2021-05-30 | 1 | -1/+1 | |
| | ||||||
* | disable continue-on-error | Brent Cook | 2021-05-30 | 2 | -3/+3 | |
| | ||||||
* | add dtls_locl.h | Brent Cook | 2021-05-30 | 1 | -0/+1 | |
| | ||||||
* | update badges, further split out actions by OS, add more Linux targets | Brent Cook | 2021-05-30 | 7 | -45/+55 | |
| | ||||||
* | Land #674, fix mingw builds with newer compiler versions | Brent Cook | 2021-05-30 | 2 | -1/+5 | |
|\ | ||||||
| * | Remove -D_FORTIFY_SOURCE=2 and -lssp with mingw build | kinichiro | 2021-05-30 | 2 | -2/+4 | |
| | | ||||||
| * | Fix mingw build on ubuntu 20.04 | kinichiro | 2021-05-30 | 2 | -1/+3 | |
| | | | | | | | | | | - Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll | |||||
* | | Fix UWP build | kinichiro | 2021-05-29 | 2 | -15/+20 | |
|/ | | | | | - Do not set _WIN32_WINNT to enable VirtualAllocFromApp - Disable tlstest since SetHandleInformation is not supported on UWP | |||||
* | Split out android test | kinichiro | 2021-05-25 | 2 | -26/+30 | |
| | ||||||
* | Set continue-on-error to false | kinichiro | 2021-05-24 | 1 | -1/+1 | |
| | ||||||
* | Add pull_request trigger | kinichiro | 2021-05-22 | 1 | -1/+1 | |
| | ||||||
* | Force cmake to link strtonum shim with Darwin less than 20 | kinichiro | 2021-05-22 | 3 | -3/+6 | |
| | | | | check_function_exists misinterprets as if strtonum exists on macos 10.15. | |||||
* | Use github actions for linux test | kinichiro | 2021-05-22 | 2 | -19/+69 | |
| | ||||||
* | Remove .travis.yml | kinichiro | 2021-05-22 | 1 | -67/+0 | |
| | ||||||
* | Land #668, add clang-cl build support. | Brent Cook | 2021-05-21 | 1 | -2/+1 | |
|\ | ||||||
| * | cmake: tweak for clang-cl | Paweł Wegner | 2021-05-18 | 1 | -2/+1 | |
| | | | | | | | | This change allows libressl to be built with clang-cl. | |||||
* | | Land #669, add new tests | Brent Cook | 2021-05-21 | 5 | -0/+48 | |
|\ \ | ||||||
| * | | Add after_failure script to show failed test log | kinichiro | 2021-05-19 | 2 | -0/+21 | |
| | | | ||||||
| * | | Add regression dtlstest | kinichiro | 2021-05-15 | 3 | -0/+27 | |
| |/ | ||||||
* | | Add regression ssl_get_shared_ciphers | kinichiro | 2021-05-15 | 3 | -0/+14 | |
| | | ||||||
* | | Add regression tlslegacy | kinichiro | 2021-05-15 | 2 | -0/+10 | |
| | | ||||||
* | | Enable clienttest again | kinichiro | 2021-05-13 | 2 | -8/+6 | |
| | | ||||||
* | | Fix .gitignore | kinichiro | 2021-05-13 | 1 | -0/+5 | |
|/ | ||||||
* | Add tls12_key_schedule.c | kinichiro | 2021-05-10 | 2 | -0/+2 | |
| | ||||||
* | Land #664, update Android CI | Brent Cook | 2021-05-10 | 2 | -60/+26 | |
|\ | ||||||
| * | Fix Android CI | kinichiro | 2021-05-09 | 2 | -60/+26 | |
| | | | | | | | | | | | | | | | | - 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 | |||||
* | | Statically link libcrypto/ssl into libtls with cmake | kinichiro | 2021-05-07 | 5 | -9/+22 | |
| | |