aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reenable ssltestBrent Cook2023-07-042-7/+7
| | | | failure was unrelated to tls 1.0/1.1 changes
* disable client / server tests for nowBrent Cook2023-07-042-17/+20
| | | | | These were broken with the removal of TLS 1.0/1.1 support due to static checks in packet structure.
* flip logic aroundBrent Cook2023-07-031-1/+4
|
* link signertest to buildTheo Buehler2023-07-032-12/+20
|
* Add bn_convert test to buildTheo Buehler2023-06-242-0/+10
|
* Link BN_mod_inverse test to buildTheo Buehler2023-06-032-0/+10
|
* Link ssl_verify_param test to buildTheo Buehler2023-05-242-0/+10
|
* Link asn1oct test to the buildTheo Buehler2023-05-122-0/+10
|
* Fixed botched autoconfTheo Buehler2023-04-281-1/+1
|
* add and enable policy testsTheo Buehler2023-04-282-0/+40
|
* rfc3779 no longer uses __unusedTheo Buehler2023-04-281-1/+1
|
* enable x509_asn1 testTheo Buehler2023-04-282-0/+10
|
* Remove the cts128 testTheo Buehler2023-04-252-10/+0
|
* RFC 3779 test no longer uses __unusedTheo Buehler2023-04-201-1/+0
|
* Disable signertest. Needs proper socketpair compatTheo Buehler2023-04-142-10/+12
|
* Hook a few more tests to the buildTheo Buehler2023-04-142-1/+95
|
* Move bn_gcd after bn_cmpTheo Buehler2023-04-111-5/+5
|
* Link bn_gcd test to buildTheo Buehler2023-04-062-0/+10
|
* Unhook the bn_mod_exp2_mont testTheo Buehler2023-03-262-10/+0
|
* Link bio_asn1 to regressTheo Buehler2023-03-262-0/+10
|
* Unhook the bn_mod_exp_zero testTheo Buehler2023-03-182-13/+0
|
* Hook in bn_word testTheo Buehler2023-03-112-0/+10
|
* Do not build freenull.c with LIBRESSL_INTERANLTheo Buehler2023-03-112-0/+3
| | | | The point of this check is to test external API...
* Add BN shift testTheo Buehler2022-12-182-0/+10
|
* Build a static test library with all symbolsBrent Cook2022-12-131-7/+13
| | | | | Build and link a special test library rather than assuming that the build has static libraries available.
* update for biotest splitTheo Buehler2022-12-092-10/+30
|
* fix commentTheo Buehler2022-12-092-2/+2
|
* Add bn_mod_exp_zero testTheo Buehler2022-12-032-0/+13
|
* Teach cmake framework about new and renamed testsTheo Buehler2022-12-021-21/+26
|
* Teach automake about renamed and new testsTheo Buehler2022-12-021-20/+25
|
* Add asn1_string_to_utf8 test to cmake frameworkTheo Buehler2022-11-221-0/+5
|
* Add new tests to cmake frameworkTheo Buehler2022-11-221-0/+21
|
* Add new tests to autoconf frameworkTheo Buehler2022-11-221-0/+21
|
* Rename bftest_SOURCES to bf_test_SOURCESTheo Buehler2022-11-221-1/+1
|
* Disable dltstest for nowTheo Buehler2022-11-082-14/+16
| | | | | 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.
* Rename bftest to bf_testTheo Buehler2022-11-082-6/+6
|
* Switch to new rc2_testTheo Buehler2022-09-062-8/+8
|
* Update for new rc4_testTheo Buehler2022-09-052-8/+8
|
* fix rmd_testTheo Buehler2022-09-031-1/+1
|
* Adjust for Joshua Sing's test replacementsTheo Buehler2022-09-032-54/+24
|
* build updates for latest upstreamBrent Cook2022-08-294-0/+44
|
* add new testsBrent Cook2022-07-312-5/+31
|
* updates for new files and test casesBrent Cook2022-07-313-2/+18
|
* update Windows certsBrent Cook2022-07-101-2/+2
|
* fix test when openssl(1) is not in $PATHBrent Cook2022-07-101-2/+3
|
* update for latest changesBrent Cook2022-07-102-3/+15
|
* enable new testsBrent Cook2022-06-271-0/+11
|
* Add regress objectstestkinichiro2022-04-102-0/+10
|
* add evp_pkey_cleanup testBrent Cook2022-04-042-0/+12
|
* add bn_mod_sqrtBrent Cook2022-03-152-0/+10
|