summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-03-11test: convert store test to use relative pathsPauli
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
2021-03-11Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy
2021-03-09http_test.c: Fix minor Coverity issue CID 1473608Dr. David von Oheimb
2021-03-09Reword repeated words.Shane Lontis
2021-03-08fake_rand_finish should be called if "OPENSSL_NO_SM2" is NOT definedArmin Fuerst
2021-03-08Fix the check for suitable groups and TLSv1.3Matt Caswell
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-03-08Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell
2021-03-08Add a multi thread test for downgrading keysMatt Caswell
2021-03-05gost_engine test: further cleanups and fixesTomas Mraz
2021-03-05gost_engine test: Run also perl and tcl testsTomas Mraz
2021-03-05CI: add job with external testsTomas Mraz
2021-03-04test/threadstest.c: Add a test to load providers concurrentlyRichard Levitte
2021-03-04test/x509: Test for issuer being overwritten when printing.Tomas Mraz
2021-03-03Add a new test recipe to verify the generated test fipsmodule.cnfRichard Levitte
2021-03-03TEST: Remove the build of fipsmodule.cnf from test recipesRichard Levitte
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-03Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis
2021-03-03test_ssl_new: X448, X25519, and EdDSA are supported with fipsTomas Mraz
2021-03-03evp_extra_test2: Remove TODO 3.0Tomas Mraz
2021-03-03evp_extra_test: Remove TODO comment as setting the curve is mandatoryTomas Mraz
2021-03-02Fix a copy&paste error in evp_extra_testMatt Caswell
2021-03-02Fix compiling error on armFangming.Fang
2021-03-02test: use the new set public and private together callPauli
2021-03-02test: add utility function to set the fake random callback on both the public...Pauli
2021-03-02test: update ECDSA and SM2 internal tests in line with the fake_random changePauli
2021-03-02test: update test_random to create real contexts instead of sharing onePauli
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-28test: update tests to allow for params argument for the instantiate call on E...Pauli
2021-02-28prov: update rand implementations to have a params argument for the instantia...Pauli
2021-02-28test: adjust tests to include extra argument to KDF derive callPauli
2021-02-28test: updates for the new additional MAC_init argumentsPauli
2021-02-28evp_test: updates for the new additional MAC_init argumentsPauli
2021-02-27test_ecpub: test that we can decode the DER we encodedBenjamin Kaduk
2021-02-27test_ecpub: verify returned length after encodingBenjamin Kaduk
2021-02-27Add test for EC pubkey export/importBenjamin Kaduk
2021-02-26evp_pkey_provided_test: Improve diagnostic outputTomas Mraz
2021-02-26tests: Always print errors before test verdictTomas Mraz
2021-02-26test: add ctx gettable/settable to the generic fake random number generatorPauli
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-02-26Fix external symbols related to dh keysShane Lontis
2021-02-26Fix external symbols for bnShane Lontis
2021-02-25evp_extra_test: Do not manipulate providers in default contextTomas Mraz
2021-02-25fake_random: Do not overwrite the callback on instatiationTomas Mraz
2021-02-25Ensure that the fake rand is initializedTomas Mraz
2021-02-25Add a test for a names_do_all functionMatt Caswell