#
f9e55034 |
| 21-Mar-2016 |
Matt Caswell |
Fix no-sock Misc fixes for no-sock Reviewed-by: Richard Levitte <levitte@openssl.org>
|
Revision tags: OpenSSL_1_1_0-pre4 |
|
#
a717738b |
| 05-Mar-2016 |
Richard Levitte |
Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles instead In most builds, we can assume that engines live in the build tree subdirectory "engines". This was hard coded in
Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles instead In most builds, we can assume that engines live in the build tree subdirectory "engines". This was hard coded into the tests that use the engine ossltest. However, that hard coding is tedious, it would need to be done in every test recipe, and it's an incorrect assumption in some cases. This change has us play it safe and let the build files tell the testing framework where the engines are. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
show more ...
|
#
2d32d3be |
| 05-Mar-2016 |
Richard Levitte |
Don't run the TLSProxy based tests in native Windows There are issues binding listening ports. This may be analyzed more thoroughly later on. Reviewed-by: Rich Salz <rsalz@open
Don't run the TLSProxy based tests in native Windows There are issues binding listening ports. This may be analyzed more thoroughly later on. Reviewed-by: Rich Salz <rsalz@openssl.org>
show more ...
|
Revision tags: OpenSSL_1_0_1s, OpenSSL_1_0_2g |
|
#
19ab5790 |
| 22-Feb-2016 |
Richard Levitte |
Use $disabled{"dynamic-engine"} internally We were kinda sorta using a mix of $disabled{"static-engine" and $disabled{"dynamic-engine"} in Configure. Let's avoid confusion, choose o
Use $disabled{"dynamic-engine"} internally We were kinda sorta using a mix of $disabled{"static-engine" and $disabled{"dynamic-engine"} in Configure. Let's avoid confusion, choose one of them and stick to it. Reviewed-by: Rich Salz <rsalz@openssl.org>
show more ...
|
#
2dd400bd |
| 19-Feb-2016 |
Richard Levitte |
Run the TLSProxy based tests as long as dynamic engines are built. They depend on this feature because they use the engine ossltest, which is only available as a dynamic engine.
Run the TLSProxy based tests as long as dynamic engines are built. They depend on this feature because they use the engine ossltest, which is only available as a dynamic engine. Reviewed-by: Rich Salz <rsalz@openssl.org>
show more ...
|
#
aa474d1f |
| 19-Feb-2016 |
Emilia Kasper |
TLS: reject duplicate extensions Adapted from BoringSSL. Added a test. The extension parsing code is already attempting to already handle this for some individual extensions, bu
TLS: reject duplicate extensions Adapted from BoringSSL. Added a test. The extension parsing code is already attempting to already handle this for some individual extensions, but it is doing so inconsistently. Duplicate efforts in individual extension parsing will be cleaned up in a follow-up. Reviewed-by: Stephen Henson <steve@openssl.org>
show more ...
|
Revision tags: OpenSSL_1_1_0-pre3, OpenSSL-fips-2_0_12 |
|
#
b44b935e |
| 12-Feb-2016 |
Richard Levitte |
Let all TLSProxy based tests display debug text conditionally If the environment variable HARNESS_ACTIVE isn't defined or HARNESS_VERBOSE is defined, it's probable that lots of output is
Let all TLSProxy based tests display debug text conditionally If the environment variable HARNESS_ACTIVE isn't defined or HARNESS_VERBOSE is defined, it's probable that lots of output is desired. Reviewed-by: Rich Salz <rsalz@openssl.org>
show more ...
|
#
42e0ccdf |
| 30-Jan-2016 |
Richard Levitte |
unified build scheme: adjust test framework for out of source build tree To be able to run tests when we've built in a directory other than the source tree, the testing framework needs a
unified build scheme: adjust test framework for out of source build tree To be able to run tests when we've built in a directory other than the source tree, the testing framework needs a few adjustments. test/testlib/OpenSSL/Test.pm needs to know where it can find shlib_wrap.sh, and a number of other tests need to be told a different place to find engines than what they may be able to figure out on their own. Relying to $TOP is not enough, $SRCTOP and $BLDTOP can be used as an alternative. As part of this change, top_file and top_dir are removed and srctop_file, bldtop_file, srctop_dir and bldtop_dir take their place. Reviewed-by: Ben Laurie <ben@openssl.org>
show more ...
|
Revision tags: OpenSSL_1_0_1r, OpenSSL_1_0_2f |
|
#
90d48e5e |
| 26-Jan-2016 |
Richard Levitte |
Use the new OpenSSL::Test::Utils routines. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
|
#
83365051 |
| 25-Jan-2016 |
Richard Levitte |
Make tests use configdata.pm rather than parsing Makefile Reviewed-by: Rich Salz <rsalz@openssl.org>
|
#
3f22ed2f |
| 16-Jan-2016 |
Richard Levitte |
The TLSProxy tests can't run if no-engine has been configured Make sure they detect that. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
|
Revision tags: OpenSSL_1_1_0-pre2 |
|
#
60f9f1e1 |
| 13-Jan-2016 |
Richard Levitte |
VMS perl doesn't implement fork(), so don't run the TLSProxy tests there Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
|
Revision tags: OpenSSL_1_1_0-pre1, OpenSSL_0_9_8zh, OpenSSL_1_0_0t, OpenSSL_1_0_1q, OpenSSL_1_0_2e |
|
#
85833408 |
| 12-Oct-2015 |
Andy Polyakov |
Test suite: chomp->s/\R// to harmonize with mingw 'make test'. Reviewed-by: Richard Levitte <levitte@openssl.org>
|
#
25be5f44 |
| 13-Aug-2015 |
Richard Levitte |
Adapt the libssl test harness testing scripts to new testing framework This involves adding $TOP/util as perl library in test/run_tests.pl. Reviewed-by: Rich Salz <rsalz@openssl.org>
|