aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-09-03TEST: Ensure that the base provider i activated when neededRichard Levitte10-11/+13
2020-09-03Revert "TEST: separate out NIST ECC tests from non-NIST"Richard Levitte5-2126/+2093
2020-09-03TEST: have key_unsupported() in evp_test.c look at the last errorRichard Levitte1-1/+1
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte3-13/+41
2020-09-03TEST: Modify test/recipes/90-test_store.t for use with different 'file:' loadersRichard Levitte1-147/+174
2020-09-02Avoid uninitialised variable warning for jobsJon Spillett1-3/+3
2020-08-31Use global 'libctx' with RAND_bytes_ex to generate sendfile temp data.John Baldwin1-1/+3
2020-08-31Fix two issues with AES-CCM KTLS tests.Vadim Fedorenko1-2/+4
2020-08-31Skip tests using KTLS RX for TLS 1.3.John Baldwin1-0/+4
2020-08-31Skip tests using KTLS RX if KTLS RX is not supported.John Baldwin1-0/+5
2020-08-31Refactor the KTLS tests to minimize code duplication.John Baldwin1-341/+24
2020-08-31Update test data for DSA public key textJon Spillett1-5/+1
2020-08-29Extend test_CMAC_keygen in evp_extra_testMatt Caswell1-4/+51
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell1-2/+4
2020-08-29Fix evp_extra_test to not assume that HMAC is legacyMatt Caswell1-2/+4
2020-08-28TEST: Adapt some tests for a stricter PEM_write_bio_PrivateKey_traditional()Richard Levitte1-12/+54
2020-08-28rand: instantiate the DRBGs upon first use.Pauli3-2/+34
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb1-1/+9
2020-08-26EAI test script and dataDmitry Belyavskiy7-0/+219
2020-08-24TEST: Fix CMP tests so they load keys in the current library contextRichard Levitte5-8/+9
2020-08-24Add CLI tests in FIPS configurationNicola Tuveri2-0/+323
2020-08-24Fix coverity CID #1465790 - Dereference after NULL check in evp_test.cShane Lontis1-2/+2
2020-08-23run_tests.pl: Add warning that HARNESS_JOBS > 1 overrides HARNESS_VERBOSEDr. David von Oheimb1-0/+2
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis3-22/+488
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte4-151/+151
2020-08-21Add libctx/provider support to cmp_msg_testDr. David von Oheimb5-32/+90
2020-08-21Add libctx/provider support to cmp_protect_testDr. David von Oheimb2-27/+56
2020-08-21Add libctx/provider support to cmp_vfy_testDr. David von Oheimb2-32/+64
2020-08-21Add libctx/provider support to cmp_client_testDr. David von Oheimb7-33/+66
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb3-19/+13
2020-08-21cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb1-5/+7
2020-08-21Add libctx/provider support to cmp_server_testShane Lontis2-8/+40
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb7-9/+9
2020-08-21testutil: Add provider.c with test_get_libctx(), to use at least for SSL and CMPDr. David von Oheimb4-40/+81
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb8-40/+27
2020-08-21Fix incorrect selection flags for ec serializer.Shane Lontis1-0/+10
2020-08-20Test mte with stitched ciphersuites in TLSv1.0Matt Caswell2-1/+136
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb1-1/+12
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb3-1/+24
2020-08-20TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()Richard Levitte2-4/+7
2020-08-20TEST: separate out NIST ECC tests from non-NISTRichard Levitte5-2093/+2126
2020-08-18Apps: change provider_path option to provider-path.Pauli5-7/+7
2020-08-17Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis1-1/+14
2020-08-17Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell6-4/+148
2020-08-14PKCS#12 KDF: don't run tests with the FIPS provider.Pauli1-1/+1
2020-08-13sslapitest: Add test for premature call of SSL_export_keying_materialTomas Mraz1-3/+14
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb1-2/+2
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis1-3/+37
2020-08-11Avoid deprecated API in evp_test.cBenjamin Kaduk1-6/+10
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk1-1/+1