summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2019-03-06Test an overlong ChaCha20-Poly1305 nonceMatt Caswell
2019-03-06Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli
2019-03-05Configure: make C++ build tests optional and configurableRichard Levitte
2019-03-05testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte
2019-03-04Check for negative return for signature size.Addresses Coverity 1442933Pauli
2019-03-01Fix no-ec, no-sm2 and no-sm3Matt Caswell