hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / test / testutil.h
2023-09-07 Matt CaswellCopyright year updates
2023-06-15 Hugo LandauQUIC: Test key update works correctly
2022-11-15 Paulitest: add two comparision options to fips version test...
2022-10-04 Daniel FialaDisable printf format checking on MinGW
2022-09-15 Tomas MrazWith fips provider 3.0.0 skip tests related to explicit...
2022-09-15 Paulitest: make unit tests FIPS provider version aware
2022-05-27 Hugo LandauQUIC wire format support
2021-11-17 Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-06-05 Matt CaswellEnsure libctx/propq is propagated when handling X509_REQ
2021-06-01 Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-04-14 Dr. David von OheimbAPPS and TEST: Make sure prog name is set for usage...
2021-03-02 Paulitest: add utility function to set the fake random callb...
2021-03-02 Paulitest: update test_random to create real contexts instea...
2021-02-23 Paulitest: add framework for generic fake random number...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Dr. David von OheimbTEST: move cert, key, and CSR loading aux functions...
2020-12-10 Dr. David von OheimbUse adapted test_get_libctx() for simpler test setup...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-08-21 Dr. David von Oheimbtestutil: Add provider.c with test_get_libctx(), to...
2020-08-21 Dr. David von Oheimbtestutil: Make SETUP_TEST_FIXTURE return 0 on fixture...
2020-08-01 Richard LevitteTEST: Add testutil tests to compare unterminated string...
2020-06-24 Paulitest: update EVP tests to include DRBG testing
2020-04-23 Matt CaswellUpdate copyright year
2020-02-03 Matt CaswellFix common test framework options
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-08-09 Matt CaswellExtend tests of SSL_check_chain()
2019-07-28 PauliAdd weak platform independent PRNG to test framework.
2019-05-09 PauliTest skip option.
2019-03-12 PauliOSSL_PARAM helper functions.
2019-02-13 Richard LevitteMove libapps headers into their own directory
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
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