summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: convert store test to use relative pathsPauli2021-03-112-8/+31
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-111-13/+15
* Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis2021-03-111-1/+5
* Non-const accessor to legacy keysDmitry Belyavskiy2021-03-091-1/+1
* http_test.c: Fix minor Coverity issue CID 1473608Dr. David von Oheimb2021-03-091-1/+2
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* fake_rand_finish should be called if "OPENSSL_NO_SM2" is NOT definedArmin Fuerst2021-03-081-1/+1
* Fix the check for suitable groups and TLSv1.3Matt Caswell2021-03-082-39/+85
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-082-8/+18
* Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell2021-03-081-0/+3
* Add a multi thread test for downgrading keysMatt Caswell2021-03-081-4/+32
* gost_engine test: further cleanups and fixesTomas Mraz2021-03-051-13/+12
* gost_engine test: Run also perl and tcl testsTomas Mraz2021-03-051-12/+23
* CI: add job with external testsTomas Mraz2021-03-052-1/+4
* test/threadstest.c: Add a test to load providers concurrentlyRichard Levitte2021-03-041-0/+29
* test/x509: Test for issuer being overwritten when printing.Tomas Mraz2021-03-044-106/+95
* Add a new test recipe to verify the generated test fipsmodule.cnfRichard Levitte2021-03-031-0/+37
* TEST: Remove the build of fipsmodule.cnf from test recipesRichard Levitte2021-03-0323-207/+39
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-1/+2
* Fix NULL access in ssl_build_cert_chain() when ctx is NULL.Shane Lontis2021-03-032-0/+141
* test_ssl_new: X448, X25519, and EdDSA are supported with fipsTomas Mraz2021-03-034-199/+185
* evp_extra_test2: Remove TODO 3.0Tomas Mraz2021-03-031-1/+1
* evp_extra_test: Remove TODO comment as setting the curve is mandatoryTomas Mraz2021-03-031-1/+0
* Fix a copy&paste error in evp_extra_testMatt Caswell2021-03-021-3/+2
* Fix compiling error on armFangming.Fang2021-03-021-3/+7
* test: use the new set public and private together callPauli2021-03-021-4/+2
* test: add utility function to set the fake random callback on both the public...Pauli2021-03-022-4/+17
* test: update ECDSA and SM2 internal tests in line with the fake_random changePauli2021-03-022-7/+16
* test: update test_random to create real contexts instead of sharing onePauli2021-03-022-15/+39
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-23/+0
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-11/+52
* test: update tests to allow for params argument for the instantiate call on E...Pauli2021-02-283-8/+7
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-281-1/+2
* test: adjust tests to include extra argument to KDF derive callPauli2021-02-282-59/+39
* test: updates for the new additional MAC_init argumentsPauli2021-02-283-19/+9
* evp_test: updates for the new additional MAC_init argumentsPauli2021-02-284-14/+26
* test_ecpub: test that we can decode the DER we encodedBenjamin Kaduk2021-02-271-0/+25
* test_ecpub: verify returned length after encodingBenjamin Kaduk2021-02-271-2/+4
* Add test for EC pubkey export/importBenjamin Kaduk2021-02-271-0/+44
* evp_pkey_provided_test: Improve diagnostic outputTomas Mraz2021-02-261-4/+5
* tests: Always print errors before test verdictTomas Mraz2021-02-261-1/+1
* test: add ctx gettable/settable to the generic fake random number generatorPauli2021-02-261-1/+2
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-262-11/+14
* Fix external symbols related to dh keysShane Lontis2021-02-261-4/+4
* Fix external symbols for bnShane Lontis2021-02-263-9/+13
* evp_extra_test: Do not manipulate providers in default contextTomas Mraz2021-02-251-4/+1
* fake_random: Do not overwrite the callback on instatiationTomas Mraz2021-02-251-1/+0
* Ensure that the fake rand is initializedTomas Mraz2021-02-251-0/+8
* Add a test for a names_do_all functionMatt Caswell2021-02-251-0/+49
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-241-2/+2