Theo Buehler
7b66b2d9e6
update speed.c.patch
2022-11-22 18:34:39 +01:00
Theo Buehler
3d6cab79dd
Rename bftest_SOURCES to bf_test_SOURCES
2022-11-22 17:39:44 +01:00
Theo Buehler
19782c8d0b
Land 801
2022-11-08 16:20:01 +01:00
Darren Tucker
03fe6d2904
Update checkout action to current version.
...
checkout v2 uses node.js v12 which is has been recently deprecated by
github so switch to using the one on the main branch.
2022-11-08 12:54:43 +01:00
Theo Buehler
0107fed58c
Disable dltstest for now
...
It is not ideal since it reduces test coverage significantly, but we
cannot spend time on restarting some of the CI pipelines all the time.
2022-11-08 12:01:34 +01:00
Theo Buehler
cbf8eefa02
Rename bftest to bf_test
2022-11-08 11:17:48 +01:00
Theo Buehler
72510bc2d6
Add tls12_internal.h
2022-11-08 10:56:10 +01:00
Theo Buehler
b21936e58f
Regen tlsexttest.c patch
2022-11-08 10:38:28 +01:00
Theo Buehler
6e1d17c274
rebase rust-openssl patch
2022-11-03 02:43:20 +01:00
Brent Cook
0c8231e298
Land #771 , Fix endian detection on macOS
2022-10-24 19:33:21 -05:00
Brent Cook
6be2433afc
insert 3.5.3 release notes
2022-10-24 19:33:10 -05:00
Theo Buehler
379b2f843b
rebase rust-openssl patch
2022-10-22 17:59:16 +02:00
Theo Buehler
4fc98a5f7f
Land 794: run rust-openssl regress in daily CI
2022-10-22 10:48:44 +02:00
Ilya Shipitsin
5f3868d96e
CI: enable rust-openssl daily testing
2022-10-22 13:11:48 +05:00
Brent Cook
bf23b6b372
manpage and autotools sync
2022-09-26 07:28:30 -05:00
Theo Buehler
69f2eb869e
Initial 3.6.0 ChangeLog
2022-09-20 12:37:54 +02:00
Theo Buehler
a43a9b57c0
Switch to new rc2_test
2022-09-06 17:43:00 +02:00
Theo Buehler
5ecf1c62dc
Regen bio.h.patch
2022-09-06 01:39:41 +02:00
Theo Buehler
d9ba5a5bdf
Regen aeadtest.c.patch
2022-09-05 23:52:41 +02:00
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
Jiajie Chen
ef2d6c70da
Detect machine/endian.h for macOS
2022-07-12 22:29:39 +08: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