summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-241-0/+49
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-241-2/+2
* Test errors from a provider can still be accessed after unloadMatt Caswell2021-02-243-21/+122
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-243-10/+53
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-231-1/+1
* test: update tests to use the fake random number generatorPauli2021-02-232-67/+36
* test: make the DRBG test work without RAND_METHOD support.Pauli2021-02-231-0/+4
* test: add framework for generic fake random number generatorPauli2021-02-234-4/+207
* RAND_METHOD deprecation: testsPauli2021-02-231-0/+3
* Fix -pkeyopt handling in apps/pkeyutl -rawinPetr Gotthard2021-02-221-1/+9
* Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb2021-02-221-3/+3
* 81-test_cmp_cli_data: fixup on CSR test casesDr. David von Oheimb2021-02-193-9/+18
* Fix DH ASN1 decode so that it detects named groups.Shane Lontis2021-02-193-1/+44
* Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis2021-02-191-3/+81
* Don't forget the type of thing we are loadingMatt Caswell2021-02-181-11/+48
* Adjust the few places where the string length was confusedRichard Levitte2021-02-181-11/+8
* OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte2021-02-182-35/+36
* Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb2021-02-181-1/+0
* Update copyright yearMatt Caswell2021-02-1851-51/+51
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-183-5/+26