aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run mlkem_tests on WindowsTheo Buehler2025-08-181-2/+1
| | | | There's probably cleaner ways to do it, but shrug. Better than nothing.
* Update for MLKEM changesTheo Buehler2025-08-171-1/+2
|
* Land #1175, Add ISC copyright headers, add explicit COPYING to LibreSSL ↵Brent Cook2025-06-031-0/+15
|\ | | | | | | portable tree
| * add autotools build copyright headersBrent Cook2025-06-011-0/+15
| |
* | only define noinst_HEADERS onceTheo Buehler2025-05-311-1/+1
| |
* | Fix typos plus some automake appeasingTheo Buehler2025-05-311-4/+5
| |
* | Include tests for automake buildsTheo Buehler2025-05-311-0/+1
| |
* | link tests that need it against test helpersTheo Buehler2025-05-311-2/+6
|/
* Remove x509name test in preparation for merge into x509_name_test.cKenjiro Nakayama2025-05-051-5/+0
| | | | | | | This change cleans up the old test infrastructure in preparation for consolidating the x509name.c test logic into x509_name_test.c. Update CMakeLists.txt and Makefile.am accordingly.
* rewrite pq_test to perform internal checksKenjiro Nakayama2025-05-041-3/+1
| | | | | | | | | | This change prepares for the patch at https://marc.info/?l=openbsd-tech&m=174634767904894&w=2 by removing the need for pq_expected.txt, pq_test.sh, and pq_test.bat. The test now performs internal output and priority verification in code, simplifying the test infrastructure across platforms. Update CMakeLists.txt and Makefile.am accordingly.
* Sync opensslconf.h, add crypto_arch.h for mipsTheo Buehler2025-04-121-1/+1
| | | | | | | This was easy enough to make compile. As long as it doesn't get in the way, I think we can keep this. Fixes #1110
* Basic loongarch64 supportIvan A. Melnikov2025-04-101-0/+4
| | | | | | | | | | | Just wire things up to make the project buildable on LoongArch64. opensslconf.h is taken form riscv64 folder as is, and is the same as on some other 64 bit architectures. Refs: https://github.com/libressl/portable/issues/1123 Signed-off-by: Ivan A. Melnikov <iv@altlinux.org>
* hook x509_name_test to buildTheo Buehler2025-03-151-0/+5
|
* Fix -I lines for ec_asn1_testTheo Buehler2025-03-091-0/+1
|
* Link renegotiation test to buildTheo Buehler2025-02-031-0/+6
|
* link rsa_method_test to buildTheo Buehler2025-01-041-0/+5
|
* Adjust the ML-KEM tests to recent reorganizationTheo Buehler2024-12-261-73/+15
|
* Remove mlkem and bytestring from public visibility for nowTheo Buehler2024-12-191-0/+1
|
* Some fixes for ML-KEM testsTheo Buehler2024-12-171-0/+10
| | | | | | | - Run the 1024 iteration test as well as unit tests. - Remove unused test script with unexpected contents. Follow-on to #1127
* Hook ML-KEM related testsKenjiro Nakayama2024-12-171-0/+79
| | | | This patch adds ML-KEM related tests.
* Link err_test to buildTheo Buehler2024-10-081-0/+5
|
* Adjust for whirlpool removalTheo Buehler2024-08-311-5/+0
|
* Remove evp_pkey_checkTheo Buehler2024-08-291-5/+0
|
* ... and testsTheo Buehler2024-08-111-0/+41
|
* reenable clienttestTheo Buehler2024-07-201-3/+3
|
* Link x509_extensions_test to buildTheo Buehler2024-05-281-0/+5
|
* Make RFC 5280 test xfail on 32-bit time_t systemsTheo Buehler2024-05-261-0/+6
|
* Clean up the time_t test messTheo Buehler2024-05-251-6/+8
| | | | | | | 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-061-0/+5
|
* link crypto_test to the buildTheo Buehler2024-04-251-0/+6
|
* Link bn_bits to regressTheo Buehler2024-04-091-0/+5
|
* Link rsa_padding_test to buildTheo Buehler2024-03-291-0/+5
|
* Add whirlpool testJoshua Sing2024-03-291-0/+5
|
* Temporarily disable the clienttestTheo Buehler2024-03-261-4/+4
|
* Replace expiring certs with more modern versionsTheo Buehler0 min.1-2/+2
| | | | Ref: #1018
* Update build system for file removalTheo Buehler2024-03-021-5/+0
|
* Link bio_dump test to buildTheo Buehler2024-02-021-0/+5
|
* Add shutdowntest to buildTheo Buehler2024-01-191-0/+6
|
* Hook up exdata_testTheo Buehler2023-12-271-0/+5
|
* Retire the engine testTheo Buehler2023-12-261-5/+0
|
* Unhook string_table test. It will go away.Theo Buehler2023-12-151-5/+0
|
* Link x509_algor test to buildTheo Buehler2023-10-111-0/+5
|
* Retire the bn_rand_interval testTheo Buehler2023-08-031-5/+0
|
* link ecc_cdh testTheo Buehler2023-07-161-0/+5
|
* Reenable clienttest and servertestTheo Buehler2023-07-111-4/+2
|
* hook bn_print to buildTheo Buehler2023-07-071-0/+5
|
* reenable ssltestBrent Cook2023-07-041-1/+1
| | | | failure was unrelated to tls 1.0/1.1 changes
* disable client / server tests for nowBrent Cook2023-07-041-4/+5
| | | | | These were broken with the removal of TLS 1.0/1.1 support due to static checks in packet structure.
* link signertest to buildTheo Buehler2023-07-031-5/+7
|
* Add bn_convert test to buildTheo Buehler2023-06-241-0/+5
|