aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unhook the bn_mod_exp_zero testTheo Buehler2023-03-181-6/+0
|
* Hook in bn_word testTheo Buehler2023-03-111-0/+5
|
* Do not build freenull.c with LIBRESSL_INTERANLTheo Buehler2023-03-111-0/+1
| | | | The point of this check is to test external API...
* Add BN shift testTheo Buehler2022-12-181-0/+5
|
* 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-091-5/+15
|
* fix commentTheo Buehler2022-12-091-1/+1
|
* Add bn_mod_exp_zero testTheo Buehler2022-12-031-0/+6
|
* Teach automake about renamed and new testsTheo Buehler2022-12-021-20/+25
|
* 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-081-7/+8
| | | | | 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-081-3/+3
|
* Switch to new rc2_testTheo Buehler2022-09-061-4/+4
|
* Update for new rc4_testTheo Buehler2022-09-051-4/+4
|
* Adjust for Joshua Sing's test replacementsTheo Buehler2022-09-031-27/+12
|
* build updates for latest upstreamBrent Cook2022-08-291-0/+6
|
* add new testsBrent Cook2022-07-311-5/+15
|
* updates for new files and test casesBrent Cook2022-07-311-0/+5
|
* update for latest changesBrent Cook2022-07-101-1/+13
|
* enable new testsBrent Cook2022-06-271-0/+11
|
* Add regress objectstestkinichiro2022-04-101-0/+5
|
* add evp_pkey_cleanup testBrent Cook2022-04-041-0/+6
|
* add bn_mod_sqrtBrent Cook2022-03-151-0/+5
|
* add new testsBrent Cook2022-03-131-0/+15
|
* Add regress rfc3779kinichiro2022-02-021-0/+6
|
* Add regress evp_pkey_checkkinichiro2022-01-311-0/+5
|
* Follow upstream file changes and fix buildkinichiro2022-01-121-1/+4
| | | | | | | | | | | | | - 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
* Add regress asn1api, asn1basic, asn1complex, asn1string_copy and ec_asn1_testkinichiro2021-12-271-0/+25
|
* Fix _PATH_SSL_CA_FILE for ocsp_testkinichiro2021-12-041-1/+1
|
* Sort regress key_schedulekinichiro2021-12-041-5/+5
|
* add asn1x509 testBrent Cook2021-11-301-0/+5
|
* prepend tls dir to AM_CPPFLAGSBrent Cook2021-11-081-1/+1
|
* add x509req_extBrent Cook2021-11-081-0/+5
|
* build updatesBrent Cook2021-11-081-2/+1
|
* Fix mingw build on ubuntu 20.04kinichiro2021-05-301-0/+2
| | | | | - Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll
* Land #669, add new testsBrent Cook2021-05-211-0/+6
|\
| * Add regression dtlstestkinichiro2021-05-151-0/+6
| |
* | Add regression ssl_get_shared_cipherskinichiro2021-05-151-0/+6
| |
* | Add regression tlslegacykinichiro2021-05-151-0/+5
| |
* | Enable clienttest againkinichiro2021-05-131-4/+3
|/
* add ec_point_conversion testBrent Cook2021-04-271-0/+5
|
* add ssl_methods testBrent Cook2021-02-031-0/+5
|
* Add regress x509_info.ckinichiro2020-09-151-0/+5
|
* Add regress x509attribute.ckinichiro2020-09-141-0/+5
|
* Add regress constraints.ckinichiro2020-09-131-0/+6
|
* Enable regress handshake_tablekinichiro2020-05-041-1/+2
|
* Add regress record_layer_testkinichiro2020-04-281-0/+5
|
* disable clienttestBrent Cook2020-03-141-3/+4
| | | | the current handshakes contain dynamic content, which breaks this test
* enable cmstestBrent Cook2019-11-031-0/+5
|