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
Brent Cook
a11cc93c1f
add tls12_lib.c
2021-04-27 07:07:42 -05:00
Brent Cook
a403f07fbe
update manpage links
2021-04-18 07:16:31 -05:00
Theo Buehler
c054aaea36
Mention switch to the legacy verifier in ChangeLog
2021-04-15 16:24:29 +02:00
Brent Cook
3b9000bf31
update autotools
2021-04-15 01:59:56 -05:00
Theo Buehler
5fdde5723d
More minor ChangeLog tweaks for 3.3.2
2021-04-15 08:17:50 +02:00
Brent Cook
c1b88faef3
add --enable-libtls-only option
2021-04-15 01:09:57 -05:00
Joel Sing
d74cf44233
Tweak changelog for 3.3.2.
2021-04-15 15:38:32 +10:00
Theo Buehler
0d7d4ec226
Fix a number of typos and expand a few entries
2021-04-13 14:53:48 +02:00
Theo Buehler
2509d58f8a
Initial changelog for 3.3.2
2021-04-13 11:20:15 +02:00
Brent Cook
867b577d85
rebase tlsexttest patch
2021-04-08 05:00:36 -05:00
Brent Cook
3b8e24fde2
update manpage links
2021-04-08 04:15:45 -05:00
Brent Cook
94f057403a
update appveyor pre-build config to address build failures
2021-04-08 03:32:25 -05:00
Brent Cook
921c0675a2
Add '--enable-libtls-only' build option
2021-04-07 07:51:45 -05:00
Brent Cook
141f7528cb
update links
2021-02-28 10:08:12 -06:00
Brent Cook
90f1c4db5c
fix leak in Windows version of pthread_mutex_free
...
Free the lock pointer in addition to the critical section. Thanks to
martinkucera74 on github.
2021-02-28 10:04:51 -06:00
Brent Cook
81e17c7348
add ssl_methods test
2021-02-03 06:13:46 -06:00
Brent Cook
a6f5d81fbe
update manpage links
2021-01-03 11:08:04 -06:00
Brent Cook
527482b520
add win32 pthread_mutex_destroy implementation
2020-12-21 10:14:21 -06:00
Theo Buehler
69968ab38e
Add a few more bug fixes to the ChangeLog
2020-12-08 18:49:51 +01:00
Theo Buehler
c50f8e2c6c
Release notes for GENERAL_NAME_cmp() NULL deref
2020-12-08 16:15:35 +01:00
Theo Buehler
7734eb9c8a
zap stray word
2020-11-26 07:55:08 +01:00
kinichiro
eab891a6f4
Update ChangeLog
2020-11-21 10:10:23 +09:00