1381 Commits

Author SHA1 Message Date
Brent Cook
4f0f6ebd1a Build a static test library with all symbols
Build and link a special test library rather than assuming that the
build has static libraries available.
2022-12-13 14:23:17 -06:00
Brent Cook
5a590f8e0c Land #789, store artifacts from appveyor builds 2022-12-11 15:21:55 -06:00
Brent Cook
eda4bddc88 Land #800, update upstream config.sub and config.guess 2022-12-11 15:07:46 -06:00
Theo Buehler
8c6a4618b6 Drop a deliberate ommission again 2022-12-09 18:47:59 +01:00
Bob Beck
202d12ca6d Add a few more things 2022-12-09 10:44:10 -07:00
Theo Buehler
f90967d04b Undo inconsistencies introduced in previous 2022-12-09 18:20:45 +01:00
Bob Beck
b2718380b0 Add the reason for the julian time change (get rid of timegm/gmtime) 2022-12-09 09:12:08 -07:00
Theo Buehler
e36a976a2b ChangeLog for 3.7.0 2022-12-09 13:01:57 +01:00
Theo Buehler
75e2fa0a9e Initial ChangeLog for 3.6.1
(cherry picked from commit 6419191d820c295055a11fccfe2f1387d6e682f8)
2022-12-09 11:53:05 +01:00
Theo Buehler
bd3456405b regen bn_isqrt.c patch 2022-12-09 11:23:44 +01:00
Theo Buehler
cf4c794c90 update for biotest split 2022-12-09 11:23:44 +01:00
Theo Buehler
6755900317 fix comment 2022-12-09 11:11:40 +01:00
Theo Buehler
302cda57d8 Add bn_mod_exp_zero test 2022-12-03 11:33:59 +01:00
Theo Buehler
e29d66d700 Teach cmake framework about new and renamed tests 2022-12-02 00:22:01 +01:00
Theo Buehler
be970651de Teach automake about renamed and new tests 2022-12-02 00:16:05 +01:00
Theo Buehler
7775de6c76 regen patches 2022-11-27 10:50:30 +01:00
Theo Buehler
a911052d60 Adjust for ui_locl.h -> ui_local.h rename 2022-11-27 10:45:50 +01:00
Theo Buehler
bcf7afb23f Adjust patches for lcl.h -> local.h rename 2022-11-27 10:35:13 +01:00
Theo Buehler
f39a1b4b64 Update */Makefile.am for internal header renaming 2022-11-27 10:13:06 +01:00
Brent Cook
fb342b434b exclude bogus "ln_<type>" manpage links 2022-11-24 08:21:06 -06:00
Brent Cook
4bc644eab1 update manpage links 2022-11-24 08:18:07 -06:00
Theo Buehler
9ca9fa4379 Land #803 2022-11-24 13:11:32 +01:00
Theo Buehler
38089b5596 Don't leak namespace macros out of the library 2022-11-23 18:36:19 +01:00
Theo Buehler
67ab6a1187 Neuter namespace differently to fix Appveyor CI 2022-11-23 12:46:44 +01:00
Theo Buehler
f015aed7a0 regen bio.h patch 2022-11-22 21:10:11 +01:00
Theo Buehler
4625f45d06 Add asn1_string_to_utf8 test to cmake framework 2022-11-22 19:38:27 +01:00
Theo Buehler
9b95f2e9c6 Add new tests to cmake framework 2022-11-22 19:26:59 +01:00
Theo Buehler
35265d0e44 Fix cmake builds 2022-11-22 19:26:59 +01:00
Theo Buehler
33adc424c1 Add new tests to autoconf framework 2022-11-22 19:26:52 +01:00
Theo Buehler
8ae1cce7ef Update autoconf framework to build again 2022-11-22 18:41:54 +01:00
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
David Korczynski
faa32aeada CI: add CIFuzz action
Signed-off-by: David Korczynski <david@adalogics.com>
2022-11-19 04:31:40 -08: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
catatsuy
a08e4fbb3f update config.sub and config.guess for M1 Mac
config.sub and config.guess on LibreSSL are very old.
To build LibreSSL on M1 Mac, we need to update config.sub.
2022-11-03 15:17:29 +09: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
Ilya Shipitsin
2e9adeeeae appveyor: store entire build folder in artifacts 2022-09-10 09:51:13 +05:00
Theo Buehler
a43a9b57c0 Switch to new rc2_test 2022-09-06 17:43:00 +02:00