Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unhook the bn_mod_exp_zero test | Theo Buehler | 2023-03-18 | 2 | -13/+0 |
| | |||||
* | Hook in bn_word test | Theo Buehler | 2023-03-11 | 2 | -0/+10 |
| | |||||
* | Do not build freenull.c with LIBRESSL_INTERANL | Theo Buehler | 2023-03-11 | 2 | -0/+3 |
| | | | | The point of this check is to test external API... | ||||
* | Add BN shift test | Theo Buehler | 2022-12-18 | 2 | -0/+10 |
| | |||||
* | Build a static test library with all symbols | Brent Cook | 2022-12-13 | 1 | -7/+13 |
| | | | | | Build and link a special test library rather than assuming that the build has static libraries available. | ||||
* | update for biotest split | Theo Buehler | 2022-12-09 | 2 | -10/+30 |
| | |||||
* | fix comment | Theo Buehler | 2022-12-09 | 2 | -2/+2 |
| | |||||
* | Add bn_mod_exp_zero test | Theo Buehler | 2022-12-03 | 2 | -0/+13 |
| | |||||
* | Teach cmake framework about new and renamed tests | Theo Buehler | 2022-12-02 | 1 | -21/+26 |
| | |||||
* | Teach automake about renamed and new tests | Theo Buehler | 2022-12-02 | 1 | -20/+25 |
| | |||||
* | Add asn1_string_to_utf8 test to cmake framework | Theo Buehler | 2022-11-22 | 1 | -0/+5 |
| | |||||
* | Add new tests to cmake framework | Theo Buehler | 2022-11-22 | 1 | -0/+21 |
| | |||||
* | Add new tests to autoconf framework | Theo Buehler | 2022-11-22 | 1 | -0/+21 |
| | |||||
* | Rename bftest_SOURCES to bf_test_SOURCES | Theo Buehler | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | Disable dltstest for now | Theo Buehler | 2022-11-08 | 2 | -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_test | Theo Buehler | 2022-11-08 | 2 | -6/+6 |
| | |||||
* | Switch to new rc2_test | Theo Buehler | 2022-09-06 | 2 | -8/+8 |
| | |||||
* | Update for new rc4_test | Theo Buehler | 2022-09-05 | 2 | -8/+8 |
| | |||||
* | fix rmd_test | Theo Buehler | 2022-09-03 | 1 | -1/+1 |
| | |||||
* | Adjust for Joshua Sing's test replacements | Theo Buehler | 2022-09-03 | 2 | -54/+24 |
| | |||||
* | build updates for latest upstream | Brent Cook | 2022-08-29 | 4 | -0/+44 |
| | |||||
* | add new tests | Brent Cook | 2022-07-31 | 2 | -5/+31 |
| | |||||
* | updates for new files and test cases | Brent Cook | 2022-07-31 | 3 | -2/+18 |
| | |||||
* | update Windows certs | Brent Cook | 2022-07-10 | 1 | -2/+2 |
| | |||||
* | fix test when openssl(1) is not in $PATH | Brent Cook | 2022-07-10 | 1 | -2/+3 |
| | |||||
* | update for latest changes | Brent Cook | 2022-07-10 | 2 | -3/+15 |
| | |||||
* | enable new tests | Brent Cook | 2022-06-27 | 1 | -0/+11 |
| | |||||
* | Add regress objectstest | kinichiro | 2022-04-10 | 2 | -0/+10 |
| | |||||
* | add evp_pkey_cleanup test | Brent Cook | 2022-04-04 | 2 | -0/+12 |
| | |||||
* | add bn_mod_sqrt | Brent Cook | 2022-03-15 | 2 | -0/+10 |
| | |||||
* | add new tests | Brent Cook | 2022-03-13 | 2 | -0/+30 |
| | |||||
* | Add regress rfc3779 | kinichiro | 2022-02-02 | 2 | -0/+12 |
| | |||||
* | Add regress evp_pkey_check | kinichiro | 2022-01-31 | 2 | -0/+10 |
| | |||||
* | Follow upstream file changes and fix build | kinichiro | 2022-01-12 | 2 | -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_test | kinichiro | 2021-12-27 | 2 | -0/+50 |
| | |||||
* | Add strtonum to compat library and export it | kinichiro | 2021-12-26 | 1 | -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_test | kinichiro | 2021-12-04 | 2 | -2/+2 |
| | |||||
* | Sort regress key_schedule | kinichiro | 2021-12-04 | 1 | -5/+5 |
| | |||||
* | Add regress ssl_methods | kinichiro | 2021-12-04 | 1 | -0/+5 |
| | |||||
* | Remove unneeded target_include_directories with cmake | kinichiro | 2021-12-04 | 1 | -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 test | Brent Cook | 2021-11-30 | 2 | -0/+10 |
| | |||||
* | Build static library for regression tests when shared build with CMake | kinichiro | 2021-11-27 | 1 | -211/+160 |
| | |||||
* | prepend tls dir to AM_CPPFLAGS | Brent Cook | 2021-11-08 | 1 | -1/+1 |
| | |||||
* | add x509req_ext | Brent Cook | 2021-11-08 | 2 | -0/+10 |
| | |||||
* | build updates | Brent Cook | 2021-11-08 | 2 | -4/+2 |
| | |||||
* | disable dtlstest when static libraries are not built | Brent Cook | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Land #674, fix mingw builds with newer compiler versions | Brent Cook | 2021-05-30 | 1 | -0/+2 |
|\ | |||||
| * | Fix mingw build on ubuntu 20.04 | kinichiro | 2021-05-30 | 1 | -0/+2 |
| | | | | | | | | | | - Link libssp to resolve undefined reference __memcpy_chk - Disable dtlstest since mingw does not have poll | ||||
* | | Fix UWP build | kinichiro | 2021-05-29 | 1 | -14/+16 |
|/ | | | | | - Do not set _WIN32_WINNT to enable VirtualAllocFromApp - Disable tlstest since SetHandleInformation is not supported on UWP | ||||
* | Land #669, add new tests | Brent Cook | 2021-05-21 | 3 | -0/+27 |
|\ |