aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-282-2/+2
* Enable the ability to seed the test RNG without randomising test orderingMatt Caswell2023-09-201-5/+12
* Fix new typos found by codespellDimitri Papadopoulos2023-09-181-1/+1
* Copyright year updatesMatt Caswell2023-09-074-4/+4
* testutil: allow a failure return from setup_tests that doesn't print helpPauli2023-08-041-2/+3
* Cast the argument to unsigned char when calling isspace()Michael Baentsch2023-06-091-2/+2
* Cast the argument to unsigned char when calling isdigit()Michael Baentsch2023-06-061-1/+1
* Resolve a djgpp function name conflictHugo Landau2023-05-241-18/+18
* Make testutil text output functions thread safe (tsan)Hugo Landau2023-05-241-8/+85
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-2/+2
* test_get_libctx(): prevent crash when called with NULL provider argDr. David von Oheimb2023-02-081-1/+1
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-232-2/+0
* test: add two comparision options to fips version test utility codePauli2022-11-151-1/+39
* tests: clear error queue before executing a testcaseTomas Mraz2022-10-271-0/+2
* test: driver: fix -Wunused-but-set-variableSam James2022-10-211-3/+0
* Disable printf format checking on MinGWDaniel Fiala2022-10-041-0/+1
* With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz2022-09-161-1/+63
* test: make unit tests FIPS provider version awarePauli2022-09-161-0/+78
* QUIC wire format supportHugo Landau2022-05-271-21/+23
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-1/+1
* check the return value of BN_new() and BN_dup()x20182021-11-031-6/+6
* Clean up on failed BIO creationyuanjungong2021-10-221-1/+4
* test: add a shim function for the apps's opt_legacy_okay() functionPauli2021-07-121-0/+26
* test: rename apps_mem.c to be apps_shims.c in anticipation of additonal funct...Pauli2021-07-121-0/+0
* load_pkey_pem: Check for spurious errors when loadingTomas Mraz2021-07-021-3/+11
* coverity #1486532: fix potential NULL dereference in test_mk_file_path()Tomas Mraz2021-06-291-2/+3
* testutil: teach test_mk_file_path() how to merge VMS file specsRichard Levitte2021-06-261-2/+25
* testutil: preserve app_malloc()'s failure behaviourPauli2021-06-221-1/+12
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Ensure libctx/propq is propagated when handling X509_REQMatt Caswell2021-06-051-2/+5
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-011-5/+9
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-241-2/+2
* testutil/load.c: Add checks for file(name) == NULLDr. David von Oheimb2021-05-041-7/+4
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Avoid more MSVC-specific C runtime library functionsTanzinul Islam2021-04-191-1/+1
* TEST: Modify testutil's run_tests to display NOSUBTEST cases individuallyRichard Levitte2021-04-181-23/+36
* apps: fix warning about size_t / int conversionArmin Fuerst2021-04-091-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* test: add utility function to set the fake random callback on both the public...Pauli2021-03-021-4/+12
* test: update test_random to create real contexts instead of sharing onePauli2021-03-021-14/+36
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-281-1/+2
* tests: Always print errors before test verdictTomas Mraz2021-02-261-1/+1
* test: add ctx gettable/settable to the generic fake random number generatorPauli2021-02-261-1/+2
* fake_random: Do not overwrite the callback on instatiationTomas Mraz2021-02-251-1/+0
* Ensure that the fake rand is initializedTomas Mraz2021-02-251-0/+8
* test: add framework for generic fake random number generatorPauli2021-02-232-3/+201
* TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb2021-01-131-0/+97
* test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli2020-12-151-1/+1
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-28/+37