- 79b2a2f add OSSL_STACK_OF_X509_free() for commonly used pattern by Dr. David von Oheimb · 3 years, 3 months ago
- 2ff286c Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string has literal prefix by Dr. David von Oheimb · 3 years, 4 months ago
- d99004f check the return value of BN_new() and BN_dup() by x2018 · 3 years, 5 months ago
- f11c01a Clean up on failed BIO creation by yuanjungong · 3 years, 5 months ago
- 2f8f8e6 test: add a shim function for the apps's opt_legacy_okay() function by Pauli · 3 years, 9 months ago
- 12aa352 test: rename apps_mem.c to be apps_shims.c in anticipation of additonal functions by Pauli · 3 years, 9 months ago
- bb8a245 load_pkey_pem: Check for spurious errors when loading by Tomas Mraz · 3 years, 9 months ago
- 452580e coverity #1486532: fix potential NULL dereference in test_mk_file_path() by Tomas Mraz · 3 years, 9 months ago
- 01b093a testutil: teach test_mk_file_path() how to merge VMS file specs by Richard Levitte · 3 years, 9 months ago
- f31bbef testutil: preserve app_malloc()'s failure behaviour by Pauli · 3 years, 9 months ago
- 38fc02a Update copyright year by Matt Caswell · 3 years, 10 months ago
- d2b6c06 Ensure libctx/propq is propagated when handling X509_REQ by Matt Caswell · 3 years, 10 months ago
- 169eca6 Enhance the encoder/decoder tests to allow testing with a non-default library context and configurable providers by Jon Spillett · 3 years, 10 months ago
- 7c14d0c Rename the field 'provctx and data' to 'algctx' inside some objects containing by Shane Lontis · 3 years, 10 months ago
- 9520fe5 testutil/load.c: Add checks for file(name) == NULL by Dr. David von Oheimb · 4 years ago
- f5afac4 Update copyright year by Matt Caswell · 4 years ago
- 96d4ec6 Avoid more MSVC-specific C runtime library functions by Tanzinul Islam · 4 years ago
- 6ee1ae3 TEST: Modify testutil's run_tests to display NOSUBTEST cases individually by Richard Levitte · 4 years ago
- b1c908f apps: fix warning about size_t / int conversion by Armin Fuerst · 4 years ago
- 8020d79 Update copyright year by Matt Caswell · 4 years, 1 month ago
- 740582c test: add utility function to set the fake random callback on both the public and private instances by Pauli · 4 years, 1 month ago
- 5a11de5 test: update test_random to create real contexts instead of sharing one by Pauli · 4 years, 1 month ago
- b98d550 prov: update rand implementations to have a params argument for the instantiate call by Pauli · 4 years, 1 month ago
- 4519ea9 tests: Always print errors before test verdict by Tomas Mraz · 4 years, 1 month ago
- 2e36321 test: add ctx gettable/settable to the generic fake random number generator by Pauli · 4 years, 1 month ago
- 8cdc342 fake_random: Do not overwrite the callback on instatiation by Tomas Mraz · 4 years, 1 month ago
- 0c84139 Ensure that the fake rand is initialized by Tomas Mraz · 4 years, 1 month ago
- b3ab537 test: add framework for generic fake random number generator by Pauli · 4 years, 1 month ago
- 0b7368d TEST: move cert, key, and CSR loading aux functions to new testutil/load.c by Dr. David von Oheimb · 4 years, 3 months ago
- a21a1c2 test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails. by Pauli · 4 years, 4 months ago
- bca7ad6 Use adapted test_get_libctx() for simpler test setup and better error reporting by Dr. David von Oheimb · 4 years, 4 months ago
- f7f10de Print random seed on test failure. by Pauli · 4 years, 4 months ago
- 20f8bc7 test cleanup: move helper .c and .h files to test/helpers/ by Dr. David von Oheimb · 4 years, 4 months ago
- a07dc81 Fix instances of pointer addition with the NULL pointer by Matt Caswell · 4 years, 4 months ago
- b425001 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX by Dr. Matthias St. Pierre · 4 years, 6 months ago
- 1bb6f70 testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMP by Dr. David von Oheimb · 4 years, 7 months ago
- 0f84cbc Update copyright year by Matt Caswell · 4 years, 8 months ago
- 319d0b2 TEST: Add testutil tests to compare unterminated strings of different lengths by Richard Levitte · 4 years, 8 months ago
- 5a23d78 TEST: Add new serializer and deserializer test by Richard Levitte · 4 years, 8 months ago
- fbd2ece Update copyright year by Matt Caswell · 4 years, 9 months ago
- 66d8bd4 TESTUTIL: Adjust the rest of testutil by Richard Levitte · 4 years, 10 months ago
- 8dce4aa TESTUTIL: Separate TAP output and other output by BIO filter by Richard Levitte · 4 years, 10 months ago
- 454afd9 Update copyright year by Matt Caswell · 4 years, 11 months ago
- a6ed19d Amend references to "OpenSSL license" by Shourya Shukla · 5 years ago
- 33388b4 Update copyright year by Matt Caswell · 5 years ago
- 8d24282 Fix common test framework options by Matt Caswell · 5 years ago
- 7671420 testutil_init.c: fix compilation error with enable-trace by Dr. Matthias St. Pierre · 5 years ago
- 742ccab Deprecate most of debug-memory by Rich Salz · 5 years ago
- e74b5dc testutil/init.c rename to testutil/testutil_init.c by Patrick Steuer · 5 years ago
- 12a765a Explicitly test against NULL; do not use !p or similar by Rich Salz · 5 years ago
- ae4186b Fix header file include guard names by Dr. Matthias St. Pierre · 6 years ago
- 1a2a3a4 Extend tests of SSL_check_chain() by Matt Caswell · 6 years ago
- e9a5932 Add weak platform independent PRNG to test framework. by Pauli · 6 years ago
- 4bd8b24 remove end of line spaces by Pauli · 6 years ago
- dd6b270 Remove tab characters from C source files. by Pauli · 6 years ago
- 2d905f6 Print thread IDs nicely. by Pauli · 6 years ago
- ba43413 test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlier by Richard Levitte · 6 years ago
- d73458d Add tracing capability in test utilities by Richard Levitte · 6 years ago
- cb30e46 Really fail if we have a test failure by Matt Caswell · 6 years ago
- c5f7a99 Test skip option. by Pauli · 6 years ago
- 7ffbd7c OSSL_PARAM helper functions. by Pauli · 6 years ago
- ce506d2 testutil: ensure good treatment of argv on non-Unix platforms by Richard Levitte · 6 years ago
- a43ce58 Updated test command line parsing to support commmon commands by Shane Lontis · 6 years ago
- df44391 Remove unnecessary trailing whitespace by Sam Roberts · 6 years ago
- ec91206 Add a format attribute to the format functions and fix the broken format by Christos Zoulas · 6 years ago
- 5db120d Fix const issues by Christos Zoulas · 6 years ago
- d8adf68 Use a const variable by Christos Zoulas · 6 years ago
- 8343229 Use the proper fonst cast by Christos Zoulas · 6 years ago
- 82f518a don't pass const string where a modifyable string is expected by Christos Zoulas · 6 years ago
- 706a8af add missing "void" in prototype. by Christos Zoulas · 6 years ago
- 909f1a2 Following the license change, modify the boilerplates in test/ by Richard Levitte · 6 years ago
- 1212818 Update copyright year by Matt Caswell · 7 years ago
- 12bd4e1 testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes] by Dr. Matthias St. Pierre · 7 years ago
- 9186016 Add -Wstrict-prototypes option to --strict-warnings by Bernd Edlinger · 7 years ago
- 0d66475 Update copyright year by Matt Caswell · 7 years ago
- f11a023 VMS: for testutil, make sure to use BIO_f_linebuffer by Richard Levitte · 7 years ago
- 6738bf1 Update copyright year by Matt Caswell · 7 years ago
- 3cb413d Add missing \n in some testutil output by Richard Levitte · 7 years ago
- fce78bd Fix invalid function type casts. Rename bio_info_cb to BIO_info_cb. by Bernd Edlinger · 7 years ago
- b7af3f1 Test support for time_t comparisons. by Pauli · 7 years ago
- 4483fba Factorise duplicated code. by FdaSilvaYY · 7 years ago
- 3a63c0e Resolve warnings in VC-WIN32 build, which allows to add /WX. by Andy Polyakov · 7 years ago
- 46f4e1b Many spelling fixes/typo's corrected. by Josh Soref · 7 years ago
- 176db6d Use "" not <> for internal/ includes by Rich Salz · 8 years ago
- 00dfbaa Fix ctype arguments. by Pauli · 8 years ago
- b99fe5f Remove tests dependence on e_os.h by Pauli · 8 years ago
- 180c3fc Fix minor type warnings and risk of memory leak in testutil/driver.c by David von Oheimb · 8 years ago
- ad88741 Update the test framework so that the need for test_main is removed. Everything by Pauli · 8 years ago
- 74df8c4 testutil: stanza files are text files, open them as such by Richard Levitte · 8 years ago
- 9ee2720 Remove trailing blanks. by Pauli · 8 years ago
- 1e55873 Fix a memory leak in the new TAP filter BIO by Matt Caswell · 8 years ago
- a69de3f TAP line filter BIO. by Pauli · 8 years ago
- 8fe3127 Update tests to avoid printf to stdout/stderr when running as test cases. by Pauli · 8 years ago
- 7b4d323 Fix va_list processing in test_note() by Richard Levitte · 8 years ago
- 3791646 Add output routines to allow consistent formatting of memory, strings by Pauli · 8 years ago
- ae269dd Use common STANZA for bn and exp tests by Rich Salz · 8 years ago
- dd59187 Fix va_arg all in test_error_c90 by Rich Salz · 8 years ago
- 7ac5b84 Reformat the string output to be more in line with the decisions made in #3465 by Pauli · 8 years ago
- 3216f96 Bring the memory output inline with the suggestions in #3465. by Pauli · 8 years ago
- ffbaf06 Reformat the output of BIGNUMS where test cases fail. by Pauli · 8 years ago