aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add new testsBrent Cook2022-03-132-0/+30
|
* Add regress rfc3779kinichiro2022-02-022-0/+12
|
* Add regress evp_pkey_checkkinichiro2022-01-312-0/+10
|
* Follow upstream file changes and fix buildkinichiro2022-01-122-2/+8
| | | | | | | | | | | | | - 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-272-0/+50
|
* Add strtonum to compat library and export itkinichiro2021-12-261-1/+0
| | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories.
* Fix _PATH_SSL_CA_FILE for ocsp_testkinichiro2021-12-042-2/+2
|
* Sort regress key_schedulekinichiro2021-12-041-5/+5
|
* Add regress ssl_methodskinichiro2021-12-041-0/+5
|
* Remove unneeded target_include_directories with cmakekinichiro2021-12-041-0/+1
| | | | | | | This could remove recurring of the same statement for include directories. Instead of this removals, apps/* and tests should have include path that had been provided by INTERFACE_INCLUDE_DIRECTORIES of target libs and internal static libs.
* add asn1x509 testBrent Cook2021-11-302-0/+10
|
* Build static library for regression tests when shared build with CMakekinichiro2021-11-271-211/+160
|
* prepend tls dir to AM_CPPFLAGSBrent Cook2021-11-081-1/+1
|
* add x509req_extBrent Cook2021-11-082-0/+10
|
* build updatesBrent Cook2021-11-082-4/+2
|
* disable dtlstest when static libraries are not builtBrent Cook2021-07-191-1/+1
|
* Land #674, fix mingw builds with newer compiler versionsBrent Cook2021-05-301-0/+2
|\
| * 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
* | Fix UWP buildkinichiro2021-05-291-14/+16
|/ | | | | - Do not set _WIN32_WINNT to enable VirtualAllocFromApp - Disable tlstest since SetHandleInformation is not supported on UWP
* Land #669, add new testsBrent Cook2021-05-213-0/+27
|\