aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to new rc2_testTheo Buehler2022-09-061-4/+4
|
* Update for new rc4_testTheo Buehler2022-09-051-4/+4
|
* fix rmd_testTheo Buehler2022-09-031-1/+1
|
* Adjust for Joshua Sing's test replacementsTheo Buehler2022-09-031-27/+12
|
* build updates for latest upstreamBrent Cook2022-08-291-0/+11
|
* add new testsBrent Cook2022-07-311-0/+16
|
* updates for new files and test casesBrent Cook2022-07-311-1/+6
|
* 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
|
* 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-301-0/+5
|
* Build static library for regression tests when shared build with CMakekinichiro2021-11-271-211/+160
|
* add x509req_extBrent Cook2021-11-081-0/+5
|
* build updatesBrent Cook2021-11-081-2/+1
|
* disable dtlstest when static libraries are not builtBrent Cook2021-07-191-1/+1
|
* 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-211-0/+8
|\
| * Add regression dtlstestkinichiro2021-05-151-0/+8
| |
* | Add regression ssl_get_shared_cipherskinichiro2021-05-151-0/+7
| |
* | Add regression tlslegacykinichiro2021-05-151-0/+5
| |
* | Enable clienttest againkinichiro2021-05-131-4/+3
|/
* Statically link libcrypto/ssl into libtls with cmakekinichiro2021-05-071-4/+4
|
* disable some tests that rely on static library symbolsBrent Cook2021-05-011-0/+2
|
* cmake test should be ec_point_conversionBrent Cook2021-04-271-4/+4
|
* add ec_point_conversion testBrent Cook2021-04-271-0/+5
|
* Add regress x509_info.ckinichiro2020-09-151-0/+5
|
* Fix regress buildkinichiro2020-09-151-4/+6
|
* Add regress x509attribute.ckinichiro2020-09-141-0/+5
|
* Add regress constraints.ckinichiro2020-09-131-0/+8
|
* Build regress servertest only if non BUILD_SHARED_LIBS with cmakekinichiro2020-05-191-7/+9
|
* Enable regress handshake_table on Windowskinichiro2020-05-041-1/+1
|
* Enable regress handshake_tablekinichiro2020-05-041-0/+7
|
* Add regress record_layer_testkinichiro2020-04-281-0/+7
|
* disable clienttestBrent Cook2020-03-141-3/+4
| | | | the current handshakes contain dynamic content, which breaks this test
* enable cmstestBrent Cook2019-11-031-0/+5
|
* Add regress bn_to_stringkinichiro2019-06-131-0/+7
|
* Add portable scaffold for SM4Daniel Wyatt2019-03-041-0/+5
|
* valid_handshakes_terminate uses private APIBrent Cook2019-01-211-3/+6
|
* recordtest needs private symbolsBrent Cook2019-01-201-3/+5
|
* add new files and testsBrent Cook2019-01-201-0/+9
|
* add tls13_[tlsext|buffer].* and buffertestBrent Cook2019-01-181-0/+7
|
* add some defines for building Mingw cross-compiled with CMakeBrent Cook2019-01-021-1/+1
|