aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-08-11Add tests for new EVP_CIPHER_CTX IV accessorsBenjamin Kaduk1-0/+113
2020-08-11Add DHX serializationShane Lontis1-0/+5
2020-08-11Add dh_kdf support to providerShane Lontis1-0/+88
2020-08-10Remove a TODO from evp_testMatt Caswell1-15/+2
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell1-1/+1
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell1-3/+6
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell1-2/+4
2020-08-10Fix memory leak in drbgtestShane Lontis1-9/+2
2020-08-09Add 'on demand self test' and status test to providersShane Lontis3-1/+230
2020-08-09Add some of the missing CMS API documentationShane Lontis1-5/+5
2020-08-09Change CMS tests to use a library context.Shane Lontis1-113/+151
2020-08-09Add EVP signature with libctx methods.Shane Lontis2-8/+12
2020-08-07Use .cnf for config files, not .confKelvin Lee1-2/+2
2020-08-07Add evp_test fixes.Shane Lontis58-13911/+14057
2020-08-07drbgtest: avoid a memory leakPauli1-0/+7
2020-08-07rand_drbg: remove RAND_DRBG.Pauli8-17598/+111
2020-08-07TEST: Adjust the serdes test to include MSBLOB and PVKRichard Levitte2-3/+248
2020-08-07gettables: test changes to pass the provider context.Pauli1-2/+2
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett5-2/+1261
2020-08-06Update copyright yearMatt Caswell6-6/+6
2020-08-05Fix provider cipher reinit after init/update with a partial update block.Shane Lontis1-0/+78
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis1-2/+10
2020-08-0381-test_cmp_cli.t: Skip tests with mock server if server cannot be startedDr. David von Oheimb1-15/+19
2020-08-01TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte3-16/+45
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte1-130/+216
2020-08-01DESERIALIZER: Make it possible to deserialize public keys tooRichard Levitte1-0/+62
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte1-7/+11
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb1-1/+1
2020-07-30Fix test_cmp_cli for extended testsMatt Caswell1-0/+2
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2-22/+24
2020-07-29[test][ectest] Minor touches to custom_generator_testNicola Tuveri1-4/+2
2020-07-29[test] Vertically test explicit EC params API patternsNicola Tuveri1-1/+280
2020-07-28Fix a test_verify failureMatt Caswell2-17/+18
2020-07-28Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb4-14/+14
2020-07-27TEST: Add RSA-PSS cases in test/serdes_test.cRichard Levitte1-21/+97
2020-07-26Fix no-dh and no-dsaMatt Caswell1-3/+8
2020-07-24TEST: Update the serialization/deserialization test with legacy PEM encryptionRichard Levitte1-26/+135
2020-07-24TEST: Update the serialization/deserialization test with encryptionRichard Levitte1-20/+89
2020-07-24TEST: Add new serializer and deserializer testRichard Levitte4-1/+221
2020-07-24Add X509 related libctx changes.Shane Lontis5-37/+50
2020-07-23Test RSA oaep in fips modeShane Lontis2-0/+156
2020-07-23test/drbgtest.c: set the correct counter to trigger reseedingDr. Matthias St. Pierre1-2/+9
2020-07-23test/drbgtest.c: Remove error check for large generate requestsDr. Matthias St. Pierre1-6/+0
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek1-2/+2
2020-07-23test/drbgtest.c: Fix error check testVitezslav Cizek1-18/+22
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli6-7/+35
2020-07-22evp_test: use correct deallocation for EVP_CIPHERPauli1-1/+1
2020-07-22evp_test: use correct deallocation for EVP_MDPauli1-1/+1
2020-07-2281-test_cmp_cli.t: Avoid using 'tail', 'awk', and the '-s' option of 'lsof'Dr. David von Oheimb1-2/+2
2020-07-22Skip test_cmp_cli if 'lsof' or 'kill' command is not availableDr. David von Oheimb1-3/+8