Fix seeding from random device w/o getrandom syscall
[openssl.git] / test / testutil.h
2017-11-27 PauliTest support for time_t comparisons.
2017-11-13 FdaSilvaYYFactorise duplicated code.
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-10-31 Dr. Matthias St... testutil.h: Remove duplicate test macros
2017-08-12 FdaSilvaYYFix some typo and comments
2017-08-06 PauliChange SETUP_TEST_FIXTURE so that the fixture structure...
2017-08-01 PauliRemove EXECUTE_TEST_NO_TEARDOWN.
2017-07-27 PauliFormatting & declaration cleanse.
2017-07-26 PauliUpdate the test framework so that the need for test_mai...
2017-07-04 PauliRemove the TEST_check macro.
2017-06-22 PauliRemove uses of the TEST_check macro.
2017-06-20 PauliUpdate tests to avoid printf to stdout/stderr when...
2017-06-16 PauliAdd output routines to allow consistent formatting...
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-06-05 Rich SalzUse common STANZA for bn and exp tests
2017-05-11 Richard Levittetestutil: add the possibility to set the current test...
2017-05-09 PauliAdd test_test tests for bignums.
2017-05-09 PauliAdd BN support to the test infrastructure.
2017-04-28 Richard Levittetestutil: Add OpenSSL error stack printing wrapper...
2017-04-28 Richard Levittetestutil: make subtest_level() internal
2017-04-28 Richard Levittetestutil: Move printing function declarations to "inter...
2017-04-25 Richard LevitteTAPify testutil
2017-04-24 Richard LevitteAvoid using BIO streams in bioprinttest.c
2017-04-24 Richard LevitteRefactor the test framework testutil
2017-04-18 Rich SalzConvert more tests
2017-04-13 PauliGuarantee single argument evaluation for test macros.
2017-04-10 PauliMake test marcos for true/false checks reliable for...
2017-03-28 PauliTest infrastructure additions.
2017-02-24 Bernd EdlingerAdd -Wundef to --strict-warnings options.
2016-11-09 Emilia KasperAdd main() test methods to reduce test boilerplate.
2016-11-07 Emilia KasperSimplify tests part 2
2016-11-04 Emilia KasperDon't create fixtures for simple tests
2016-11-02 Emilia KasperTEST_check macro: don't end with semi
2016-08-10 Emilia KasperAdd TEST_check
2016-07-19 Emilia KasperSSL test framework: port NPN and ALPN tests
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-04-05 Emilia Kaspertestutil: return 1 on success
2016-04-05 Emilia KasperNew SSL test framework
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-07-19 Mike Blandtest/testutil.c test registry functions.
2014-06-10 Mike BlandCreate test/testutil.h for unit test helper macros