aboutsummaryrefslogtreecommitdiff
path: root/test/testutil.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-07Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta1-1/+1
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-06-16QUIC: Test key update works correctlyHugo Landau1-0/+7
2022-11-15test: add two comparision options to fips version test utility codePauli1-0/+2
2022-10-04Disable printf format checking on MinGWDaniel Fiala1-1/+3
2022-09-16With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz1-1/+12
2022-09-16test: make unit tests FIPS provider version awarePauli1-0/+23
2022-05-27QUIC wire format supportHugo Landau1-0/+9
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. 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-0/+1
2021-06-05Ensure libctx/propq is propagated when handling X509_REQMatt Caswell1-1/+1
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett1-0/+7
2021-04-14APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb1-4/+4
2021-03-02test: add utility function to set the fake random callback on both the public...Pauli1-0/+5
2021-03-02test: update test_random to create real contexts instead of sharing onePauli1-1/+3
2021-02-23test: add framework for generic fake random number generatorPauli1-0/+5
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-13TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb1-0/+7
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb1-2/+4
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-1/+1
2020-08-21testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb1-18/+23
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb1-1/+6
2020-08-01TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte1-4/+6
2020-06-24test: update EVP tests to include DRBG testingPauli1-1/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-03Fix common test framework optionsMatt Caswell1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-3/+3
2019-08-09Extend tests of SSL_check_chain()Matt Caswell1-0/+3
2019-07-29Add weak platform independent PRNG to test framework.Pauli1-0/+8
2019-05-09Test skip option.Pauli1-0/+5
2019-03-12OSSL_PARAM helper functions.Pauli1-0/+9
2019-02-13Move libapps headers into their own directoryRichard Levitte1-1/+1
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-13/+82
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-11-28Test support for time_t comparisons.Pauli1-0/+8
2017-11-13Factorise duplicated code.FdaSilvaYY1-0/+6
2017-11-07style : fix some if(...FdaSilvaYY1-1/+1
2017-10-31testutil.h: Remove duplicate test macrosDr. Matthias St. Pierre1-7/+0
2017-08-12Fix some typo and commentsFdaSilvaYY1-3/+3
2017-08-07Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli1-6/+8
2017-08-02Remove EXECUTE_TEST_NO_TEARDOWN.Pauli1-5/+0
2017-07-28Formatting & declaration cleanse.Pauli1-2/+2
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-29/+34
2017-07-05Remove the TEST_check macro.Pauli1-13/+0
2017-06-23Remove uses of the TEST_check macro.Pauli1-1/+1
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli1-1/+3
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli1-0/+10
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-06-05Use common STANZA for bn and exp testsRich Salz1-0/+44
2017-05-11testutil: add the possibility to set the current test titleRichard Levitte1-0/+1