summaryrefslogtreecommitdiff
path: root/test/testutil.h
Commit message (Expand)AuthorAgeFilesLines
* test: add two comparision options to fips version test utility codePauli2022-11-151-0/+2
* Disable printf format checking on MinGWDaniel Fiala2022-10-041-1/+3
* With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz2022-09-161-1/+12
* test: make unit tests FIPS provider version awarePauli2022-09-161-0/+23
* QUIC wire format supportHugo Landau2022-05-271-0/+9
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-0/+1
* Ensure libctx/propq is propagated when handling X509_REQMatt Caswell2021-06-051-1/+1
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-011-0/+7
* APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb2021-04-141-4/+4
* test: add utility function to set the fake random callback on both the public...Pauli2021-03-021-0/+5
* test: update test_random to create real contexts instead of sharing onePauli2021-03-021-1/+3
* test: add framework for generic fake random number generatorPauli2021-02-231-0/+5
* Update copyright yearRichard Levitte2021-01-281-1/+1
* TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb2021-01-131-0/+7
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-2/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb2020-08-211-18/+23
* testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb2020-08-211-1/+6
* TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte2020-08-011-4/+6
* test: update EVP tests to include DRBG testingPauli2020-06-241-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix common test framework optionsMatt Caswell2020-02-031-0/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* Extend tests of SSL_check_chain()Matt Caswell2019-08-091-0/+3
* Add weak platform independent PRNG to test framework.Pauli2019-07-291-0/+8
* Test skip option.Pauli2019-05-091-0/+5
* OSSL_PARAM helper functions.Pauli2019-03-121-0/+9
* Move libapps headers into their own directoryRichard Levitte2019-02-131-1/+1
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-13/+82
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Test support for time_t comparisons.Pauli2017-11-281-0/+8
* Factorise duplicated code.FdaSilvaYY2017-11-131-0/+6
* style : fix some if(...FdaSilvaYY2017-11-071-1/+1
* testutil.h: Remove duplicate test macrosDr. Matthias St. Pierre2017-10-311-7/+0
* Fix some typo and commentsFdaSilvaYY2017-08-121-3/+3
* Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli2017-08-071-6/+8
* Remove EXECUTE_TEST_NO_TEARDOWN.Pauli2017-08-021-5/+0
* Formatting & declaration cleanse.Pauli2017-07-281-2/+2
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-29/+34
* Remove the TEST_check macro.Pauli2017-07-051-13/+0
* Remove uses of the TEST_check macro.Pauli2017-06-231-1/+1
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-1/+3
* Add output routines to allow consistent formatting of memory, stringsPauli2017-06-161-0/+10
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Use common STANZA for bn and exp testsRich Salz2017-06-051-0/+44
* testutil: add the possibility to set the current test titleRichard Levitte2017-05-111-0/+1
* Add test_test tests for bignums.Pauli2017-05-091-0/+4
* Add BN support to the test infrastructure.Pauli2017-05-091-0/+36
* testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte2017-04-281-1/+3