summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-07-03TEST: Add testing of PVK and MSBLOB files to test_storeRichard Levitte
2021-07-02Work around a 32-bit mingw failureMatt Caswell
2021-07-02Use TEST_time_t_* functions in cmp_hrd_test.cMatt Caswell
2021-07-02Avoid some MinGW test failuresMatt Caswell
2021-07-02Fix memory leak in i2d_ASN1_bio_streamOliver Mihatsch
2021-07-02test_pem_reading: Test loading a key from a file with multiple PEM dataTomas Mraz
2021-07-02load_pkey_pem: Check for spurious errors when loadingTomas Mraz
2021-07-02Fix compile errors when building with --api=1.1.0 no-deprecated.Shane Lontis
2021-07-01afalg: add some memory initialisation calls to pacify memory sanitisation.Pauli
2021-07-01Fix use of uninitialized memory in test_rsa_oaepDavid Benjamin
2021-06-30cmp_mock_srv.c: Add missing OldCertID check for 'kur' cert update requestsDr. David von Oheimb
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-30test: fix test ordering in threads testPauli
2021-06-30dh_test: fix coverity 1473239 Argument cannot be negative (NEGATIVE_RETURNS)Pauli
2021-06-30test: fix coverity 1469427 Improper use of negative value (NEGATIVE_RETURNS)Pauli
2021-06-29coverity #1486532: fix potential NULL dereference in test_mk_file_path()Tomas Mraz
2021-06-27evp_test: use correct size in memory clearPauli
2021-06-26test/recipes/90-test_includes_data/vms-includes.cnf: correct the directoryRichard Levitte
2021-06-26test/recipes/80-test_ca.t: Don't force quotes around the config file in $cnfRichard Levitte
2021-06-26test/recipes/66-test_ossl_store.t: ensure native pathsRichard Levitte
2021-06-26testutil: teach test_mk_file_path() how to merge VMS file specsRichard Levitte
2021-06-26test/ossl_store_test.c: Adapt the use of datadir for VMS pathsRichard Levitte
2021-06-26UTF-8 not easily supported on VMS command line yetRichard Levitte
2021-06-26Fix test_errstr for VMSRichard Levitte
2021-06-26test: check for NULL returns betterPauli
2021-06-26test: avoid memory leaks on errorsPauli
2021-06-26evp_test: address NULL pointer dereference and return failure betterPauli
2021-06-25CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb
2021-06-25test: add EVP_Q_mac tests to evp_testPauli
2021-06-25test: add EVP_Q_digest tests to evp_testPauli
2021-06-25BIO_new_from_core_bio: Fix heap-use-after-free after attachPetr Gotthard
2021-06-24Add a test to check that RAND_bytes_ex() works with a child lib ctxMatt Caswell
2021-06-24Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24simpledynamic: Add missing include for AIX buildsTomas Mraz
2021-06-24TEST: Modify simpledynamic.[ch] to allow use on VMS as wellRichard Levitte
2021-06-24test/recipes/90-test_shlibload.t: Modify to work with known file namesRichard Levitte
2021-06-23TEST: check 'loadereng' to determine if loader_attic should be testedRichard Levitte
2021-06-22test/recipes/81-test_cmp_cli.t: use app() rather than cmd()Richard Levitte
2021-06-22test/recipes/80-test_cmp_http.t: use app() rather than cmd()Richard Levitte
2021-06-22APPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_tRichard Levitte
2021-06-22testutil: preserve app_malloc()'s failure behaviourPauli
2021-06-22Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis
2021-06-22test: put the new DHE auto test in the correct placePauli
2021-06-21Add a test for a custom rand providerMatt Caswell
2021-06-21Add tests for KTLS with Chacha20-Poly1035.John Baldwin
2021-06-21Refactor KTLS tests to better support TLS 1.3.John Baldwin
2021-06-21sm3: fix function names after the big ossl_ prefix addition.Pauli
2021-06-21test: add sm3 low level test case to test suite.杨明君
2021-06-20TESTS: drop explicit quotes from empty command line argumentsRichard Levitte