1315 Commits

Author SHA1 Message Date
Brent Cook
cc613e785e updates for new files and test cases 2022-07-31 23:31:18 -05:00
Brent Cook
5f5feb2bbc update Windows certs 2022-07-10 22:13:46 -05:00
Brent Cook
c6dea2878e fix test when openssl(1) is not in $PATH 2022-07-10 22:11:37 -05:00
Brent Cook
2518dbc948 update for latest changes 2022-07-10 21:44:36 -05:00
Brent Cook
0aa9efe02b enable new tests 2022-06-27 07:14:49 -05:00
Theo Buehler
9bd7894915 Update ssl_txt.c patch 2022-06-22 11:43:09 +02:00
Theo Buehler
fbe964e97b Update netcat patch
Fixes #768
2022-06-22 11:22:46 +02:00
Brent Cook
b07c773ca8 expose kdf.h as a public header 2022-05-09 02:21:16 -05:00
Brent Cook
585d02bdfe update man links 2022-05-09 01:34:00 -05:00
Brent Cook
258e4c2f5e increase build threads 2022-05-09 01:33:25 -05:00
Brent Cook
45deaf0e5e Land #753, enable __attribute__ on Windows with clang 2022-05-09 01:30:43 -05:00
Brent Cook
a0044d5a36 Land #752, Update CI actions 2022-05-09 01:29:28 -05:00
Brent Cook
5e974ea695 update for latest upstream 2022-05-08 22:23:36 -05:00
kinichiro
87aff644a4 Stop disabling __attribute__ on Windows with Clang
On Windows with targeting the MSVC ABI, Clang will define _MSC_VER,
and does not treat __attribute__ as a macro.
Clang's builtin headers (e.g. immintrin.h) use __attribute__ liberally,
and do not expect it to be ifdef-ed away.

Suggested from Nicholas Hutchinson by github issue.
2022-04-29 22:17:41 +09:00
kinichiro
ff798b2a33 Use current VS2019 with appveyor 2022-04-29 19:30:07 +09:00
kinichiro
8a57de6ed0 Set max number of processes for CI 2022-04-29 18:55:44 +09:00
kinichiro
500d16b32c Add environment macos-12 to CI 2022-04-29 18:30:45 +09:00
Brent Cook
5c7021517a Land #745, fix nc build on macOS 2022-04-19 15:03:51 -05:00
kinichiro
4458b705f4 Update ChangeLog 2022-04-16 20:55:27 +09:00
Sebastian Blunt
fe903fb7c5 Fix unreachable nc portability shim
This fixes nc failing to run on darwin due to it incorrectly setting the
linux-specific SOCK_NONBLOCK flag on connect.

nc already had a portability shim in apps/nc/compat/sys/socket.h, which
kicks in if SOCK_NONBLOCK is undefined. But that header includes
include/compat/sys/socket.h, which also has a portability shim that
defines a default value for SOCK_NONBLOCK if it's undefined. Thus the
first portability shim was unreachable.

Fixes this by moving the NEED_SOCKET_FLAGS flag into the outer shim, and
having the inner shim activate if NEED_SOCKET_FLAGS is defined.

This closes https://github.com/libressl-portable/portable/issues/631
2022-04-15 23:59:33 -07:00
Theo Buehler
ac053c8453 add a few more things 2022-04-15 18:34:43 +02:00
Theo Buehler
87441bdbce LibreSSL 3.5.2 ChangeLog 2022-04-15 18:03:35 +02:00
kinichiro
b2c59887a2 Add regress objectstest 2022-04-10 12:13:31 +09:00
Brent Cook
b52dc3d9b2 add evp_pkey_cleanup test 2022-04-04 01:09:27 -05:00
Ilya Shipitsin
e5263d7163 CI: switch ASAN builds to clang 2022-03-26 21:48:14 +05:00
kinichiro
e19aafe22a Copy ARM related files from arch/arm/ 2022-03-25 11:37:50 +09:00
Brent Cook
8ad1ac4bf1 Add ASan status badge 2022-03-21 07:33:54 -05:00
Brent Cook
d7bf245b0c update patch 2022-03-21 05:27:12 -05:00
Brent Cook
f6deadbec9 add vwarnx 2022-03-16 04:21:52 -05:00
Brent Cook
15d1f01e0f add bn_mod_sqrt 2022-03-15 16:11:05 -05:00
Brent Cook
a32554c65c remove local patch now upstream 2022-03-15 15:23:27 -05:00
Brent Cook
c7fb4df082 update Changelog 2022-03-13 12:16:55 -05:00
Brent Cook
101a9d69f1 add new tests 2022-03-13 12:04:04 -05:00
Brent Cook
58e82f95ce Land #737, update autotool deprecations 2022-03-13 11:39:05 -05:00
Brent Cook
74e92e5ecf add infinite loop fix in BN_mod_sqrt 2022-03-12 11:26:23 -06:00
Brent Cook
56bf8d4f41 update autotool macro deprecations
fix latest round of autotool complaints
2022-02-27 06:05:41 -06:00
Brent Cook
2336a535c6 update man links 2022-02-27 05:40:13 -06:00
Brent Cook
115cf2d553 rebase patches 2022-02-27 05:37:43 -06:00
Brent Cook
2f43da43c1 Land #732, CI: enable ASAN on linux 2022-02-27 05:18:58 -06:00
Ilya Shipitsin
6b06bed084 install missing dependencies for AppVeyor 2022-02-23 10:09:03 +05:00
kinichiro
2e9a7653b7 Update changelog 2022-02-18 23:47:45 +09:00
kinichiro
75388d4d2b Add portable improvements to changelog 2022-02-18 20:49:17 +09:00
Theo Buehler
f026757d12 Don't mention tls_signer yet. It's not ready yet. 2022-02-17 21:39:54 +01:00
Theo Buehler
314555aa93 LibreSSL 3.5.0 initial changelog 2022-02-13 20:57:51 +01:00
Ilya Shipitsin
2a4b84081f CI: enable ASAN on Linux 2022-02-12 09:55:39 +05:00
Brent Cook
a27642bf41 rebase patches 2022-02-06 21:11:52 -06:00
kinichiro
e70d8cba5c Add regress rfc3779 2022-02-02 19:18:22 +09:00
kinichiro
298b1e5834 Add regress evp_pkey_check 2022-01-31 19:28:39 +09:00
kinichiro
3412032b52 Add tls/tls_signer.c 2022-01-26 21:24:18 +09:00
Brent Cook
0a6a5119fd update man links 2022-01-18 04:57:50 -06:00