121 Commits

Author SHA1 Message Date
Theo Buehler
a99c1feee6 Remove the cts128 test 2023-04-25 14:13:20 -06:00
Theo Buehler
43edddb888 RFC 3779 test no longer uses __unused 2023-04-20 15:53:35 -06:00
Theo Buehler
3b7ac8e131 Disable signertest. Needs proper socketpair compat 2023-04-14 08:55:03 -06:00
Theo Buehler
76b135953a Hook a few more tests to the build 2023-04-14 07:42:59 -06:00
Theo Buehler
462369e82a Move bn_gcd after bn_cmp 2023-04-11 06:43:26 -06:00
Theo Buehler
14481349f9 Link bn_gcd test to build 2023-04-06 00:03:51 -06:00
Theo Buehler
ec0749ebc1 Unhook the bn_mod_exp2_mont test 2023-03-26 16:27:02 -06:00
Theo Buehler
4abde54b93 Link bio_asn1 to regress 2023-03-26 13:28:00 -06:00
Theo Buehler
6b3c90efa9 Unhook the bn_mod_exp_zero test 2023-03-18 03:01:43 -06:00
Theo Buehler
6016c0651c Hook in bn_word test 2023-03-11 16:09:56 -07:00
Theo Buehler
1f997d143b Do not build freenull.c with LIBRESSL_INTERANL
The point of this check is to test external API...
2023-03-11 07:54:08 -07:00
Theo Buehler
ceca77ab3e Add BN shift test 2022-12-18 00:20:42 +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
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
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
a43a9b57c0 Switch to new rc2_test 2022-09-06 17:43:00 +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
ed9359727a build updates for latest upstream 2022-08-29 09:06:06 -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
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
Brent Cook
15d1f01e0f add bn_mod_sqrt 2022-03-15 16:11:05 -05:00
Brent Cook
101a9d69f1 add new tests 2022-03-13 12:04:04 -05: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
71f437de62 Follow upstream file changes and fix build
- Add asn1_lib.c
- Consolidation of ASN.1 code
  Add asn1_item.c asn1_old.c
  Remove a_d2i_fp.c a_digest.c a_dup.c a_i2d_fp.c a_sign.c a_verify.c
- Merge evp_asn1.c into a_type.c
- Merge asn_pack.c into asn1_item.c
- Rename tls13_key_share.c to tls_key_share.c
- Add bio/bio_local.h dh/dh_local.h ocsp/ocsp_local.h
- Add comp/comp_local.h
- Add define LIBRESSL_CRYPTO_INTERNAL to regress build
2022-01-12 20:04:53 +09:00
kinichiro
29a743d597 Add regress asn1api, asn1basic, asn1complex, asn1string_copy and ec_asn1_test 2021-12-27 19:49:44 +09:00
kinichiro
7fe1bf86e1 Fix _PATH_SSL_CA_FILE for ocsp_test 2021-12-04 21:00:39 +09:00
kinichiro
b51803910f Add regress ssl_methods 2021-12-04 21:00:39 +09:00
kinichiro
c211d97ecb Remove unneeded target_include_directories with cmake
This could remove recurring of the same statement for include directories.
Instead of this removals, apps/* and tests  should have include path that
had been provided by INTERFACE_INCLUDE_DIRECTORIES of target libs and
internal static libs.
2021-12-04 14:36:39 +09:00
Brent Cook
38181ad398 add asn1x509 test 2021-11-30 16:49:15 -06:00
kinichiro
870a1ebbc2 Build static library for regression tests when shared build with CMake 2021-11-27 20:57:14 +09:00
Brent Cook
9243262fef add x509req_ext 2021-11-08 07:43:11 -06:00
Brent Cook
04ab1061f3 build updates 2021-11-08 07:33:50 -06:00
Brent Cook
dd8cfb82a3 disable dtlstest when static libraries are not built 2021-07-19 10:47:10 -05: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
Brent Cook
31dc716df3 Land #669, add new tests 2021-05-21 02:35:20 -05: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
4c56df46de Statically link libcrypto/ssl into libtls with cmake 2021-05-07 20:31:22 +09:00