summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-08-21testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb
2020-08-21Fix incorrect selection flags for ec serializer.Shane Lontis
2020-08-20Test mte with stitched ciphersuites in TLSv1.0Matt Caswell
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-20TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()Richard Levitte
2020-08-20TEST: separate out NIST ECC tests from non-NISTRichard Levitte
2020-08-18Apps: change provider_path option to provider-path.Pauli
2020-08-17Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis
2020-08-17Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell
2020-08-14PKCS#12 KDF: don't run tests with the FIPS provider.Pauli
2020-08-13sslapitest: Add test for premature call of SSL_export_keying_materialTomas Mraz
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-08-11Avoid deprecated API in evp_test.cBenjamin Kaduk
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk
2020-08-11Add tests for new EVP_CIPHER_CTX IV accessorsBenjamin Kaduk
2020-08-11Add DHX serializationShane Lontis
2020-08-11Add dh_kdf support to providerShane Lontis
2020-08-10Remove a TODO from evp_testMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell
2020-08-10Fix memory leak in drbgtestShane Lontis
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-09Add some of the missing CMS API documentationShane Lontis
2020-08-09Change CMS tests to use a library context.Shane Lontis
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-08-07Use .cnf for config files, not .confKelvin Lee
2020-08-07Add evp_test fixes.Shane Lontis
2020-08-07drbgtest: avoid a memory leakPauli
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07TEST: Adjust the serdes test to include MSBLOB and PVKRichard Levitte
2020-08-07gettables: test changes to pass the provider context.Pauli
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2020-08-06Update copyright yearMatt Caswell
2020-08-05Fix provider cipher reinit after init/update with a partial update block.Shane Lontis
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis
2020-08-0381-test_cmp_cli.t: Skip tests with mock server if server cannot be startedDr. David von Oheimb
2020-08-01TEST: Add testutil tests to compare unterminated strings of different lengthsRichard Levitte
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-08-01DESERIALIZER: Make it possible to deserialize public keys tooRichard Levitte
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30Fix test_cmp_cli for extended testsMatt Caswell
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb
2020-07-29[test][ectest] Minor touches to custom_generator_testNicola Tuveri
2020-07-29[test] Vertically test explicit EC params API patternsNicola Tuveri
2020-07-28Fix a test_verify failureMatt Caswell