Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add regress objectstest | kinichiro | 2022-04-10 | 1 | -0/+5 |
| | |||||
* | add evp_pkey_cleanup test | Brent Cook | 2022-04-04 | 1 | -0/+6 |
| | |||||
* | add bn_mod_sqrt | Brent Cook | 2022-03-15 | 1 | -0/+5 |
| | |||||
* | add new tests | Brent Cook | 2022-03-13 | 1 | -0/+15 |
| | |||||
* | Add regress rfc3779 | kinichiro | 2022-02-02 | 1 | -0/+6 |
| | |||||
* | Add regress evp_pkey_check | kinichiro | 2022-01-31 | 1 | -0/+5 |
| | |||||
* | Follow upstream file changes and fix build | kinichiro | 2022-01-12 | 1 | -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_test | kinichiro | 2021-12-27 | 1 | -0/+25 |
| | |||||
* | Fix _PATH_SSL_CA_FILE for ocsp_test | kinichiro | 2021-12-04 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+5 |
| | |||||
* | Build static library for regression tests when shared build with CMake | kinichiro | 2021-11-27 | 1 | -211/+160 |
| | |||||
* | add x509req_ext | Brent Cook | 2021-11-08 | 1 | -0/+5 |
| | |||||
* | build updates | Brent Cook | 2021-11-08 | 1 | -2/+1 |
| | |||||
* | disable dtlstest when static libraries are not built | Brent Cook | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+8 |
|\ | |||||
| * | Add regression dtlstest | kinichiro | 2021-05-15 | 1 | -0/+8 |
| | | |||||
* | | Add regression ssl_get_shared_ciphers | kinichiro | 2021-05-15 | 1 | -0/+7 |
| | | |||||
* | | Add regression tlslegacy | kinichiro | 2021-05-15 | 1 | -0/+5 |
| | | |||||
* | | Enable clienttest again | kinichiro | 2021-05-13 | 1 | -4/+3 |
|/ | |||||
* | Statically link libcrypto/ssl into libtls with cmake | kinichiro | 2021-05-07 | 1 | -4/+4 |
| | |||||
* | disable some tests that rely on static library symbols | Brent Cook | 2021-05-01 | 1 | -0/+2 |
| | |||||
* | cmake test should be ec_point_conversion | Brent Cook | 2021-04-27 | 1 | -4/+4 |
| | |||||
* | add ec_point_conversion test | Brent Cook | 2021-04-27 | 1 | -0/+5 |
| | |||||
* | Add regress x509_info.c | kinichiro | 2020-09-15 | 1 | -0/+5 |
| | |||||
* | Fix regress build | kinichiro | 2020-09-15 | 1 | -4/+6 |
| | |||||
* | Add regress x509attribute.c | kinichiro | 2020-09-14 | 1 | -0/+5 |
| | |||||
* | Add regress constraints.c | kinichiro | 2020-09-13 | 1 | -0/+8 |
| | |||||
* | Build regress servertest only if non BUILD_SHARED_LIBS with cmake | kinichiro | 2020-05-19 | 1 | -7/+9 |
| | |||||
* | Enable regress handshake_table on Windows | kinichiro | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Enable regress handshake_table | kinichiro | 2020-05-04 | 1 | -0/+7 |
| | |||||
* | Add regress record_layer_test | kinichiro | 2020-04-28 | 1 | -0/+7 |
| | |||||
* | disable clienttest | Brent Cook | 2020-03-14 | 1 | -3/+4 |
| | | | | the current handshakes contain dynamic content, which breaks this test | ||||
* | enable cmstest | Brent Cook | 2019-11-03 | 1 | -0/+5 |
| | |||||
* | Add regress bn_to_string | kinichiro | 2019-06-13 | 1 | -0/+7 |
| | |||||
* | Add portable scaffold for SM4 | Daniel Wyatt | 2019-03-04 | 1 | -0/+5 |
| | |||||
* | valid_handshakes_terminate uses private API | Brent Cook | 2019-01-21 | 1 | -3/+6 |
| | |||||
* | recordtest needs private symbols | Brent Cook | 2019-01-20 | 1 | -3/+5 |
| | |||||
* | add new files and tests | Brent Cook | 2019-01-20 | 1 | -0/+9 |
| | |||||
* | add tls13_[tlsext|buffer].* and buffertest | Brent Cook | 2019-01-18 | 1 | -0/+7 |
| | |||||
* | add some defines for building Mingw cross-compiled with CMake | Brent Cook | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Land #439, Add portable scaffold for SM3 | Brent Cook | 2018-11-11 | 1 | -0/+5 |
|\ | |||||
| * | Add portable scaffold for SM3 | Jack Lloyd | 2018-08-14 | 1 | -0/+5 |
| | | |||||
* | | add key_schedule test, tls13 key schedule bits | Brent Cook | 2018-11-08 | 1 | -0/+4 |
| | | |||||
* | | bn_rand_interval requires a static library symbol | Brent Cook | 2018-11-08 | 1 | -3/+5 |
| | | |||||
* | | add x509name test | Brent Cook | 2018-11-07 | 1 | -0/+5 |
| | | |||||
* | | add bn_rand_interval test | Brent Cook | 2018-11-07 | 1 | -0/+5 |
|/ | |||||
* | Add regress bnaddsub | kinichiro | 2018-07-11 | 1 | -0/+5 |
| |