summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-08-31Update test data for DSA public key textJon Spillett
2020-08-29Extend test_CMAC_keygen in evp_extra_testMatt Caswell
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-29Fix evp_extra_test to not assume that HMAC is legacyMatt Caswell
2020-08-28TEST: Adapt some tests for a stricter PEM_write_bio_PrivateKey_traditional()Richard Levitte
2020-08-28rand: instantiate the DRBGs upon first use.Pauli
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb
2020-08-26EAI test script and dataDmitry Belyavskiy
2020-08-24TEST: Fix CMP tests so they load keys in the current library contextRichard Levitte
2020-08-24Add CLI tests in FIPS configurationNicola Tuveri
2020-08-24Fix coverity CID #1465790 - Dereference after NULL check in evp_test.cShane Lontis
2020-08-23run_tests.pl: Add warning that HARNESS_JOBS > 1 overrides HARNESS_VERBOSEDr. David von Oheimb
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-21Add libctx/provider support to cmp_msg_testDr. David von Oheimb
2020-08-21Add libctx/provider support to cmp_protect_testDr. David von Oheimb
2020-08-21Add libctx/provider support to cmp_vfy_testDr. David von Oheimb
2020-08-21Add libctx/provider support to cmp_client_testDr. David von Oheimb
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-21cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb
2020-08-21Add libctx/provider support to cmp_server_testShane Lontis
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb
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