| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make RFC 5280 test xfail on 32-bit time_t systems | Theo Buehler | 2024-05-26 | 3 | -0/+19 | |
| * | Clean up the time_t test mess | Theo Buehler | 2024-05-25 | 4 | -21/+22 | |
| * | Link lhash_test to build | Theo Buehler | 2024-05-06 | 2 | -0/+10 | |
| * | link crypto_test to the build | Theo Buehler | 2024-04-25 | 2 | -0/+12 | |
| * | Link bn_bits to regress | Theo Buehler | 2024-04-09 | 2 | -0/+10 | |
| * | Link rsa_padding_test to build | Theo Buehler | 2024-03-29 | 2 | -0/+10 | |
| * | Add whirlpool test | Joshua Sing | 2024-03-29 | 2 | -0/+10 | |
| * | Temporarily disable the clienttest | Theo Buehler | 2024-03-26 | 2 | -8/+8 | |
| * | Replace expiring certs with more modern versions | Theo Buehler | 0 min. | 12 | -15/+15 | |
| * | Update build system for file removal | Theo Buehler | 2024-03-02 | 2 | -10/+0 | |
| * | fix file comparison failures testing with WSL + CMake | Brent Cook | 2024-02-12 | 1 | -17/+20 | |
| * | Link bio_dump test to build | Theo Buehler | 2024-02-02 | 2 | -0/+10 | |
| * | Add shutdowntest to build | Theo Buehler | 2024-01-19 | 4 | -0/+44 | |
| * | Hook up exdata_test | Theo Buehler | 2023-12-27 | 2 | -0/+10 | |
| * | Retire the engine test | Theo Buehler | 2023-12-26 | 2 | -10/+0 | |
| * | Unhook string_table test. It will go away. | Theo Buehler | 2023-12-15 | 2 | -10/+0 | |
| * | Link x509_algor test to build | Theo Buehler | 2023-10-11 | 2 | -0/+10 | |
| * | remove unneeded release change for tests | Brent Cook | 2023-08-29 | 1 | -3/+0 | |
| * | Fix build flags for tests | Brent Cook | 2023-08-29 | 1 | -0/+3 | |
| * | CI: Test consuming the exported CMake configs. | Pierre Wendling | 2023-08-19 | 4 | -0/+56 | |
| * | Retire the bn_rand_interval test | Theo Buehler | 2023-08-03 | 2 | -10/+0 | |
| * | link ecc_cdh test | Theo Buehler | 2023-07-16 | 2 | -0/+10 | |
| * | Reenable clienttest and servertest | Theo Buehler | 2023-07-11 | 2 | -13/+9 | |
| * | hook bn_print to build | Theo Buehler | 2023-07-07 | 2 | -0/+10 | |
| * | update testssl.bat for TLS 1.0 removal | Brent Cook | 2023-07-05 | 1 | -20/+19 | |
| * | Land #874, reenable ssltest | Brent Cook | 2023-07-04 | 2 | -7/+7 | |
| |\ | ||||||
| | * | reenable ssltest | Brent Cook | 2023-07-04 | 2 | -7/+7 | |
| * | | generate opensslconf.h in build dir for cmake | Brent Cook | 2023-07-04 | 1 | -0/+1 | |
| |/ | ||||||
| * | disable client / server tests for now | Brent Cook | 2023-07-04 | 2 | -17/+20 | |
| * | flip logic around | Brent Cook | 2023-07-03 | 1 | -1/+4 | |
| * | link signertest to build | Theo Buehler | 2023-07-03 | 2 | -12/+20 | |
| * | Add bn_convert test to build | Theo Buehler | 2023-06-24 | 2 | -0/+10 | |
| * | Link BN_mod_inverse test to build | Theo Buehler | 2023-06-03 | 2 | -0/+10 | |
| * | Link ssl_verify_param test to build | Theo Buehler | 2023-05-24 | 2 | -0/+10 | |
| * | Link asn1oct test to the build | Theo Buehler | 2023-05-12 | 2 | -0/+10 | |
| * | Fixed botched autoconf | Theo Buehler | 2023-04-28 | 1 | -1/+1 | |
| * | add and enable policy tests | Theo Buehler | 2023-04-28 | 2 | -0/+40 | |
| * | rfc3779 no longer uses __unused | Theo Buehler | 2023-04-28 | 1 | -1/+1 | |
| * | enable x509_asn1 test | Theo Buehler | 2023-04-28 | 2 | -0/+10 | |
| * | Remove the cts128 test | Theo Buehler | 2023-04-25 | 2 | -10/+0 | |
| * | RFC 3779 test no longer uses __unused | Theo Buehler | 2023-04-20 | 1 | -1/+0 | |
| * | Disable signertest. Needs proper socketpair compat | Theo Buehler | 2023-04-14 | 2 | -10/+12 | |
| * | Hook a few more tests to the build | Theo Buehler | 2023-04-14 | 2 | -1/+95 | |
| * | Move bn_gcd after bn_cmp | Theo Buehler | 2023-04-11 | 1 | -5/+5 | |
| * | Link bn_gcd test to build | Theo Buehler | 2023-04-06 | 2 | -0/+10 | |
| * | Unhook the bn_mod_exp2_mont test | Theo Buehler | 2023-03-26 | 2 | -10/+0 | |
| * | Link bio_asn1 to regress | Theo Buehler | 2023-03-26 | 2 | -0/+10 | |
| * | Unhook the bn_mod_exp_zero test | Theo Buehler | 2023-03-18 | 2 | -13/+0 | |
| * | Hook in bn_word test | Theo Buehler | 2023-03-11 | 2 | -0/+10 | |
| * | Do not build freenull.c with LIBRESSL_INTERANL | Theo Buehler | 2023-03-11 | 2 | -0/+3 | |
