Theo Buehler
08e0564339
Regen tlsexttestc.c.patch
2022-09-05 23:50:05 +02:00
Theo Buehler
cc60b91ff2
Drop long long casts that are now upstream
2022-09-05 23:48:20 +02:00
Theo Buehler
f64dbe82d2
Update for new rc4_test
2022-09-05 21:30:40 +02:00
Theo Buehler
6e20d9ec32
fix rmd_test
2022-09-03 20:29:49 +02:00
Theo Buehler
63f45c4597
Adjust for Joshua Sing's test replacements
2022-09-03 19:16:36 +02:00
Brent Cook
d46266c297
fix corrupted patch on merge
2022-08-29 10:57:39 -05:00
Brent Cook
e762253610
update manpage links
2022-08-29 09:06:52 -05:00
Brent Cook
ed9359727a
build updates for latest upstream
2022-08-29 09:06:06 -05:00
Theo Buehler
08895e8497
MSC doesn't have getopt
2022-08-15 10:43:49 +02:00
Theo Buehler
8114acb607
add p12_sbag.c
2022-08-15 08:14:33 +02:00
Theo Buehler
3fcde14a00
regen tlsextest patch
...
fixes #777
2022-08-15 08:01:34 +02:00
Brent Cook
e7c48bb560
ignore new test files
2022-08-01 00:03:34 -05:00
Brent Cook
c5c6e8289f
add new tests
2022-07-31 23:53:20 -05:00
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