summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2021-02-24Allow the sshkdf type to be passed as a single characterRichard Levitte
2021-02-24Test errors from a provider can still be accessed after unloadMatt Caswell
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli
2021-02-23test: update tests to use the fake random number generatorPauli
2021-02-23test: make the DRBG test work without RAND_METHOD support.Pauli
2021-02-23test: add framework for generic fake random number generatorPauli
2021-02-23RAND_METHOD deprecation: testsPauli
2021-02-22Fix -pkeyopt handling in apps/pkeyutl -rawinPetr Gotthard
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb
2021-02-1981-test_cmp_cli_data: fixup on CSR test casesDr. David von Oheimb
2021-02-19Fix DH ASN1 decode so that it detects named groups.Shane Lontis
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis
2021-02-18Don't forget the type of thing we are loadingMatt Caswell
2021-02-18Adjust the few places where the string length was confusedRichard Levitte
2021-02-18OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz