|
9b54faaf
|
2024-03-02T07:37:36
|
|
Update build system for file removal
|
|
1f0e198e
|
2024-02-08T07:41:23
|
|
fix file comparison failures testing with WSL + CMake
Using FC on Windows through a WSL mount assumes all filenames are UPPERCASE.
So make the filenames UPPERCASE in the first place.
|
|
37d868b0
|
2024-02-02T00:54:51
|
|
Link bio_dump test to build
|
|
267dada7
|
2024-01-19T03:01:58
|
|
Add shutdowntest to build
|
|
63c5a678
|
2023-12-27T08:23:09
|
|
Hook up exdata_test
|
|
5eeffce1
|
2023-12-26T02:25:37
|
|
Retire the engine test
|
|
fc008206
|
2023-12-15T22:29:00
|
|
Unhook string_table test. It will go away.
|
|
04fa997f
|
2023-10-11T09:56:40
|
|
Link x509_algor test to build
|
|
0784b3ad
|
2023-08-28T00:41:59
|
|
remove unneeded release change for tests
|
|
e5f1938c
|
2023-08-27T05:29:27
|
|
Fix build flags for tests
The default C flags for all build types other than 'Debug' sets -DNDEBUG
which disables assert(), and breaks tests. This switches tests to use
'Debug' instead, reenabling asserts.
|
|
31391735
|
2023-08-06T15:08:28
|
|
CI: Test consuming the exported CMake configs.
|
|
dd37b957
|
2023-08-03T13:00:06
|
|
Retire the bn_rand_interval test
|
|
5d6a7305
|
2023-07-16T01:56:50
|
|
link ecc_cdh test
|
|
8450ca8c
|
2023-07-11T13:42:59
|
|
Reenable clienttest and servertest
|
|
e06ce19f
|
2023-07-07T10:14:29
|
|
hook bn_print to build
|
|
3601512b
|
2023-07-05T10:13:47
|
|
update testssl.bat for TLS 1.0 removal
|
|
77ce9713
|
2023-07-04T06:52:41
|
|
Land #874, reenable ssltest
|
|
71ce0b8c
|
2023-07-04T10:37:24
|
|
generate opensslconf.h in build dir for cmake
|
|
23718ad1
|
2023-07-04T01:52:46
|
|
reenable ssltest
failure was unrelated to tls 1.0/1.1 changes
|
|
b16ad4db
|
2023-07-04T02:17:58
|
|
disable client / server tests for now
These were broken with the removal of TLS 1.0/1.1 support due to
static checks in packet structure.
|
|
7179a01c
|
2023-07-03T19:00:12
|
|
flip logic around
|
|
33b2c49c
|
2023-04-17T10:55:52
|
|
link signertest to build
|
|
2a9096de
|
2023-06-24T04:51:01
|
|
Add bn_convert test to build
|
|
d5547e52
|
2023-06-03T15:53:31
|
|
Link BN_mod_inverse test to build
|
|
b4b1e676
|
2023-05-24T03:38:27
|
|
Link ssl_verify_param test to build
|
|
89fee125
|
2023-05-12T02:34:22
|
|
Link asn1oct test to the build
|
|
fc15f483
|
2023-04-28T11:58:27
|
|
Fixed botched autoconf
|
|
0d3f252c
|
2023-04-28T11:42:10
|
|
add and enable policy tests
|
|
5e68ae38
|
2023-04-28T11:34:43
|
|
rfc3779 no longer uses __unused
|
|
79f5058d
|
2023-04-28T11:03:51
|
|
enable x509_asn1 test
|
|
a99c1fee
|
2023-04-25T14:13:20
|
|
Remove the cts128 test
|
|
43edddb8
|
2023-04-20T15:53:35
|
|
RFC 3779 test no longer uses __unused
|
|
3b7ac8e1
|
2023-04-14T08:55:03
|
|
Disable signertest. Needs proper socketpair compat
|
|
76b13595
|
2023-04-14T06:24:22
|
|
Hook a few more tests to the build
|
|
462369e8
|
2023-04-11T06:43:26
|
|
Move bn_gcd after bn_cmp
|
|
14481349
|
2023-04-05T23:50:56
|
|
Link bn_gcd test to build
|
|
ec0749eb
|
2023-03-26T16:27:02
|
|
Unhook the bn_mod_exp2_mont test
|
|
4abde54b
|
2023-03-26T13:28:00
|
|
Link bio_asn1 to regress
|
|
6b3c90ef
|
2023-03-18T03:01:43
|
|
Unhook the bn_mod_exp_zero test
|
|
6016c065
|
2023-03-11T16:09:56
|
|
Hook in bn_word test
|
|
1f997d14
|
2023-03-11T07:54:08
|
|
Do not build freenull.c with LIBRESSL_INTERANL
The point of this check is to test external API...
|
|
ceca77ab
|
2022-12-18T00:20:42
|
|
Add BN shift test
|
|
4f0f6ebd
|
2022-12-13T04:34:25
|
|
Build a static test library with all symbols
Build and link a special test library rather than assuming that the
build has static libraries available.
|
|
cf4c794c
|
2022-12-09T11:11:53
|
|
update for biotest split
|
|
67559003
|
2022-12-09T11:11:40
|
|
fix comment
|
|
302cda57
|
2022-12-03T11:33:59
|
|
Add bn_mod_exp_zero test
|
|
e29d66d7
|
2022-12-02T00:22:01
|
|
Teach cmake framework about new and renamed tests
|
|
be970651
|
2022-12-02T00:15:29
|
|
Teach automake about renamed and new tests
|
|
4625f45d
|
2022-11-22T19:38:27
|
|
Add asn1_string_to_utf8 test to cmake framework
|
|
9b95f2e9
|
2022-11-22T19:26:38
|
|
Add new tests to cmake framework
|
|
33adc424
|
2022-11-22T19:02:29
|
|
Add new tests to autoconf framework
|
|
3d6cab79
|
2022-11-22T17:39:44
|
|
Rename bftest_SOURCES to bf_test_SOURCES
|
|
0107fed5
|
2022-11-08T12:01:34
|
|
Disable dltstest for now
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.
|
|
cbf8eefa
|
2022-11-08T11:17:48
|
|
Rename bftest to bf_test
|
|
a43a9b57
|
2022-09-06T17:43:00
|
|
Switch to new rc2_test
|
|
f64dbe82
|
2022-09-05T21:29:38
|
|
Update for new rc4_test
|
|
6e20d9ec
|
2022-09-03T20:29:49
|
|
fix rmd_test
|
|
63f45c45
|
2022-09-03T19:13:50
|
|
Adjust for Joshua Sing's test replacements
|
|
ed935972
|
2022-08-29T08:42:43
|
|
build updates for latest upstream
|
|
c5c6e828
|
2022-07-31T23:53:20
|
|
add new tests
|
|
cc613e78
|
2022-07-31T23:31:18
|
|
updates for new files and test cases
|
|
5f5feb2b
|
2022-07-10T22:13:46
|
|
update Windows certs
|
|
c6dea287
|
2022-07-10T22:11:37
|
|
fix test when openssl(1) is not in $PATH
|
|
2518dbc9
|
2022-07-10T21:44:36
|
|
update for latest changes
|
|
0aa9efe0
|
2022-06-27T07:14:49
|
|
enable new tests
|
|
b2c59887
|
2022-04-10T12:13:31
|
|
Add regress objectstest
|
|
b52dc3d9
|
2022-04-04T01:09:27
|
|
add evp_pkey_cleanup test
|
|
15d1f01e
|
2022-03-15T16:11:05
|
|
add bn_mod_sqrt
|
|
101a9d69
|
2022-03-13T12:04:04
|
|
add new tests
|
|
e70d8cba
|
2021-12-27T19:17:45
|
|
Add regress rfc3779
|
|
298b1e58
|
2022-01-31T19:28:39
|
|
Add regress evp_pkey_check
|
|
71f437de
|
2022-01-12T20:04:53
|
|
Follow upstream file changes and fix build
- 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
|
|
29a743d5
|
2021-12-04T18:55:26
|
|
Add regress asn1api, asn1basic, asn1complex, asn1string_copy and ec_asn1_test
|
|
adde656b
|
2021-12-26T15:42:47
|
|
Add strtonum to compat library and export it
crypto library requires strtonum now, and add it to compat library.
remove it from applications compat/ directories.
|
|
7fe1bf86
|
2021-12-04T20:58:44
|
|
Fix _PATH_SSL_CA_FILE for ocsp_test
|
|
87c45af9
|
2021-12-04T20:56:08
|
|
Sort regress key_schedule
|
|
b5180391
|
2021-12-04T20:55:26
|
|
Add regress ssl_methods
|
|
c211d97e
|
2021-12-04T10:49:59
|
|
Remove unneeded target_include_directories with cmake
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.
|
|
38181ad3
|
2021-11-30T16:49:15
|
|
add asn1x509 test
|
|
870a1ebb
|
2021-11-27T20:57:14
|
|
Build static library for regression tests when shared build with CMake
|
|
aef899cf
|
2021-11-08T13:29:50
|
|
prepend tls dir to AM_CPPFLAGS
|
|
9243262f
|
2021-11-08T07:43:11
|
|
add x509req_ext
|
|
04ab1061
|
2021-11-08T07:33:50
|
|
build updates
|
|
dd8cfb82
|
2021-07-19T10:47:10
|
|
disable dtlstest when static libraries are not built
|
|
c8911ede
|
2021-05-30T17:53:02
|
|
Land #674, fix mingw builds with newer compiler versions
|
|
420723ee
|
2021-05-29T02:06:59
|
|
Fix mingw build on ubuntu 20.04
- Link libssp to resolve undefined reference __memcpy_chk
- Disable dtlstest since mingw does not have poll
|
|
b25111c2
|
2021-05-29T20:23:04
|
|
Fix UWP build
- Do not set _WIN32_WINNT to enable VirtualAllocFromApp
- Disable tlstest since SetHandleInformation is not supported on UWP
|
|
31dc716d
|
2021-05-21T02:35:20
|
|
Land #669, add new tests
|
|
66e8b10e
|
2021-05-03T12:37:48
|
|
Add regression dtlstest
|
|
be44d2a8
|
2021-05-03T12:16:17
|
|
Add regression ssl_get_shared_ciphers
|
|
75214be9
|
2021-05-03T11:52:52
|
|
Add regression tlslegacy
|
|
96ae0053
|
2021-05-13T23:14:10
|
|
Enable clienttest again
|
|
4c56df46
|
2021-05-02T15:50:37
|
|
Statically link libcrypto/ssl into libtls with cmake
|
|
e044f14e
|
2021-05-01T10:11:47
|
|
disable some tests that rely on static library symbols
|
|
f2b197f3
|
2021-04-27T08:21:21
|
|
cmake test should be ec_point_conversion
|
|
632ddde2
|
2021-04-27T07:08:03
|
|
add ec_point_conversion test
|
|
81e17c73
|
2021-02-03T06:13:46
|
|
add ssl_methods test
|
|
1c0b5f07
|
2020-09-15T21:38:05
|
|
Add regress x509_info.c
|
|
6969cf03
|
2020-09-15T20:55:40
|
|
Fix regress build
|
|
0e52cefc
|
2020-09-13T22:33:34
|
|
Add regress x509attribute.c
|