summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* DSA parameter check using pkeyparamDmitry Belyavskiy2021-02-1827-0/+442
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-175-41/+41
* test: DRBG test with long seed.Pauli2021-02-171-0/+16
* TEST: Add missing initializationRichard Levitte2021-02-161-1/+1
* Fix rsa_test to properly test RSA_SSLV23_PADDINGMatt Caswell2021-02-161-9/+34
* Refactor rsa_testMatt Caswell2021-02-161-63/+25
* Fix the dhparam_check testMatt Caswell2021-02-158-18/+9
* ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3Tomas Mraz2021-02-122-198/+967
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-124-57/+95
* Deprecate the low level SRP APIsMatt Caswell2021-02-121-0/+6
* test: add import and export key management hooks for the TLS provider.Pauli2021-02-121-0/+85
* test: filter provider honours the no_cache setting.Pauli2021-02-121-5/+3
* test: fix no-cache problem with the quality comparison for KDFs.Pauli2021-02-121-3/+18
* test: add an option to output timing information from tests.Pauli2021-02-111-0/+1
* X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb2021-02-111-1/+0
* test: turn off parallel tests in verbose mode.Pauli2021-02-101-4/+8
* Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis2021-02-101-0/+32
* Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz2021-02-091-2/+2
* Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard2021-02-091-0/+73
* Enable fipsload test on NonStop x86.Randall S. Becker2021-02-081-1/+1
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-086-37/+54
* Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb2021-02-061-4/+2
* Fix the cipher_overhead_testMatt Caswell2021-02-051-0/+23
* Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell2021-02-0529-117/+230