aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bn_unitMoustaphaSaad2024-06-191-0/+1
| | | | | bn_unit uses more memory than Emscripten default initial heap size. ALLOW_MEMORY_GROWTH linker option is passed to fix the OOM error
* fix apitestMoustaphaSaad2024-06-191-0/+3
| | | | added preload-file link flag to enable access to TEST_SOURCE_DIR
* disable arc4randomforktest because Emscripten lacks fork supportMoustaphaSaad2024-06-191-1/+2
|
* fix aeadtestMoustaphaSaad2024-06-192-0/+5
| | | | | changed the aeadtest.sh to search to .js file as well. added preload-file link flag to enable access to TEST_SOURCE_DIR
* replace add_test with add_platform_testMoustaphaSaad2024-06-191-122/+130
| | | | In WebAssembly, you need to pass the generated a.out.js to node to run it, as it's not an executable by itself.
* disable explicit_bzero because of lack of sigsuspend support on EmscriptenMoustaphaSaad2024-06-191-1/+2
|
* Link x509_extensions_test to buildTheo Buehler2024-05-282-0/+10
|
* Make RFC 5280 test xfail on 32-bit time_t systemsTheo Buehler2024-05-263-0/+19
|
* Clean up the time_t test messTheo Buehler2024-05-254-21/+22
| | | | | | | The RFC 5280 test now passes also with small time_t. The ASN.1 time test now has a test case that makes it fail for small time t. In that case use a wrapper script that prins why the test is expected to fail and makes the test suite fail if it passes.
* Link lhash_test to buildTheo Buehler2024-05-062-0/+10
|
* link crypto_test to the buildTheo Buehler2024-04-252-0/+12
|
* Link bn_bits to regressTheo Buehler2024-04-092-0/+10
|
* Link rsa_padding_test to buildTheo Buehler2024-03-292-0/+10
|
* Add whirlpool testJoshua Sing2024-03-292-0/+10
|
* Temporarily disable the clienttestTheo Buehler2024-03-262-8/+8
|
* Replace expiring certs with more modern versionsTheo Buehler0 min.12-15/+15
| | | | Ref: #1018
* Update build system for file removalTheo Buehler2024-03-022-10/+0
|
* fix file comparison failures testing with WSL + CMakeBrent Cook2024-02-121-17/+20
| | | | | Using FC on Windows through a WSL mount assumes all filenames are UPPERCASE. So make the filenames UPPERCASE in the first place.
* Link bio_dump test to buildTheo Buehler2024-02-022-0/+10
|
* Add shutdowntest to buildTheo Buehler2024-01-194-0/+44
|
* Hook up exdata_testTheo Buehler2023-12-272-0/+10
|
* Retire the engine testTheo Buehler2023-12-262-10/+0
|
* Unhook string_table test. It will go away.Theo Buehler2023-12-152-10/+0
|
* Link x509_algor test to buildTheo Buehler2023-10-112-0/+10
|
* remove unneeded release change for testsBrent Cook2023-08-291-3/+0
|
* Fix build flags for testsBrent Cook2023-08-291-0/+3
| | | | | | The default C flags for all build types other than 'Debug' sets -DNDEBUG which disables assert(), and breaks tests. This switches tests to use 'Debug' instead, reenabling asserts.
* CI: Test consuming the exported CMake configs.Pierre Wendling2023-08-194-0/+56
|
* Retire the bn_rand_interval testTheo Buehler2023-08-032-10/+0
|
* link ecc_cdh testTheo Buehler2023-07-162-0/+10
|
* Reenable clienttest and servertestTheo Buehler2023-07-112-13/+9
|
* hook bn_print to buildTheo Buehler2023-07-072-0/+10
|
* update testssl.bat for TLS 1.0 removalBrent Cook2023-07-051-20/+19
|
* Land #874, reenable ssltestBrent Cook2023-07-042-7/+7
|\
| * reenable ssltestBrent Cook2023-07-042-7/+7
| | | | | | | | failure was unrelated to tls 1.0/1.1 changes
* | generate opensslconf.h in build dir for cmakeBrent Cook2023-07-041-0/+1
|/
* 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
|