summaryrefslogtreecommitdiff
path: root/test/testutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print random seed on test failure.Pauli2020-12-021-6/+9
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-0/+0
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-4/+8
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb2020-08-211-0/+51
* Update copyright yearMatt Caswell2020-08-061-1/+1
* TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte2020-08-011-8/+8
* TEST: Add new serializer and deserializer testRichard Levitte2020-07-241-1/+1
* Update copyright yearMatt Caswell2020-06-255-5/+5