summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-04-09test/params_test.c : Adjust tests to check utf8_ptr sizesRichard Levitte
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte
2019-04-08Avoid alignment problems in params API.Pauli
2019-04-06Fix big endian param API tests.Pauli
2019-04-05Move the AES-XTS mode duplicated key check into the init_key function ratherPauli
2019-04-04Test that we can use the FIPS providerMatt Caswell
2019-04-04Skip the correct number of tests if SM2 is disabledMatt Caswell
2019-04-04For provider tests, don't define a OPENSSL_NO_ macroRichard Levitte
2019-04-03Add a test for EVP_MD_block_size()Matt Caswell
2019-04-03Add an EVP_MD_CTX_md() testMatt Caswell
2019-04-03replaced snprintf with BIO version (for windows builds)Richard Levitte
2019-04-03Add test for the provider configuration moduleRichard Levitte
2019-04-02Correct the checks of module availability in provider test programsRichard Levitte
2019-04-02Configuration / build: make it possible to disable building of modulesRichard Levitte
2019-04-01sslapitest: add test ktls RxBoris Pismenny
2019-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis
2019-03-30issue-8493: Fix for filenames with newlines using openssl dgstPauli
2019-03-30Add test cases for SM2 cert verificationPaul Yang
2019-03-29Correctly initialise PACKET to zero in the tests to avoid possible problemsPauli
2019-03-29Propery initialise struct sslapitest_log_counts to zero using memset.Pauli
2019-03-29Add the FIPS related continuous random number generator (CRNG) testing.Pauli
2019-03-28coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis
2019-03-28Fix test builds.Pauli
2019-03-28Detect endian without relying on defined symbols.Pauli
2019-03-27Don't allow SHAKE128/SHAKE256 with HMACMatt Caswell
2019-03-27Fix a memory leak in ARIA GCMMatt Caswell
2019-03-27Fix no-ecMatt Caswell
2019-03-26style nit fixShane Lontis
2019-03-25replaced snprintf with BIO version (for windows builds)Shane Lontis
2019-03-21Add a test for EVP_MD_fetchMatt Caswell
2019-03-20removed BN_clear NULL checksShane Lontis
2019-03-19Single step kdf implementationShane Lontis
2019-03-19Fix resource leak coverity 1443711.Pauli
2019-03-19Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb
2019-03-18add 'Signature Value:' line and correct indentation when printing X.509 signa...David von Oheimb
2019-03-18update reference output of test_x509 in test/certs/cyrillic.*David von Oheimb
2019-03-18coverity fixes for bntest.cShane Lontis
2019-03-17test/params_api_test.c: fix size_t assumptionsRichard Levitte
2019-03-14Enable pkeyutl to use Ed448 and Ed25519Matt Caswell
2019-03-13Fix memory leak in ectestNicola Tuveri
2019-03-13test/params_test.c: use TEST_double_eq to check doublesRichard Levitte
2019-03-13test/params_test.c: make more global variables staticRichard Levitte
2019-03-13test/params_test.c: make construct_api_params() staticRichard Levitte
2019-03-13test/params_test.c: Add run-time constructed OSSL_PARAM variantRichard Levitte
2019-03-13test/params_test.c: Add API test case, and mixed methodsRichard Levitte
2019-03-13test/params_test.c: Add "real world" parameter testingRichard Levitte
2019-03-13Fix no-dsoMatt Caswell
2019-03-13Fix various no-* optionsMatt Caswell