Brent Cook
aef899cf7c
prepend tls dir to AM_CPPFLAGS
2021-11-08 13:29:50 -06:00
Brent Cook
69a50462c7
add o_fips
2021-11-08 13:09:53 -06:00
Brent Cook
9243262fef
add x509req_ext
2021-11-08 07:43:11 -06:00
Brent Cook
642e2ab183
update man links
2021-11-08 07:35:00 -06:00
Brent Cook
04ab1061f3
build updates
2021-11-08 07:33:50 -06:00
Tobias Heider
2d853ecfc3
Don't install pkgconfig if ENABLE_LIBRESSL_INSTALL is disabled.
2021-11-06 23:31:26 +01:00
Cameron Lowell Palmer
6318b4ec48
Add the option to support an Apple-style xcframework for tls, ssl, and crypto
2021-10-15 17:58:58 +02:00
Brent Cook
0319bb7edb
LibreSSL 3.4.1 Changelog
2021-10-13 05:10:20 -05:00
Jonas 'Sortie' Termansen
fcf6c87788
Support operating systems without some non-POSIX headers
...
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-10-03 13:33:16 +02:00
Brent Cook
691c7c7514
add minimal 3.4.0 changelog
2021-09-14 21:53:07 -05:00
Brent Cook
b8f29b63a7
update manpage links
2021-09-13 02:30:52 -05:00
Brent Cook
cca555be82
add new man links
2021-09-08 03:24:01 -05:00
Brent Cook
ee7e39e746
add new files to build
2021-09-08 03:23:09 -05:00
Tobias Heider
7072a55b80
Add -DHAVE_GNU_STACK on ELF platforms to enable non-executable
...
stack annotations for the GNU toolchain.
2021-07-20 18:19:47 +02:00
Brent Cook
dd8cfb82a3
disable dtlstest when static libraries are not built
2021-07-19 10:47:10 -05:00
Brent Cook
18ee76ee28
update man links
2021-07-19 08:02:41 -05:00
kinichiro
5b91c428d3
Update pc files
...
- Remove Requires: and Conflicts:
- libssl.pc does not need to have Libs.private:
since Requires.private: provides required
2021-06-09 19:40:56 +09:00
Brent Cook
cb52cc4cec
add OS to cross compile name
2021-05-30 20:26:44 -05:00
Brent Cook
a7f19323bd
disable continue-on-error
2021-05-30 20:19:39 -05:00
Brent Cook
5f9707abf4
add dtls_locl.h
2021-05-30 18:16:41 -05:00
Brent Cook
e55410dc80
update badges, further split out actions by OS, add more Linux targets
2021-05-30 18:10:37 -05:00
Brent Cook
c8911ede68
Land #674 , fix mingw builds with newer compiler versions
2021-05-30 17:53:02 -05:00
kinichiro
e07b5feba5
Remove -D_FORTIFY_SOURCE=2 and -lssp with mingw build
2021-05-30 05:12:30 +00:00
kinichiro
420723ee18
Fix mingw build on ubuntu 20.04
...
- Link libssp to resolve undefined reference __memcpy_chk
- Disable dtlstest since mingw does not have poll
2021-05-30 01:11:45 +00:00
kinichiro
b25111c22d
Fix UWP build
...
- Do not set _WIN32_WINNT to enable VirtualAllocFromApp
- Disable tlstest since SetHandleInformation is not supported on UWP
2021-05-29 20:55:50 +09:00
kinichiro
31ef9ade60
Split out android test
2021-05-25 19:28:30 +09:00
kinichiro
2a06c8b89f
Set continue-on-error to false
2021-05-24 20:19:11 +09:00
kinichiro
0103481ef2
Add pull_request trigger
2021-05-22 14:02:42 +09:00
kinichiro
39c7fa8ad6
Force cmake to link strtonum shim with Darwin less than 20
...
check_function_exists misinterprets as if strtonum exists on macos 10.15.
2021-05-22 13:31:04 +09:00
kinichiro
3845b1eff4
Use github actions for linux test
2021-05-22 13:31:04 +09:00
kinichiro
47df72bb5c
Remove .travis.yml
2021-05-22 13:31:04 +09:00
Brent Cook
ceb09a01f0
Land #668 , add clang-cl build support.
2021-05-21 02:35:41 -05:00
Brent Cook
31dc716df3
Land #669 , add new tests
2021-05-21 02:35:20 -05:00
kinichiro
dcad94bbc0
Add after_failure script to show failed test log
2021-05-19 21:44:54 +09:00
Paweł Wegner
21ab73316f
cmake: tweak for clang-cl
...
This change allows libressl to be built with clang-cl.
2021-05-18 16:39:39 +02:00
kinichiro
66e8b10e53
Add regression dtlstest
2021-05-15 00:45:20 +09:00
kinichiro
be44d2a83a
Add regression ssl_get_shared_ciphers
2021-05-15 00:38:18 +09:00
kinichiro
75214be92b
Add regression tlslegacy
2021-05-15 00:38:18 +09:00
kinichiro
96ae00533a
Enable clienttest again
2021-05-13 23:15:23 +09:00
kinichiro
a855e4a3d7
Fix .gitignore
2021-05-13 23:10:46 +09:00
kinichiro
28e428e684
Add tls12_key_schedule.c
2021-05-10 22:54:44 +09:00
Brent Cook
152d01881b
Land #664 , update Android CI
2021-05-10 00:01:06 -05:00
kinichiro
e8bbbabcc9
Fix Android CI
...
- 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
2021-05-09 21:33:32 +09:00
kinichiro
4c56df46de
Statically link libcrypto/ssl into libtls with cmake
2021-05-07 20:31:22 +09:00
kinichiro
9971b0820c
Use object library for CMake
2021-05-02 14:27:57 +09:00
Brent Cook
6f38fb483c
bump arm library versions
2021-05-01 10:57:12 -05:00
Brent Cook
e044f14e41
disable some tests that rely on static library symbols
2021-05-01 10:41:46 -05:00
Brent Cook
b97352626a
update to Ubuntu 18.0.4 LTS for CI testing
2021-05-01 10:41:46 -05:00
Brent Cook
f2b197f373
cmake test should be ec_point_conversion
2021-04-27 08:21:21 -05:00
Brent Cook
632ddde256
add ec_point_conversion test
2021-04-27 07:08:03 -05:00