summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add 'on demand self test' and status test to providersShane Lontis2020-08-093-1/+230
* Add some of the missing CMS API documentationShane Lontis2020-08-091-5/+5
* Change CMS tests to use a library context.Shane Lontis2020-08-091-113/+151
* Add EVP signature with libctx methods.Shane Lontis2020-08-092-8/+12
* Use .cnf for config files, not .confKelvin Lee2020-08-071-2/+2
* Add evp_test fixes.Shane Lontis2020-08-0758-13911/+14057
* drbgtest: avoid a memory leakPauli2020-08-071-0/+7
* rand_drbg: remove RAND_DRBG.Pauli2020-08-078-17598/+111
* TEST: Adjust the serdes test to include MSBLOB and PVKRichard Levitte2020-08-072-3/+248
* gettables: test changes to pass the provider context.Pauli2020-08-071-2/+2
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-065-2/+1261
* Update copyright yearMatt Caswell2020-08-066-6/+6
* Fix provider cipher reinit after init/update with a partial update block.Shane Lontis2020-08-051-0/+78
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-041-2/+10
* 81-test_cmp_cli.t: Skip tests with mock server if server cannot be startedDr. David von Oheimb2020-08-031-15/+19
* TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte2020-08-013-16/+45
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-011-130/+216
* DESERIALIZER: Make it possible to deserialize public keys tooRichard Levitte2020-08-011-0/+62
* DESERIALIZER: Rethink password handlingRichard Levitte2020-08-011-7/+11
* Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-1/+1
* Fix test_cmp_cli for extended testsMatt Caswell2020-07-301-0/+2
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-302-22/+24
* [test][ectest] Minor touches to custom_generator_testNicola Tuveri2020-07-291-4/+2
* [test] Vertically test explicit EC params API patternsNicola Tuveri2020-07-291-1/+280
* Fix a test_verify failureMatt Caswell2020-07-282-17/+18
* Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb2020-07-284-14/+14
* TEST: Add RSA-PSS cases in test/serdes_test.cRichard Levitte2020-07-271-21/+97
* Fix no-dh and no-dsaMatt Caswell2020-07-261-3/+8
* TEST: Update the serialization/deserialization test with legacy PEM encryptionRichard Levitte2020-07-241-26/+135
* TEST: Update the serialization/deserialization test with encryptionRichard Levitte2020-07-241-20/+89
* TEST: Add new serializer and deserializer testRichard Levitte2020-07-244-1/+221
* Add X509 related libctx changes.Shane Lontis2020-07-245-37/+50
* Test RSA oaep in fips modeShane Lontis2020-07-232-0/+156
* test/drbgtest.c: set the correct counter to trigger reseedingDr. Matthias St. Pierre2020-07-231-2/+9
* test/drbgtest.c: Remove error check for large generate requestsDr. Matthias St. Pierre2020-07-231-6/+0
* Fix DRBG reseed counter condition.Vitezslav Cizek2020-07-231-2/+2
* test/drbgtest.c: Fix error check testVitezslav Cizek2020-07-231-18/+22
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-226-7/+35
* evp_test: use correct deallocation for EVP_CIPHERPauli2020-07-221-1/+1
* evp_test: use correct deallocation for EVP_MDPauli2020-07-221-1/+1
* 81-test_cmp_cli.t: Avoid using 'tail', 'awk', and the '-s' option of 'lsof'Dr. David von Oheimb2020-07-221-2/+2
* Skip test_cmp_cli if 'lsof' or 'kill' command is not availableDr. David von Oheimb2020-07-221-3/+8
* Fix provider cipher reinit issueShane Lontis2020-07-222-7/+94
* Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis2020-07-211-17/+154
* Fix API rename issue in shim layer that calls EVP_MAC_CTX_set_paramsShane Lontis2020-07-211-1/+1
* Fix trailing whitespace mismatch error when running 02-test_errstr.Shane Lontis2020-07-171-1/+5
* 99-test_fuzz.t: Clean up and re-organize such that sub-tests could be split e...Dr. David von Oheimb2020-07-163-23/+53
* test/run_tests.pl: In parallel runs, start those tests first that run longestDr. David von Oheimb2020-07-161-33/+43
* Update copyright yearRichard Levitte2020-07-169-9/+9
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-162-38/+37