aboutsummaryrefslogtreecommitdiff
path: root/test/testutil
AgeCommit message (Expand)AuthorFilesLines
2024-05-07Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta1-0/+90
2023-09-28Copyright year updatesMatt Caswell2-2/+2
2023-09-20Enable the ability to seed the test RNG without randomising test orderingMatt Caswell1-5/+12
2023-09-18Fix new typos found by codespellDimitri Papadopoulos1-1/+1
2023-09-07Copyright year updatesMatt Caswell4-4/+4
2023-08-04testutil: allow a failure return from setup_tests that doesn't print helpPauli1-2/+3
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch1-2/+2
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch1-1/+1
2023-05-24Resolve a djgpp function name conflictHugo Landau1-18/+18
2023-05-24Make testutil text output functions thread safe (tsan)Hugo Landau1-8/+85
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia1-2/+2
2023-02-08test_get_libctx(): prevent crash when called with NULL provider argDr. David von Oheimb1-1/+1
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2-2/+0
2022-11-15test: add two comparision options to fips version test utility codePauli1-1/+39
2022-10-27tests: clear error queue before executing a testcaseTomas Mraz1-0/+2
2022-10-21test: driver: fix -Wunused-but-set-variableSam James1-3/+0
2022-10-04Disable printf format checking on MinGWDaniel Fiala1-0/+1
2022-09-16With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz1-1/+63
2022-09-16test: make unit tests FIPS provider version awarePauli1-0/+78
2022-05-27QUIC wire format supportHugo Landau1-21/+23
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb1-1/+1
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb1-1/+1
2021-11-03check the return value of BN_new() and BN_dup()x20181-6/+6
2021-10-22Clean up on failed BIO creationyuanjungong1-1/+4
2021-07-12test: add a shim function for the apps's opt_legacy_okay() functionPauli1-0/+26
2021-07-12test: rename apps_mem.c to be apps_shims.c in anticipation of additonal funct...Pauli1-0/+0
2021-07-02load_pkey_pem: Check for spurious errors when loadingTomas Mraz1-3/+11
2021-06-29coverity #1486532: fix potential NULL dereference in test_mk_file_path()Tomas Mraz1-2/+3
2021-06-26testutil: teach test_mk_file_path() how to merge VMS file specsRichard Levitte1-2/+25
2021-06-22testutil: preserve app_malloc()'s failure behaviourPauli1-1/+12
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-05Ensure libctx/propq is propagated when handling X509_REQMatt Caswell1-2/+5
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett1-5/+9
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis1-2/+2
2021-05-04testutil/load.c: Add checks for file(name) == NULLDr. David von Oheimb1-7/+4
2021-04-22Update copyright yearMatt Caswell1-1/+1
2021-04-19Avoid more MSVC-specific C runtime library functionsTanzinul Islam1-1/+1
2021-04-18TEST: Modify testutil's run_tests to display NOSUBTEST cases individuallyRichard Levitte1-23/+36
2021-04-09apps: fix warning about size_t / int conversionArmin Fuerst1-1/+1
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-03-02test: add utility function to set the fake random callback on both the public...Pauli1-4/+12
2021-03-02test: update test_random to create real contexts instead of sharing onePauli1-14/+36
2021-02-28prov: update rand implementations to have a params argument for the instantia...Pauli1-1/+2
2021-02-26tests: Always print errors before test verdictTomas Mraz1-1/+1
2021-02-26test: add ctx gettable/settable to the generic fake random number generatorPauli1-1/+2
2021-02-25fake_random: Do not overwrite the callback on instatiationTomas Mraz1-1/+0
2021-02-25Ensure that the fake rand is initializedTomas Mraz1-0/+8
2021-02-23test: add framework for generic fake random number generatorPauli2-3/+201
2021-01-13TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb1-0/+97
2020-12-15test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli1-1/+1