summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2019-03-12Change OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTRRichard Levitte
2019-03-12OSSL_PARAM helper functions.Pauli
2019-03-12Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis
2019-03-11Add provider testsRichard Levitte
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2019-03-11openssl app for macs that uses the new EVP_MAC interface (the code inside dgs...Shane Lontis
2019-03-07Add a simple test for RSA_SSLV23_PADDINGBernd Edlinger
2019-03-07Add a test for underflow in ecp_nistp521.cMatt Caswell
2019-03-07FIPS AES_GCM IV gen changesShane Lontis
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb