]> git.ipfire.org Git - thirdparty/openssl.git/history - test/testutil
test: remove the just added, but now unrealistic, shake128 OAEP tests
[thirdparty/openssl.git] / test / testutil /
2024-05-07  shridhar kalavaguntaMove ossl_asn1_string_to_time_t() to libtestutil
2023-09-28  Matt CaswellCopyright year updates
2023-09-20  Matt CaswellEnable the ability to seed the test RNG without randomi...
2023-09-17  Dimitri PapadopoulosFix new typos found by codespell
2023-09-07  Matt CaswellCopyright year updates
2023-08-04  Paulitestutil: allow a failure return from setup_tests that...
2023-06-09  Michael BaentschCast the argument to unsigned char when calling isspace()
2023-06-06  Michael BaentschCast the argument to unsigned char when calling isdigit()
2023-05-24  Hugo LandauResolve a djgpp function name conflict
2023-05-24  Hugo LandauMake testutil text output functions thread safe (tsan)
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-02-08  Dr. David von Oheimbtest_get_libctx(): prevent crash when called with NULL...
2022-11-23  FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-11-15  Paulitest: add two comparision options to fips version test...
2022-10-27  Tomas Mraztests: clear error queue before executing a testcase
2022-10-21  Sam Jamestest: driver: fix -Wunused-but-set-variable
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-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-11-03  x2018check the return value of BN_new() and BN_dup()
2021-10-22  yuanjungongClean up on failed BIO creation
2021-07-11  Paulitest: add a shim function for the apps's opt_legacy_oka...
2021-07-11  Paulitest: rename apps_mem.c to be apps_shims.c in anticipat...
2021-07-02  Tomas Mrazload_pkey_pem: Check for spurious errors when loading
2021-06-29  Tomas Mrazcoverity #1486532: fix potential NULL dereference in...
2021-06-26  Richard Levittetestutil: teach test_mk_file_path() how to merge VMS...
2021-06-22  Paulitestutil: preserve app_malloc()'s failure behaviour
2021-06-17  Matt CaswellUpdate copyright year
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-05-24  Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-04  Dr. David von Oheimbtestutil/load.c: Add checks for file(name) == NULL
2021-04-22  Matt CaswellUpdate copyright year
2021-04-19  Tanzinul IslamAvoid more MSVC-specific C runtime library functions
2021-04-18  Richard LevitteTEST: Modify testutil's run_tests to display NOSUBTEST...
2021-04-09  Armin Fuerstapps: fix warning about size_t / int conversion
2021-03-11  Matt CaswellUpdate copyright year
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-28  Pauliprov: update rand implementations to have a params...
2021-02-26  Tomas Mraztests: Always print errors before test verdict
2021-02-26  Paulitest: add ctx gettable/settable to the generic fake...
2021-02-25  Tomas Mrazfake_random: Do not overwrite the callback on instatiation
2021-02-25  Tomas MrazEnsure that the fake rand is initialized
2021-02-23  Paulitest: add framework for generic fake random number...
2021-01-13  Dr. David von OheimbTEST: move cert, key, and CSR loading aux functions...
2020-12-15  Paulitest: print OPENSSL_TEST_RAND_ORDER=x when a randomised...
2020-12-10  Dr. David von OheimbUse adapted test_get_libctx() for simpler test setup...
2020-12-02  PauliPrint random seed on test failure.
2020-12-01  Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-11-30  Matt CaswellFix instances of pointer addition with the NULL pointer
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-06  Matt CaswellUpdate copyright year
2020-08-01  Richard LevitteTEST: Add testutil tests to compare unterminated string...
2020-07-24  Richard LevitteTEST: Add new serializer and deserializer test
2020-06-25  Matt CaswellUpdate copyright year
2020-06-06  Richard LevitteTESTUTIL: Adjust the rest of testutil
2020-06-06  Richard LevitteTESTUTIL: Separate TAP output and other output by BIO...
2020-05-15  Matt CaswellUpdate copyright year
2020-04-29  Shourya ShuklaAmend references to "OpenSSL license"
2020-04-23  Matt CaswellUpdate copyright year
2020-02-03  Matt CaswellFix common test framework options
2020-01-10  Dr. Matthias St... testutil_init.c: fix compilation error with enable...
2019-12-14  Rich SalzDeprecate most of debug-memory
2019-11-14  Patrick Steuertestutil/init.c rename to testutil/testutil_init.c
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
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-07-16  Pauliremove end of line spaces
2019-07-16  PauliRemove tab characters from C source files.
2019-06-20  PauliPrint thread IDs nicely.
2019-06-20  Richard Levittetest/testutil/init.c, apps/openssl.c: add trace cleanup...
2019-06-19  Richard LevitteAdd tracing capability in test utilities
2019-06-03  Matt CaswellReally fail if we have a test failure
2019-05-09  PauliTest skip option.
2019-03-12  PauliOSSL_PARAM helper functions.
2019-03-05  Richard Levittetestutil: ensure good treatment of argv on non-Unix...
2019-02-11  Shane LontisUpdated test command line parsing to support commmon...
2019-02-05  Sam RobertsRemove unnecessary trailing whitespace
2018-12-10  Christos ZoulasAdd a format attribute to the format functions and...
2018-12-10  Christos ZoulasFix const issues
2018-12-10  Christos ZoulasUse a const variable
2018-12-10  Christos ZoulasUse the proper fonst cast
2018-12-10  Christos Zoulasdon't pass const string where a modifyable string is...
2018-12-10  Christos Zoulasadd missing "void" in prototype.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-11  Matt CaswellUpdate copyright year
2018-06-21  Dr. Matthias St... testutil/driver.c: Fix function prototype warning ...
2018-06-21  Bernd EdlingerAdd -Wstrict-prototypes option to --strict-warnings
2018-02-27  Matt CaswellUpdate copyright year
2018-02-13  Richard LevitteVMS: for testutil, make sure to use BIO_f_linebuffer
2018-02-13  Matt CaswellUpdate copyright year
2018-01-31  Richard LevitteAdd missing \n in some testutil output
2017-12-15  Bernd EdlingerFix invalid function type casts.
2017-11-27  PauliTest support for time_t comparisons.
next